summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add ARMv8-CE HW acceleration for GCM-SIV counter modeJussi Kivilinna2021-08-264-0/+252
* Add x86 HW acceleration for GCM-SIV counter modeJussi Kivilinna2021-08-267-10/+708
* Add AES-GCM-SIV mode (RFC 8452)Jussi Kivilinna2021-08-2610-26/+1760
* Add SIV mode (RFC 5297)Jussi Kivilinna2021-08-2610-20/+1082
* mpi/longlong: fix variable shadowing from MIPS umul_ppmm macrosJussi Kivilinna2021-08-261-9/+9
* cipher: Use offsetof for allocation of gcry_md_context.NIIBE Yutaka2021-08-231-6/+8
* hmac: Don't have the second implementation of hmac256.NIIBE Yutaka2021-08-192-30/+1
* fips: Don't use gcry_check_version for integrity check any more.NIIBE Yutaka2021-08-191-5/+0
* fips: Use a .rodata1 section integrity check with hmac256.NIIBE Yutaka2021-08-191-20/+99
* build: Generate hash for integrity check with hmac256 (2).NIIBE Yutaka2021-08-192-67/+21
* build: Generate hash for integrity check with hmac256.NIIBE Yutaka2021-08-182-8/+20
* hmac: Fix hmac256 command option handling.NIIBE Yutaka2021-08-181-4/+9
* cipher: Fix the order of fields of gcry_md_context.NIIBE Yutaka2021-08-181-2/+2
* 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