| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic Gradle setup. | J08nY | 2024-03-25 | 1 | -55/+0 |
| | | |||||
| * | Write info about digest used to CSV files in standalone. | J08nY | 2019-07-10 | 1 | -0/+5 |
| | | |||||
| * | Fix Makefile. | J08nY | 2018-07-23 | 1 | -2/+2 |
| | | |||||
| * | Add Botan library implementation of keygen and ECDH. | J08nY | 2017-12-09 | 1 | -0/+4 |
| | | |||||
| * | Implement ECDSA for standalone libs. | J08nY | 2017-11-28 | 1 | -1/+9 |
| | | |||||
| * | Make sure the SPI by the intended provider is always used. | J08nY | 2017-11-26 | 1 | -1/+3 |
| | | | | | | | | | | - 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. | ||||
| * | Add KeyPairGenerator idents. | J08nY | 2017-11-13 | 1 | -0/+36 |
