summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2023-10-24make updateMatt Caswell
2023-10-24Copyright year updatesMatt Caswell
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-09-19make updateRichard Levitte
2023-09-19Copyright year updatesRichard Levitte
2023-09-13Fix a memleak in prepare_rsa_paramsBernd Edlinger
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-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-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-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-02-08des: prevent error when using two key triple DES with a random keyPauli
2023-02-07make updateRichard Levitte
2023-02-07Update copyright yearRichard Levitte
2023-02-03Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-03Prevent creating DSA and DH keys without parameters through importTomas Mraz
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ
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-22Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-12-20Raise the KMAC limits for key and custom size to 512 bytesTomas Mraz
2022-11-16Fix the check of EC_GROUP_check_named_curvePeiwei Hu
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-11-02providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte
2022-11-01make updateTomas Mraz
2022-11-01Update copyright yearTomas Mraz
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte
2022-10-27Use RSA CRT parameters in FIPS self tests.slontis
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-11make updateMatt Caswell