| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic Gradle setup. | J08nY | 2024-03-25 | 6 | -631/+0 |
| | | |||||
| * | Suppress unnecessary warnings. | J08nY | 2021-08-24 | 1 | -0/+1 |
| | | |||||
| * | Add utility methods for converting EC_Params to JCE EC objects. | J08nY | 2018-08-10 | 1 | -4/+6 |
| | | |||||
| * | Introduce extended KA in standalone, use it where appropriate. | J08nY | 2018-08-04 | 1 | -3/+23 |
| | | |||||
| * | Add testing of previous prime R to wrong test suite. | J08nY | 2018-07-05 | 1 | -0/+4 |
| | | |||||
| * | Add support for colored output. | J08nY | 2018-07-02 | 2 | -2/+95 |
| | | |||||
| * | Add list-suites option to both reader and standalone. | J08nY | 2018-05-29 | 2 | -9/+7 |
| | | | | | | - Also add support for specifying the key algo for KDF in standalone ECDH. - Add descriptions to standalone options. | ||||
| * | Add lint options to javac. Fix most of uncovered warnings. | J08nY | 2018-03-14 | 1 | -1/+1 |
| | | |||||
| * | Simplify test suites. | J08nY | 2018-01-09 | 1 | -0/+8 |
| | | |||||
| * | Fix usage printing args. | J08nY | 2017-11-26 | 1 | -7/+10 |
| | | |||||
| * | Make sure the SPI by the intended provider is always used. | J08nY | 2017-11-26 | 1 | -1/+1 |
| | | | | | | | | | | - 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 | -7/+7 |
| | | |||||
| * | Sketch out KeyPairGeneration in standalone. | J08nY | 2017-11-23 | 3 | -8/+64 |
| | | |||||
| * | Fix CLI parsing, regex escape the dot. | J08nY | 2017-11-18 | 1 | -1/+1 |
| | | |||||
| * | Finish tree parsing of CLI args. | J08nY | 2017-11-18 | 4 | -21/+103 |
| | | |||||
| * | Add prefix handling of CLI actions. | J08nY | 2017-11-15 | 1 | -6/+19 |
| | | |||||
| * | Print usage correctly in CLITools Tree help. | J08nY | 2017-11-15 | 1 | -3/+30 |
| | | |||||
| * | Add Tree-like CLI parsing utilities. | J08nY | 2017-11-15 | 4 | -0/+324 |
