aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crypto_tester.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some typos, courtesy of codespellTobias Brunner2017-08-071-1/+1
|
* xof: Defined Extended Output FunctionsAndreas Steffen2016-07-291-0/+32
|
* crypto-tester: Support testing DH groups using DH test vectorsMartin Willi2015-04-151-0/+41
|
* aead: Support custom AEAD salt sizesMartin Willi2014-03-311-2/+6
| | | | | | | | | The salt, or often called implicit nonce, varies between AEAD algorithms and their use in protocols. For IKE and ESP, GCM uses 4 bytes, while CCM uses 3 bytes. With TLS, however, AEAD mode uses 4 bytes for both GCM and CCM. Our GCM backends currently support 4 bytes and CCM 3 bytes only. This is fine until we go for CCM mode support in TLS, which requires 4 byte nonces.
* Fix algorithm type for signers, fixes warning with gcc 4.5Martin Willi2011-05-031-1/+1
|
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-6/+10
|
* Added AEAD support to crypto testerMartin Willi2010-08-191-1/+43
|
* Implemented algorithm benchmarking during registrationMartin Willi2010-08-161-5/+11
|
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
|
* added support for stateful PRFs (such as the FIPS_PRF)Martin Willi2009-06-121-0/+2
|
* implemented a crypto_tester class to test crypto algorithmsMartin Willi2009-06-111-0/+203
libstrongswan.crypto.test.required to require at least one test vector to use an algorithm libstrongswan.crypto.test.rng_true to run RNG tests on RNG_TRUE quality