| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic Gradle setup. | J08nY | 2024-03-25 | 4 | -410/+0 |
| | | |||||
| * | Do not try to recover signature nonces where we do not know how. | J08nY | 2024-03-16 | 1 | -0/+4 |
| | | |||||
| * | Implement Twist, Invalid, Cofactor and Degenerate standalone suites. (#7) | davidhofman | 2021-08-22 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add empty StandaloneTwistSuite * implemented StandaloneTwistSuite * add expectError method to KeyAgreementTest and KeyGeneratorTest * utilize new expectError methods, general cleanup of StandaloneTwistSuite * changed KeyAgreement to ECDH in the description * Add StandaloneCofactorSuite class. * Implement StandaloneCofactorSuite. * Add StandaloneDegenerateSuite. * Add StandaloneInvalidSuite. * Implement StandaloneInvalidSuite. * Implement StandaloneDegenerateSuite. * Small cosmetic change to some constructors. * More small cosmetic changes. Co-authored-by: davidhofman <davidhofman@github.com> | ||||
| * | Write info about digest used to CSV files in standalone. | J08nY | 2019-07-10 | 4 | -1/+16 |
| | | |||||
| * | Add nonce output to standalone ECDSA function. | J08nY | 2018-12-02 | 1 | -0/+1 |
| | | |||||
| * | Add methods to parse hash and sig type out of idents. | J08nY | 2018-10-22 | 2 | -2/+48 |
| | | |||||
| * | Add support for libgcrypt ecdh and ecdsa. | J08nY | 2018-10-21 | 1 | -1/+1 |
| | | |||||
| * | 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 |
