summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-30Prepare for release of 1.1.1uOpenSSL_1_1_1uTomas Mraz
2023-05-30Copyright year updatesTomas Mraz
2023-05-29Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang
2023-05-25util/mkdef.pl: Take shlib_variant into accountRichard Levitte
2023-05-23Add OpenSSL OMC key to list of key fingerprintsTomas Mraz
2023-05-21Fix the padlock engineBernd Edlinger
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre
2023-05-01Drop invalid ERR_raise() call from incorrect cherry pickTomas Mraz
2023-04-21Have Windows and VMS build files use shlib_variantRichard Levitte
2023-04-20Re-add BN_F_OSSL_BN_RSA_DO_UNBLIND which was incorrectly removedTomas Mraz
2023-03-31Alternative fix for CVE-2022-4304Bernd Edlinger
2023-03-31Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-03-28Fix documentation of X509_VERIFY_PARAM_add0_policy()Tomas Mraz
2023-03-28Updated CHANGES and NEWS for CVE-2023-0465Matt Caswell
2023-03-28Add a Certificate Policies TestMatt Caswell
2023-03-28Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell
2023-03-23Generate some certificates with the certificatePolicies extensionMatt Caswell
2023-03-23Disable the policy tree exponential growth test conditionallyPauli
2023-03-22changes: note about policy tree size limits and circumventionPauli
2023-03-22test: add test cases for the policy resource overusePauli
2023-03-22x509: excessive resource use verifying policy constraintsPauli
2023-03-17Fix Configure test for -mips in CFLAGSMike Gilbert
2023-03-16Fix copyright disclaimer.Pauli
2023-03-09Fix copyright headerPauli
2023-02-22crypto/conf: gcc build warning fixGang Chen
2023-02-20Fix failing cms test when no-des is usedBernd Edlinger
2023-02-11rsa: add msvc intrinsic for non x64 platformsHubert Kario
2023-02-07Prepare for 1.1.1u-devRichard Levitte
2023-02-07Prepare for 1.1.1t releaseOpenSSL_1_1_1tRichard Levitte
2023-02-07Update copyright yearRichard Levitte
2023-02-03Add CHANGES and NEWS entries for the 1.1.1t releaseTomas Mraz
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (1.1.1)Hugo Landau
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 decryptionMatt Caswell
2023-02-03Use $config{build_file} instead of $target{build_file}Richard Levitte
2023-01-31crypto/bio: drop float formating for UEFIGerd Hoffmann
2023-01-24Fix corruption when searching for CRLs in hashed directories (1.1)Hugo 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-20Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS
2023-01-19Fix CI failures with ubuntu-22.04Bernd Edlinger
2023-01-19Fix various clang-14/15 compiler warningsBernd Edlinger
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger