aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Copyright year updatesMatt Caswell4-4/+4
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre1-25/+22
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz1-1/+1
2023-10-09Avoid divide-by-zero in kmac_prov.c's bytepad()Klavishnik1-2/+2
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte1-38/+25
2023-10-03Coverity 1545174: calling risky functionPauli1-1/+18
2023-10-03fips selftest: avoid relying on a real RNG for self testsPauli1-7/+40
2023-09-19Copyright year updatesRichard Levitte6-6/+6
2023-09-13Revert "Add dupctx support to aead ciphers"Tomas Mraz7-70/+0
2023-09-13Revert "implement dupctx for aes_WRAP methods"Tomas Mraz1-21/+0
2023-09-13Revert "implement dupctx for chacha20_poly1305"Tomas Mraz1-21/+0
2023-09-13Revert "Add dupctx support to rc4_hmac_md5 algo"Tomas Mraz2-29/+0
2023-09-13Fix a memleak in prepare_rsa_paramsBernd Edlinger1-1/+4
2023-09-12Add dupctx support to rc4_hmac_md5 algoNeil Horman2-0/+29
2023-09-12implement dupctx for chacha20_poly1305Neil Horman1-0/+21
2023-09-12implement dupctx for aes_WRAP methodsNeil Horman1-0/+21
2023-09-12Add dupctx support to aead ciphersNeil Horman7-0/+70
2023-09-04Implement dupctx for chacha20 cipherNeil Horman1-0/+21
2023-08-04When exporting/importing decoded keys do not use 0 as selectionTomas Mraz3-3/+15
2023-08-04Avoid exporting bogus (empty) data if empty selection is usedTomas Mraz4-0/+12
2023-08-01Don't add the msblob/pvk decoders if they're not suitableMatt Caswell2-0/+27
2023-08-01Copyright year updatesMatt Caswell4-4/+4
2023-07-14Do not ignore empty associated data with AES-SIV modeTomas Mraz1-7/+11
2023-06-30Do not use stitched AES-GCM implementation on PPC32Tomas Mraz1-1/+1
2023-06-10Set RC4 defines on libcrypto/liblegacyTomas Mraz1-0/+3
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch1-3/+3
2023-05-30Update copyright yearTomas Mraz7-7/+7
2023-05-23If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy1-3/+5
2023-05-19Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha1-1/+1
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li1-1/+1
2023-03-29Declare FIPS option functions in their own headerPauli1-1/+1
2023-03-29DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli4-14/+37
2023-03-15Segmentation fault in parent rng cleanupafshinpir1-1/+1
2023-03-15Updated `rsa_has()` for correct validationafshinpir1-2/+2
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz1-3/+6
2023-03-14Update copyright yearMatt Caswell13-13/+13
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis1-0/+26
2023-02-28Fix incomplete error check on RSA_public_decrypt()ndossche1-1/+1
2023-02-20kbkdf: Fix kbkdf_dup function pointer typeClemens Lang1-1/+1
2023-02-08des: prevent error when using two key triple DES with a random keyPauli1-5/+4
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz1-1/+1
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz2-4/+5
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis3-23/+18
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ1-4/+4
2023-01-16s390x: Fix keccak xofs via CPACFJuergen Christ1-1/+10
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis1-6/+19
2022-12-22Change HKDF to alloc the info buffer.slontis1-18/+60
2022-12-22ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel1-2/+8
2022-12-21Update copyright yearTomas Mraz1-1/+1
2022-12-16Add KMAC support to KBKDF.slontis2-14/+57