summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-02gcm: use the new faster param location mechanism.Pauli
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-06-02Enable obtaining certain DRBG params without a lockMatt Caswell
2023-06-02Refactor the DRBG implementations to manage locking themselvesMatt Caswell
2023-05-23If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy
2023-05-22Update the FIPS checksumsTomas Mraz
2023-05-19Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li
2023-04-26Update KDFs to use shared functions.Pauli
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-04-21Minor refactoring of the Argon2 derive functionTomas Mraz
2023-04-18fix test failure on Kunpeng-920zhangzhilei
2023-04-03FFC cleanupsslontis
2023-03-29Declare FIPS option functions in their own headerPauli
2023-03-29DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli
2023-03-29fips: rework the option handling codePauli
2023-03-21providers/implementations/kdfs/argon2.c: Don't use UINT64_CRichard Levitte
2023-03-21enable hardware acceleration for sm4-ccmzhangzhilei
2023-03-21Avoid freeing context on errorPauli
2023-03-21Coverity 1522032: use after freePauli
2023-03-17providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...Richard Levitte
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina
2023-03-17providers: add XOF support to blake2bČestmír Kalina
2023-03-16riscv: Clean up extension test macrosChristoph Müllner
2023-03-15enable VPSM4_EX_CAPABLE for sm4_gcmzhangzhilei
2023-03-15Segmentation fault in parent rng cleanupafshinpir
2023-03-15Updated `rsa_has()` for correct validationafshinpir
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-03-15Remove duplicate codezhangzhilei
2023-03-07fips: Use salt >= 16 bytes in PBKDF2 selftestClemens Lang
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-07S390X: Accelerate keccak XOFJuergen Christ
2023-03-01Remove AES SIV ciphers from the FIPS providerPauli
2023-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-02-22Revert "Put EdDSA back as approved algorithms."Pauli
2023-02-16kbkdf: Fix kbkdf_dup function pointer typeClemens Lang
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08des: prevent error when using two key triple DES with a random keyPauli
2023-02-08Put EdDSA back as approved algorithms.Pauli
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-24Put X25519 and X448 back as approved algorithmsPauli
2023-01-24Typos fixingFdaSilvaYY
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki
2023-01-19S390X: Fix Ed448phJuergen Christ
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ