| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement ECDSA for standalone libs. | J08nY | 2017-11-28 | 1 | -17/+115 | |
| | | ||||||
| * | Add ECDH testing to standalone part. | J08nY | 2017-11-28 | 1 | -28/+84 | |
| | | ||||||
| * | Add a basic NativeECLibrary interface. | J08nY | 2017-11-27 | 1 | -5/+5 | |
| | | ||||||
| * | Export default lib curves in CSV. | J08nY | 2017-11-27 | 1 | -2/+2 | |
| | | ||||||
| * | Export generated keys in ANSI X9.62 uncompressed format. | J08nY | 2017-11-26 | 1 | -2/+3 | |
| | | ||||||
| * | Split Util class into a package. | J08nY | 2017-11-26 | 1 | -5/+16 | |
| | | ||||||
| * | Add export of default standalone lib params. | J08nY | 2017-11-26 | 1 | -8/+40 | |
| | | ||||||
| * | Make sure the SPI by the intended provider is always used. | J08nY | 2017-11-26 | 1 | -27/+50 | |
| | | | | | | | | | | - 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. | |||||
| * | Finish first keygen implementation. | J08nY | 2017-11-26 | 1 | -38/+89 | |
| | | ||||||
| * | Sketch out KeyPairGeneration in standalone. | J08nY | 2017-11-23 | 1 | -12/+56 | |
| | | ||||||
| * | Finish tree parsing of CLI args. | J08nY | 2017-11-18 | 1 | -46/+81 | |
| | | ||||||
| * | Add Tree-like CLI parsing utilities. | J08nY | 2017-11-15 | 1 | -3/+2 | |
| | | ||||||
| * | Extract common CLI methods to CLITools. | J08nY | 2017-11-14 | 1 | -21/+17 | |
| | | ||||||
| * | Add KeyPairGenerator idents. | J08nY | 2017-11-13 | 1 | -3/+22 | |
| | | ||||||
| * | Implement collecting of supported KeyAgreement and Signature objects. | J08nY | 2017-11-12 | 1 | -1/+25 | |
| | | ||||||
| * | Add BouncyCastle library. Sketch out ECTesterStandalone. | J08nY | 2017-11-12 | 1 | -0/+86 | |
| | | ||||||
| * | Introduce ECTesterStandalone. | J08nY | 2017-11-12 | 1 | -0/+13 | |
