summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix building for Win64 targetJussi Kivilinna2021-10-061-0/+3
* tests: Remove old CAVS test scripts.Werner Koch2021-09-273-2379/+1
* tests: Improve FIPS detection in curves test.Jakub Jelen2021-09-161-130/+147
* tests: Fix typo in commentJakub Jelen2021-09-161-1/+1
* Add x86 HW acceleration for GCM-SIV counter modeJussi Kivilinna2021-08-261-0/+139
* Add AES-GCM-SIV mode (RFC 8452)Jussi Kivilinna2021-08-262-0/+976
* Add SIV mode (RFC 5297)Jussi Kivilinna2021-08-262-7/+492
* tests: Generating large-enough DSA keys works in FIPS modeJakub Jelen2021-08-171-8/+0
* tests: Avoid confusing 'success' on error messageJakub Jelen2021-08-171-1/+1
* fips: Fix tests in fips mode and non-fips mode.NIIBE Yutaka2021-08-171-4/+13
* tests: Skip tests when FIPS for keygrip computations.NIIBE Yutaka2021-08-161-9/+28
* fips: Fix tests in fips mode.NIIBE Yutaka2021-08-161-3/+4
* tests/bench-slope: allow non-FIPS ECC benchmarking in non-FIPS modeJussi Kivilinna2021-08-101-2/+2
* tests: Fix values for DSA with larger key length.NIIBE Yutaka2021-08-031-9/+17
* tests: Verify unsupported KDF tests fail in FIPS modeJakub Jelen2021-07-291-0/+7
* tests: Generating DSA from domain should fail in FIPS modeJakub Jelen2021-07-291-2/+14
* tests: Transient DSA keys work in FIPS modeJakub Jelen2021-07-291-9/+6
* tests: Skip secmem overflow test in FIPS modeJakub Jelen2021-07-291-1/+6
* tests: Expect the 192b ECDSA tests to fail in fips modeJakub Jelen2021-07-291-7/+17
* tests: Expect curves 25519/448 to fail in FIPS modeJakub Jelen2021-07-294-14/+100
* tests: Skip unsupported mechanisms in FIPS modeJakub Jelen2021-07-292-2/+35
* tests: Do not expect GCM work in FIPSJakub Jelen2021-07-291-1/+13
* cipher: Support internal hashing for RSA-PSS.NIIBE Yutaka2021-07-231-0/+11
* tests/basic: use SHA256 instead of RMD160 for SHAKE extract testingJussi Kivilinna2021-07-071-1/+1
* tests: Fix tests/basic.c for FIPS mode.NIIBE Yutaka2021-07-071-2/+2
* tests: Skip unavailable ciphers in FIPS mode.NIIBE Yutaka2021-07-071-0/+33
* tests: Fix messages to STDERR when FIPS mode is enabled.NIIBE Yutaka2021-07-071-24/+24
* tests/t-mpi-point: add one more NIST P-256 reduction test-vectorJussi Kivilinna2021-07-021-0/+11
* bench-slope: add X25519 and X448 scalar multiplicationJussi Kivilinna2021-07-011-2/+28
* mpi: optimizations for MPI scanning and printingJussi Kivilinna2021-07-011-180/+358
* tests/t-mpi-point: add reduction test-vectors for secp256k1Jussi Kivilinna2021-07-011-0/+62
* ec-nist: fix 'mod p' carry adjustment and output maskingJussi Kivilinna2021-06-301-0/+738
* mpi/ec: add fast reduction for secp256k1Jussi Kivilinna2021-06-191-0/+304
* tests/t-mpi-point: add NIST curve multiplication test vectorsJussi Kivilinna2021-06-191-1/+1997
* tests/bench-slope: add ECC benchmarkingJussi Kivilinna2021-06-191-52/+640
* tests/benchmark: add benchmark for Ed448Jussi Kivilinna2021-06-191-2/+19
* ecc: Fix bug in gcry_pk_get_param for Curve25519.Werner Koch2021-06-171-0/+146
* tests/basic: OCB large buffer check: make input buffer non-repeatableJussi Kivilinna2021-03-251-13/+23
* tests/basic: add decryption check to check_ocb_cipher_checksumJussi Kivilinna2021-03-251-1/+31
* ecc: Fix keygrip computation for compressed points.Werner Koch2021-03-241-0/+44
* VPMSUMD acceleration for GCM mode on PPCShawn Landden2021-03-071-0/+16
* tests: Fix minor glitches.Werner Koch2021-02-082-2/+3
* New test Makefile target xtestsuiteWerner Koch2021-02-081-2/+42
* New test driver to allow for standalone regression tests.Werner Koch2021-02-081-0/+888
* sha256-avx2: fix reading beyond end of input bufferJussi Kivilinna2021-02-031-5/+15
* tests: allow running 'make check' with ASANJussi Kivilinna2021-02-032-1/+16
* Fix ubsan warnings for i386 buildJussi Kivilinna2021-02-031-1/+1
* hash-common: fix heap overflow when writing more data after finalJussi Kivilinna2021-01-291-0/+7
* build: Check spawn.h for MacOS X Tiger.NIIBE Yutaka2021-01-271-1/+1
* build: Fix build of tests with non-default installation.NIIBE Yutaka2021-01-211-5/+5