summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2021-02-16Add GCM tests with IV size different from 12Guillaume Le Vaillant
2020-09-03Make list-all-* functions return list of keywordsGuillaume Le Vaillant
2020-09-01Add bcrypt-pbkdfGuillaume Le Vaillant
2020-08-31Add bcryptGuillaume Le Vaillant
2020-08-24Make ec-encode-point return uncompressed points for secp* curvesGuillaume Le Vaillant
2020-08-24Add generate-signature-nonce functionGuillaume Le Vaillant
2020-08-24Add secp256k1Guillaume Le Vaillant
2020-08-23Add secp521r1Guillaume Le Vaillant
2020-08-23Add secp384r1Guillaume Le Vaillant
2020-08-23Add secp256r1Guillaume Le Vaillant
2019-10-21More fixes for :invert readtable-case.Guillaume Le Vaillant
2019-09-02HMAC-KDF support.Manuel Giraud
2019-03-30Add Argon2d KDF (without parallelism)Guillaume LE VAILLANT
2019-02-07Add SipHash MACGuillaume LE VAILLANT
2019-02-01Add SM4 cipherGuillaume LE VAILLANT
2019-02-01Add SM3 digestGuillaume LE VAILLANT
2018-10-18Add Kupyna and Kupyna/256 digestsGuillaume LE VAILLANT
2018-10-17Add a few more test vectors for Kalyna ciphersGuillaume LE VAILLANT
2018-10-17Add Kalyna128, Kalyna256 and Kalyna512 block ciphersGuillaume LE VAILLANT
2018-10-12Add EAX authenticated encryption modeGuillaume LE VAILLANT
2018-09-02Add more test vectors for curve25519Guillaume LE VAILLANT
2018-09-02Add test vectors for padded CBC modeGuillaume LE VAILLANT
2018-08-21Add tests for padding schemesGuillaume LE VAILLANT
2018-08-20Add some test vectors for ETMGuillaume LE VAILLANT
2018-08-20AEAD tests: put the key with the other mode parametersGuillaume LE VAILLANT
2018-08-19Add tests for authenticated encryption modesGuillaume LE VAILLANT
2018-08-19Add GCM authenticated encryption modeGuillaume LE VAILLANT
2018-08-17Reduce dependency on internals of nibblesGuillaume LE VAILLANT
2018-08-11Add GMAC authentication codeGuillaume LE VAILLANT
2018-07-27Add more test vectors for Kuznyechik cipherGuillaume LE VAILLANT
2018-07-26Add Kuznyechik block cipher (GOST R 34.12-2015)Guillaume LE VAILLANT
2018-07-26Add Streebog digests (GOST R 34.11-2012)Guillaume LE VAILLANT
2018-07-03Add more test vectors for KeccakGuillaume LE VAILLANT
2018-06-21Add original Keccak digestsGuillaume LE VAILLANT
2018-04-27Add keystream-position functionGuillaume LE VAILLANT
2018-04-17Add tests for multiple produce-{digest,mac} callsGuillaume LE VAILLANT
2018-04-10Declare rt as a dependency instead of embedding itGuillaume LE VAILLANT
2017-11-20Add Sosemanuk stream cipherGuillaume LE VAILLANT
2017-11-19Add ARIA block cipherGuillaume LE VAILLANT
2017-11-17Simplify ASDF system definitions a littleGuillaume LE VAILLANT
2017-11-16Add SEED block cipherGuillaume LE VAILLANT
2017-11-16Add Camellia block cipherGuillaume LE VAILLANT
2017-11-02Rename NULL cipher to XORGuillaume LE VAILLANT
2017-09-19Also test cipher reinitialization in cipher-test-gutsGuillaume LE VAILLANT
2017-09-17Also test read-byte and write-byte on gray streamsGuillaume LE VAILLANT
2017-09-17Add cipher stream testsGuillaume LE VAILLANT
2017-09-17Refactor MAC tests and add MAC stream testsGuillaume LE VAILLANT
2017-09-11Add Gray streams support for ClispGuillaume LE VAILLANT
2017-09-09Add Gray streams support for ECLGuillaume LE VAILLANT
2017-09-09Support gray streams on ABCL.Olof-Joachim Frahm