aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Prepare for release of 3.1.4openssl-3.1.4Matt Caswell3-4/+4
2023-10-24make updateMatt Caswell2-33/+33
2023-10-24Copyright year updatesMatt Caswell47-47/+47
2023-10-24test: add unit test for CVE-2023-5363Pauli1-0/+253
2023-10-24changes and news entries for CVE-2023-5363Pauli2-2/+9
2023-10-24evp: process key length and iv length early if presentPauli1-0/+36
2023-10-24Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz1-1/+1
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre4-48/+109
2023-10-24rand: improve error message for rand pool overflowsRichard Levitte1-1/+5
2023-10-20Reference the non-"legacy" provider names directly from EVP_md5(3) &c.наб25-25/+25
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre7-21/+100
2023-10-19load_key_certs_crls(): There is no quiet argumentTomas Mraz1-4/+2
2023-10-19cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz1-0/+1
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz1-2/+8
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman1-0/+116
2023-10-18Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman1-7/+11
2023-10-18remove sanity check from ossl_rsa_todataNeil Horman1-12/+0
2023-10-18ossl_param_build_set_multi_key_bn(): Do not set NULL BIGNUMsTomas Mraz1-5/+6
2023-10-18ensure that ossl_obj_nid_lock is allocated before useNeil Horman1-7/+28
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir2-2/+13
2023-10-18fix: LINEAR search doesn't work properly (if CHARSET_EBCDIC is defined)Pavel Stetsuk1-3/+4
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno2-1/+42
2023-10-18Update unix Makefile template to handle paths with spacesJames Muir1-147/+147
2023-10-17EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb1-1/+5
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb4-5/+17
2023-10-17CMS_add1_signer.pod: add missing info on CMS_SignerInfo_sign() return valuesDr. David von Oheimb1-2/+4
2023-10-17PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb1-2/+2
2023-10-13cmp: add null pointer check in tear_down test functionPauli1-7/+9
2023-10-13Fix parenthesis, use a colonJames Muir1-2/+2
2023-10-13Windows: use srand() instead of srandom()Tomas Mraz1-1/+2
2023-10-13Windows CI: Add some non-default options to check they are workingTomas Mraz2-2/+2
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz5-35/+30
2023-10-11test/recipes/05-test_rand.t: replace 'and' with '&&'Richard Levitte1-2/+2
2023-10-11Improve Malloc Failure TestBernd Edlinger1-2/+7
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik1-1/+2
2023-10-09Avoid divide-by-zero in kmac_prov.c's bytepad()Klavishnik1-2/+2
2023-10-05Optimize out unneeded up_ref/free of EVP_CIPHERTomas Mraz1-1/+6
2023-10-05d2i_X509.pod: Better document using the reuse capability for libctx setupTomas Mraz1-4/+22
2023-10-05BN_gcd(): Avoid shifts of negative valuesTomas Mraz1-3/+3
2023-10-05DH_check: Emphasize the importance of return value checkTomas Mraz1-0/+4
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli2-3/+32
2023-10-04d2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessaryTomas Mraz1-1/+0
2023-10-04Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_initMatthias St. Pierre4-2/+4
2023-10-04test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre1-0/+85
2023-10-04test: evp_extra: fix indentation errorMatthias St. Pierre1-3/+3
2023-10-04Correct documentation for PKCS5_PBKDF2_HMACSumitra Sharma1-1/+2
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte3-39/+28
2023-10-04Improved detection of engine-provided private "classic" keysDmitry Belyavskiy1-0/+42
2023-10-04Remove duplicates of EVP_aes_xxx_wrap() from EVP_aes_128_gcm.podFrederik Wedel-Heinen1-6/+0
2023-10-04doc/man3: fix misnamed function nameMatthias St. Pierre1-1/+1