summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Generating large-enough DSA keys works in FIPS modeJakub Jelen2021-08-171-8/+0
* dsa: Drop dead codeJakub Jelen2021-08-171-8/+0
* rsa: Do not allow 1024 RSA keys in FIPS modeJakub Jelen2021-08-171-9/+1
* 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
* cipher: Raise an error for non-approved digests correctly.NIIBE Yutaka2021-08-161-9/+1
* fips: Fix tests in fips mode.NIIBE Yutaka2021-08-162-5/+5
* tests/bench-slope: allow non-FIPS ECC benchmarking in non-FIPS modeJussi Kivilinna2021-08-101-2/+2
* fips: Fix check_binary_integrity.NIIBE Yutaka2021-08-062-5/+9
* build: Update checking headers.NIIBE Yutaka2021-08-051-1/+1
* tests: Fix values for DSA with larger key length.NIIBE Yutaka2021-08-031-9/+17
* fips: Support LIBGCRYPT_FORCE_FIPS_MODE envvar.NIIBE Yutaka2021-08-031-1/+1
* tests: Verify unsupported KDF tests fail in FIPS modeJakub Jelen2021-07-291-0/+7
* cipher: Do not use of non-approved digests in FIPS modeJakub Jelen2021-07-291-4/+5
* 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
* mac: Disable AES GMAC in FIPS modeJakub Jelen2021-07-291-1/+1
* hwfeatures: Enable hardware support also in FIPS mode.NIIBE Yutaka2021-07-291-3/+0
* cipher: Support internal hashing for DSA and ECDSA signing.NIIBE Yutaka2021-07-297-32/+189
* cipher: Support internal hashing for RSA-PSS.NIIBE Yutaka2021-07-232-102/+171
* cipher: Extend RSA-PSS internal function for verify, too.NIIBE Yutaka2021-07-234-17/+42
* cipher: Extend RSA-PSS internal function.NIIBE Yutaka2021-07-233-15/+39
* cipher: Check by caller instead, not by callee for RSA-PSS.NIIBE Yutaka2021-07-233-23/+13
* doc: Fix a typo.NIIBE Yutaka2021-07-221-1/+1
* hmac: Use xfree.NIIBE Yutaka2021-07-151-3/+4
* 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
* rinjdael-s390x: fix UBSAN warning on using index beyond end of arrayJussi Kivilinna2021-07-051-6/+17
* ec: add zSeries/s390x accelerated scalar multiplicationJussi Kivilinna2021-07-028-3/+483
* 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-012-287/+561
* mpi/ec: cache converted field_table MPIsJussi Kivilinna2021-07-011-6/+16
* mpi_ec_get_affine: fast path for Z==1 caseJussi Kivilinna2021-07-011-0/+18
* 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-303-53/+837
* mpi/ec: add fast reduction for secp256k1Jussi Kivilinna2021-06-192-0/+366
* mpi/ec: add fast reduction functions for NIST curvesJussi Kivilinna2021-06-199-18/+1943
* mpi/ec: small optimization for ec_mulm_448Jussi Kivilinna2021-06-191-54/+22
* mpi/ec: small optimization for ec_mulm_25519Jussi Kivilinna2021-06-191-29/+12
* mpi/longlong.h: fix missing macro parameter parenthesesJussi Kivilinna2021-06-191-7/+7
* tests/t-mpi-point: add NIST curve multiplication test vectorsJussi Kivilinna2021-06-191-1/+1997