aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Elementary support for OpenSSL.J08nY2018-07-1811-104/+587
* Test anomalous curves as well in misc test suite.J08nY2018-07-181-1/+2
* Complete the support for Crypto++ (atleast ECDH and ECDSA).J08nY2018-07-175-5/+299
* Add support for key generation using Crypto++.J08nY2018-05-302-18/+472
* Add basic support for the Crypto++ library.J08nY2018-05-3012-133/+451
* Update Botan library shim to compile without warnings.J08nY2018-05-291-17/+22
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-291-1/+3
* Fixup standalone libs Makefile to use pkg-config.J08nY2018-05-281-6/+5
* Throw exceptions when operations fail in standalone providers.J08nY2018-01-056-22/+80
* Add Botan signature verification.J08nY2017-12-091-1/+52
* Implement signatures in Botan(no verification yet).J08nY2017-12-092-1/+256
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-099-55/+562
* Make Makefile more general and make Travis work...J08nY2017-12-061-4/+7
* Add Botan library.J08nY2017-12-0611-7/+409
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-031-0/+2
* Remove ECParametersSPec check in NativeKeyAgreementSpi.J08nY2017-12-011-7/+0
* Make sure byteArrays are of positive BigIntegers.J08nY2017-12-011-1/+1
* Implement ECDSA for LibTomCrypt.J08nY2017-11-304-40/+183
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-302-16/+39
* Implement ECDH for TomCrypt.J08nY2017-11-305-10/+129
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-296-13/+525
* Sketch out native SPI classes.J08nY2017-11-294-21/+138
* Add listing of supported curves to standalone libs.J08nY2017-11-297-22/+69
* Move TomCryptProvider into NativeProvider as a nested class.J08nY2017-11-285-33/+46
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-288-29/+194
* Add ECDH testing to standalone part.J08nY2017-11-284-59/+16
* Add a basic NativeECLibrary interface.J08nY2017-11-277-35/+176
* Add KeyPairGenerator idents.J08nY2017-11-132-17/+21
* Implement collecting of supported KeyAgreement and Signature objects.J08nY2017-11-125-13/+157
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-121-0/+21