aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/consts/SignatureIdent.java
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-141/+0
|
* Do not try to recover signature nonces where we do not know how.J08nY2024-03-161-0/+4
|
* Write info about digest used to CSV files in standalone.J08nY2019-07-101-0/+5
|
* Add nonce output to standalone ECDSA function.J08nY2018-12-021-0/+1
|
* Add methods to parse hash and sig type out of idents.J08nY2018-10-221-2/+25
|
* Add support for libgcrypt ecdh and ecdsa.J08nY2018-10-211-1/+1
|
* Reformat all code.J08nY2018-08-121-1/+1
|
* Switch Crypto++ to output signatures in DER format.J08nY2018-08-111-6/+0
|
* Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY2018-08-101-1/+6
|
* Implement signatures in Botan(no verification yet).J08nY2017-12-091-4/+7
|
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-0/+14
|
* 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/+77