aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-01Prepare for release of 1.1.1vOpenSSL_1_1_1vMatt Caswell4-5/+5
2023-08-01Copyright year updatesMatt Caswell3-3/+3
2023-07-31Add CHANGES/NEWS for CVE-2023-3817Tomas Mraz2-0/+17
2023-07-31dhtest.c: Add test of DH_check() with q = p + 1Tomas Mraz1-0/+12
2023-07-31DH_check(): Do not try checking q properties if it is obviously invalidTomas Mraz1-2/+9
2023-07-26Make DH_check set some error bits in recently added errorBernd Edlinger1-0/+1
2023-07-19Update CHANGES/NEWS for CVE-2023-3446Matt Caswell2-2/+17
2023-07-19Add a test for CVE-2023-3446Matt Caswell1-2/+13
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell5-3/+15
2023-05-30Prepare for 1.1.1vTomas Mraz4-3/+11
2023-05-30Prepare for release of 1.1.1uOpenSSL_1_1_1uTomas Mraz4-5/+5
2023-05-30Copyright year updatesTomas Mraz19-19/+19
2023-05-29Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte3-0/+47
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang1-4/+15
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang1-2/+10
2023-05-25util/mkdef.pl: Take shlib_variant into accountRichard Levitte1-0/+1
2023-05-23Add OpenSSL OMC key to list of key fingerprintsTomas Mraz1-0/+5
2023-05-21Fix the padlock engineBernd Edlinger1-2/+13
2023-05-17Fix stack corruption in ui_readBernd Edlinger2-3/+5
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre1-0/+6
2023-05-01Drop invalid ERR_raise() call from incorrect cherry pickTomas Mraz1-1/+0
2023-04-21Have Windows and VMS build files use shlib_variantRichard Levitte2-5/+8
2023-04-20Re-add BN_F_OSSL_BN_RSA_DO_UNBLIND which was incorrectly removedTomas Mraz1-0/+1
2023-03-31Alternative fix for CVE-2022-4304Bernd Edlinger6-69/+111
2023-03-31Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger9-684/+20
2023-03-28Fix documentation of X509_VERIFY_PARAM_add0_policy()Tomas Mraz3-2/+13
2023-03-28Updated CHANGES and NEWS for CVE-2023-0465Matt Caswell2-2/+11
2023-03-28Add a Certificate Policies TestMatt Caswell1-1/+12
2023-03-28Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell1-2/+9
2023-03-23Generate some certificates with the certificatePolicies extensionMatt Caswell5-2/+72
2023-03-23Disable the policy tree exponential growth test conditionallyPauli1-0/+2
2023-03-22changes: note about policy tree size limits and circumventionPauli1-1/+7
2023-03-22test: add test cases for the policy resource overusePauli5-0/+567
2023-03-22x509: excessive resource use verifying policy constraintsPauli3-14/+43
2023-03-17Fix Configure test for -mips in CFLAGSMike Gilbert1-1/+1
2023-03-16Fix copyright disclaimer.Pauli1-1/+1
2023-03-09Fix copyright headerPauli1-0/+9
2023-02-22crypto/conf: gcc build warning fixGang Chen1-1/+4
2023-02-20Fix failing cms test when no-des is usedBernd Edlinger1-1/+1
2023-02-11rsa: add msvc intrinsic for non x64 platformsHubert Kario1-1/+23
2023-02-07Prepare for 1.1.1u-devRichard Levitte4-3/+11
2023-02-07Prepare for 1.1.1t releaseOpenSSL_1_1_1tRichard Levitte4-5/+5
2023-02-07Update copyright yearRichard Levitte28-28/+28
2023-02-03Add CHANGES and NEWS entries for the 1.1.1t releaseTomas Mraz2-4/+61
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (1.1.1)Hugo Landau4-3/+27
2023-02-03Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell2-2/+31
2023-02-03Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell1-7/+32
2023-02-03Add a test for CVE-2022-4450Matt Caswell1-0/+30
2023-02-03Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell1-0/+2
2023-02-03Fix Timing Oracle in RSA decryptionMatt Caswell9-20/+653