summaryrefslogtreecommitdiff
path: root/cipher
Commit message (Expand)AuthorAgeFilesLines
* Revert "kdf:pkdf2: Require longer input when FIPS mode."Jakub Jelen2022-10-271-4/+0
* keccak: Use size_t to avoid integer overflowJakub Jelen2022-10-043-14/+14
* kdf:pkdf2: Check minimum allowed key size when running in FIPS mode.Tobias Heider2022-10-041-0/+4
* kdf:pkdf2: Require longer input when FIPS mode.NIIBE Yutaka2022-10-041-0/+3
* fips: Skip PCT if RSA keygen test-parms specifiedClemens Lang2022-09-221-1/+4
* fips: Disable RSA-OAEP padding in FIPS mode.Jakub Jelen2022-08-302-2/+6
* Simplify the PCT for RSA and ECDSAJakub Jelen2022-08-302-77/+20
* ecc: Run PCT also with the digest stepJakub Jelen2022-08-301-0/+81
* rsa: Run PCT in FIPS mode also with digest step.Jakub Jelen2022-08-301-1/+68
* fips: Run digest&sign self tests for RSA and ECC in FIPS mode.Jakub Jelen2022-08-302-12/+234
* hmac: Allow use of shorter salt.NIIBE Yutaka2022-08-151-3/+0
* cipher: Fix gcry_pk_hash_verify for explicit hash.NIIBE Yutaka2022-07-131-16/+78
* cipher: Allow verification of small RSA signatures in FIPS modeJakub Jelen2022-05-191-2/+24
* Do not allow PKCS #1.5 padding for encryption in FIPSJakub Jelen2022-05-062-1/+9
* cipher: Change the bounds for RSA key generation round.NIIBE Yutaka2022-05-061-4/+4
* cipher: Fix rsa key generation.NIIBE Yutaka2022-04-191-0/+2
* kdf:argon2: Fix for the case output > 64.NIIBE Yutaka2022-03-292-3/+12
* hash: Add more OIDs.Werner Koch2022-03-282-0/+9
* Silence compiler warnings for possible alignment problem.NIIBE Yutaka2022-02-211-3/+3
* fips: Fix memory leaks in FIPS modeClemens Lang via Gcrypt-devel2022-02-141-1/+4
* kdf: Use u64.NIIBE Yutaka2022-02-141-1/+1
* rsa: Fix regression in not returning an error for prime generation.Werner Koch2022-01-311-2/+5
* cipher: Initialize values not to confuse static analyzersJakub Jelen2022-01-311-3/+3
* cipher: Remove dead code in for the siv modeJakub Jelen2022-01-311-2/+0
* kdf: Fix computation by big-endian machine.NIIBE Yutaka2022-01-311-16/+32
* ciper/blake2: Make sure to clean up the stack.NIIBE Yutaka2022-01-311-0/+2
* kdf: handle errors from thread dispatch/wait functionsJussi Kivilinna2022-01-281-3/+12
* kdf/argon2: use BLAKE2b hash_buffers function instead of _gcry_md_*Jussi Kivilinna2022-01-281-45/+52
* Rename KDF job functions and function typesJussi Kivilinna2022-01-281-3/+3
* kdf: Change new KDF API.NIIBE Yutaka2022-01-281-175/+50
* kdf: Implement Argon2 KDF using blake2b_vl_hash function.NIIBE Yutaka2022-01-281-159/+227
* cipher: Implement variable-length hash function for Argon2.NIIBE Yutaka2022-01-282-0/+54
* kdf: Improve new KDF API.NIIBE Yutaka2022-01-261-33/+78
* cipher: Add new API for modern KDF function.NIIBE Yutaka2022-01-261-1/+678
* Fix building GCM when GCM_USE_ARM_NEON defined but GCM_USE_ARM_PMULL notJussi Kivilinna2022-01-221-4/+3
* scrypt: Fix the last step of SCRYPT.NIIBE Yutaka2022-01-201-1/+1
* fips: Recover test cases for selftest, add skipping in FIPS mode.NIIBE Yutaka2022-01-202-2/+150
* fips: Reject shorter key for HMAC in FIPS mode.NIIBE Yutaka2022-01-193-141/+5
* Update documentation related to FIPSJakub Jelen2022-01-171-1/+1
* rijndael-aesni: small optimization for cbc-enc and cfb-encJussi Kivilinna2022-01-111-36/+165
* Add straight-line speculation hardening for aarch64 assemblyJussi Kivilinna2022-01-1112-35/+39
* Add straight-line speculation hardening for amd64 and i386 assemblyJussi Kivilinna2022-01-1133-132/+136
* Optimizations for AES aarch64-ce assembly implementationJussi Kivilinna2022-01-111-514/+713
* Add armv8/pmull accelerated POLYVAL for GCM-SIVJussi Kivilinna2022-01-113-0/+397
* Use 'vmov' and 'movi' for vector register clearing in ARM assemblyJussi Kivilinna2022-01-1112-23/+25
* Add SM3 ARM/AArch64 assembly implementationJussi Kivilinna2022-01-113-1/+685
* cipher: Keep original behavior of Key Unwrap when not extended.NIIBE Yutaka2022-01-111-1/+6
* cipher: Add an API to retrieve unwrapped key length for KWP.NIIBE Yutaka2022-01-053-79/+64
* cipher: Use const for *_spec_t, if possible.NIIBE Yutaka2022-01-0432-251/+263
* fips: Use flags.fips to check algo availability.NIIBE Yutaka2022-01-043-51/+34