summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2023-10-24make updateMatt Caswell
2023-10-24Copyright year updatesMatt Caswell
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-10-09Avoid divide-by-zero in kmac_prov.c's bytepad()Klavishnik
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-10-03Coverity 1545174: calling risky functionPauli
2023-10-03Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell
2023-10-03fips: use seed source requestedPauli
2023-10-03fips selftest: avoid relying on a real RNG for self testsPauli
2023-10-03remove redundant free of NULLPauli
2023-09-19make updateRichard Levitte
2023-09-19Copyright year updatesRichard Levitte
2023-09-13Revert "Add dupctx support to aead ciphers"Tomas Mraz
2023-09-13Revert "implement dupctx for aes_WRAP methods"Tomas Mraz
2023-09-13Revert "implement dupctx for chacha20_poly1305"Tomas Mraz
2023-09-13Revert "Add dupctx support to rc4_hmac_md5 algo"Tomas Mraz
2023-09-13Fix a memleak in prepare_rsa_paramsBernd Edlinger
2023-09-12Add dupctx support to rc4_hmac_md5 algoNeil Horman
2023-09-12implement dupctx for chacha20_poly1305Neil Horman
2023-09-12implement dupctx for aes_WRAP methodsNeil Horman
2023-09-12Add dupctx support to aead ciphersNeil Horman
2023-09-04Implement dupctx for chacha20 cipherNeil Horman
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