summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2023-08-04When exporting/importing decoded keys do not use 0 as selectionTomas Mraz
2023-08-04Avoid exporting bogus (empty) data if empty selection is usedTomas Mraz
2023-08-01Don't add the msblob/pvk decoders if they're not suitableMatt Caswell
2023-08-01make updateMatt Caswell
2023-08-01Copyright year updatesMatt Caswell
2023-07-14Do not ignore empty associated data with AES-SIV modeTomas Mraz
2023-06-30Do not use stitched AES-GCM implementation on PPC32Tomas Mraz
2023-06-16fips: use tsan counter instead of tsan_add to incrementPauli
2023-06-15fips: update DSA security check to fix legacy verify strengthsPauli
2023-06-14fips: use memory ordering rather than locksPauli
2023-06-10Set RC4 defines on libcrypto/liblegacyTomas Mraz
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-05-30make updateTomas Mraz
2023-05-30Update copyright yearTomas Mraz
2023-05-23If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy
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-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-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-14make updateMatt Caswell
2023-03-14Update copyright yearMatt Caswell
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-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-02-22Revert "Put EdDSA back as approved algorithms."Pauli
2023-02-20kbkdf: Fix kbkdf_dup function pointer typeClemens Lang
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-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-24Put X25519 and X448 back as approved algorithmsPauli
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ
2023-01-16s390x: Fix keccak xofs via CPACFJuergen Christ
2023-01-13fips: make EdDSA unapproved for FIPSPauli
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2022-12-22Change HKDF to alloc the info buffer.slontis
2022-12-22ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel
2022-12-21make updateTomas Mraz
2022-12-21Update copyright yearTomas Mraz
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-01make updateTomas Mraz
2022-12-01Update copyright yearTomas Mraz
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-23Fix AES-GCM on Power 8 CPUsTomas Mraz