summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-07Prepare for release of 3.0.8openssl-3.0.8Richard Levitte
2023-02-07make updateRichard Levitte
2023-02-07Update copyright yearRichard Levitte
2023-02-03Internaly declare the DSA type for no-deprecated buildsTomas Mraz
2023-02-03Add CHANGES.md and NEWS.md entries for the 3.0.8 releaseTomas Mraz
2023-02-03Add testcase for missing return check of BIO_set_md() callsTomas Mraz
2023-02-03pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-03Add test for DSA pubkey without param import and checkTomas Mraz
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-02-03Fix NULL deference when validating FFC public key.slontis
2023-02-03Add test for d2i_PKCS7 NULL dereferenceTomas Mraz
2023-02-03Do not dereference PKCS7 object data if not setTomas Mraz
2023-02-03Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell
2023-02-03Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2023-02-03Add a test for CVE-2022-4450Matt Caswell
2023-02-03Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell
2023-02-03Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-02-02Add testcase for nc_match_single type confusionTomas Mraz
2023-02-02Fix type confusion in nc_match_single()Viktor Dukhovni
2023-02-02doc/man1/{storeutl,gendsa}: point out that extra options/arguments are ignoredDr. David von Oheimb
2023-02-02Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche
2023-02-01Use $config{build_file} instead of $target{build_file}Richard Levitte
2023-02-01Fix a potential memory leak in crypto/provider_child.cRuili Fang
2023-01-31BIO_read.pod: fix small typoAndrea Pappacoda
2023-01-31Do not include sparse_array.o in libssl with no-sharedTomas Mraz
2023-01-31Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz
2023-01-31Fix incomplete check on X509V3_add1_i2d()ndossche
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-30coverity 1520506: error handlingPauli
2023-01-30coverity 1520505: error handlingPauli
2023-01-27Add notes about ignoring initialization failures on contextsTomas Mraz
2023-01-26Document that the RSA e value is mandatory when importing.slontis
2023-01-26Fix Coverity 1520485: logically dead codePauli
2023-01-26Clarify the change of enc -S behavior in 3.0Viktor Dukhovni
2023-01-25Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche
2023-01-24OSSL_trace_set_channel(): add important statement that it takes BIO ownershipDr. David von Oheimb
2023-01-24set_trace_data(): prevent double free on OPENSSL_strdup() failureDr. David von Oheimb
2023-01-24Fix corruption when searching for CRLs in hashed directoriesHugo Landau
2023-01-24Add DTLS support to the large app data testMatt Caswell
2023-01-24Ensure our buffer allocation allows for the Explicit IVMatt Caswell
2023-01-24Add a test for large app dataMatt Caswell
2023-01-23MD5.pod: Recommend SHA-2 or SHA-3 family hashes instead of legacy onesTomas Mraz
2023-01-23X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb
2023-01-23cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb
2023-01-23cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb
2023-01-23CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb
2023-01-23Fixes wrong return type in BIO_do_connect man page.Thib
2023-01-23Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4()Niels Dossche