| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
