summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-173-22/+151
* build: Fix broken mlock detectionJohannes Schindelin via Gcrypt-devel2021-06-161-1/+1
* cipher: Extend convenience OID mapping table for AES.Werner Koch2021-06-021-0/+6
* Minor tweak to gcry_free.Werner Koch2021-06-021-1/+1
* random: Silence a warning for building rndjent by Clang.NIIBE Yutaka2021-06-011-0/+2
* build: _DARWIN_C_SOURCE should be 1.NIIBE Yutaka2021-05-271-1/+1
* cipher: Fix ElGamal encryption for other implementations.NIIBE Yutaka2021-05-261-18/+6
* cipher: Fix memory leaks for EdDSA.Tianjia Zhang2021-05-171-6/+2
* Always include <config.h> in cipher assembly codesH.J. Lu2021-05-171-1/+1
* ecc: Fix the input length check for Montgomery curve.NIIBE Yutaka2021-05-061-1/+1
* hwf-x86: fix use of wrong operand typeJussi Kivilinna2021-04-281-7/+5
* ecc: Check the input length for the point.NIIBE Yutaka2021-04-271-1/+8
* keccak: add hash_buffers functions for SHAKE128 & SHAKE256Jussi Kivilinna2021-04-261-2/+18
* hash_buffers: add output length param for XOF supportJussi Kivilinna2021-04-269-32/+65