aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/consts/KeyAgreementIdent.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-126/+0
|
* Write info about digest used to CSV files in standalone.J08nY2019-07-101-0/+5
|
* Add methods to parse hash and sig type out of idents.J08nY2018-10-221-0/+23
|
* Reformat all code.J08nY2018-08-121-1/+1
|
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-8/+14
|
* Add Some more KeyAgreement idents.J08nY2018-05-291-5/+18
|
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-291-10/+21
|
* Simplify default test suite.J08nY2018-01-131-4/+4
|
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-7/+7
|
* Implement ECDSA for standalone libs.J08nY2017-11-281-1/+7
|
* Make sure the SPI by the intended provider is always used.J08nY2017-11-261-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 KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-131-2/+9
|
* Implement collecting of supported KeyAgreement and Signature objects.J08nY2017-11-121-0/+53