summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve native lib timing.J08nY2018-11-2320-19/+543
* Add WolfCrypt provider to testing.J08nY2018-11-111-0/+18
* Fix gcrypt ecdh and ecdsa.J08nY2018-10-301-4/+4
* Efficiently instantiate prngs in shims.J08nY2018-10-222-26/+19
* Fix gcc and clang warnings in native sources.J08nY2018-10-217-53/+54
* Add support for libgcrypt ecdh and ecdsa.J08nY2018-10-216-21/+641
* Add libgcrypt support, only keygen first.J08nY2018-10-1710-29/+495
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-1611-35/+843
* Reformat all code.J08nY2018-08-124-7/+5
* Switch Crypto++ to output signatures in DER format.J08nY2018-08-112-16/+31
* Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY2018-08-102-10/+10
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-102-3/+3
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-0411-911/+1122
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-301-4/+8
* Somewhat finished Mscng implementation.feature/mscngJ08nY2018-07-294-54/+114
* Fix Mscng ECDH.J08nY2018-07-294-886/+866
* Try to fix ECDH with KDF loading.J08nY2018-07-292-3/+19
* Redo Mscng key storage.J08nY2018-07-285-69/+345
* Add Simple and Extended native KeyAgreement and Signature SPIs.J08nY2018-07-282-58/+75
* Proper error handling in Mscng.J08nY2018-07-283-477/+548
* Get Mscng signatures to work (partially).J08nY2018-07-271-92/+62
* WIP: Mscng keygen works.J08nY2018-07-275-183/+336
* WIP: Fix mscng according to new API.J08nY2018-07-272-22/+68
* Fix Mscng, finally!J08nY2018-07-264-730/+764
* Add Mscng build files to build on windowsJ08nY2018-07-261-0/+136
* Add Signature support to Mscng.J08nY2018-07-253-2/+235
* Add KeyAgreement support to Mscng.J08nY2018-07-255-67/+423
* WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-258-3/+534
* Fix releasing memory in LibTomCrypt shim, fix ECDH time measurement.J08nY2018-07-251-11/+22
* Fix releasing java memory in native shims.J08nY2018-07-245-23/+23
* Fix Makefile.J08nY2018-07-231-5/+6
* Add signature support for OpenSSL, add error handling.J08nY2018-07-194-25/+210
* Add ECDH support for OpenSSL.J08nY2018-07-193-0/+89
* Fix OpenSSL keygen.J08nY2018-07-191-6/+3
* 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