| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat all code. | J08nY | 2018-08-12 | 2 | -2/+2 |
| | | |||||
| * | Switch Crypto++ to output signatures in DER format. | J08nY | 2018-08-11 | 1 | -6/+0 |
| | | |||||
| * | Rename Crypto++ ECDSA algos, as they differ from the named ones. | J08nY | 2018-08-10 | 1 | -1/+6 |
| | | |||||
| * | Introduce extended KA in standalone, use it where appropriate. | J08nY | 2018-08-04 | 1 | -8/+14 |
| | | |||||
| * | Find KPG algos a bit better in ECTesterStandalone. | J08nY | 2018-07-30 | 1 | -0/+2 |
| | | |||||
| * | Fix Makefile. | J08nY | 2018-07-23 | 1 | -2/+2 |
| | | |||||
| * | Add Some more KeyAgreement idents. | J08nY | 2018-05-29 | 1 | -5/+18 |
| | | |||||
| * | Support key algo parameter for KeyAgreements with KDF in standalone testing. | J08nY | 2018-05-29 | 1 | -10/+21 |
| | | |||||
| * | Simplify default test suite. | J08nY | 2018-01-13 | 1 | -4/+4 |
| | | |||||
| * | Implement signatures in Botan(no verification yet). | J08nY | 2017-12-09 | 1 | -4/+7 |
| | | |||||
| * | Add Botan library implementation of keygen and ECDH. | J08nY | 2017-12-09 | 3 | -7/+25 |
| | | |||||
| * | Implement basic standalone testing. | J08nY | 2017-12-06 | 1 | -0/+3 |
| | | |||||
| * | Implement ECDSA for standalone libs. | J08nY | 2017-11-28 | 4 | -3/+48 |
| | | |||||
| * | Make sure the SPI by the intended provider is always used. | J08nY | 2017-11-26 | 3 | -3/+9 |
| | | | | | | | | | | - JCA implements failover in its Delegates(classes between a Service and its SPI), which catches RuntimeExceptions and changes to another SPI by possibly another provider, we do not want this to happen. There is no public API for disabling this, however calling .getProvider() on a Service fixates the provider to the returned one. | ||||
| * | Sketch out KeyPairGeneration in standalone. | J08nY | 2017-11-23 | 1 | -0/+4 |
| | | |||||
| * | Add KeyPairGenerator idents. | J08nY | 2017-11-13 | 1 | -0/+36 |
| | | |||||
| * | Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest. | J08nY | 2017-11-13 | 3 | -7/+28 |
| | | |||||
| * | Implement collecting of supported KeyAgreement and Signature objects. | J08nY | 2017-11-12 | 3 | -0/+171 |
