summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption in ui_readOpenSSL_1_1_1-stableBernd Edlinger2023-05-172-3/+5
* Add negative integer check when using ASN1_BIT_STRINGmlitre2023-05-041-0/+6
* Drop invalid ERR_raise() call from incorrect cherry pickTomas Mraz2023-05-011-1/+0
* Have Windows and VMS build files use shlib_variantRichard Levitte2023-04-212-5/+8
* Re-add BN_F_OSSL_BN_RSA_DO_UNBLIND which was incorrectly removedTomas Mraz2023-04-201-0/+1
* Alternative fix for CVE-2022-4304Bernd Edlinger2023-03-316-69/+111
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-03-319-684/+20
* Fix documentation of X509_VERIFY_PARAM_add0_policy()Tomas Mraz2023-03-283-2/+13
* Updated CHANGES and NEWS for CVE-2023-0465Matt Caswell2023-03-282-2/+11
* Add a Certificate Policies TestMatt Caswell2023-03-281-1/+12
* Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell2023-03-281-2/+9
* Generate some certificates with the certificatePolicies extensionMatt Caswell2023-03-235-2/+72
* Disable the policy tree exponential growth test conditionallyPauli2023-03-231-0/+2
* changes: note about policy tree size limits and circumventionPauli2023-03-221-1/+7
* test: add test cases for the policy resource overusePauli2023-03-225-0/+567
* x509: excessive resource use verifying policy constraintsPauli2023-03-223-14/+43
* Fix Configure test for -mips in CFLAGSMike Gilbert2023-03-171-1/+1
* Fix copyright disclaimer.Pauli2023-03-161-1/+1
* Fix copyright headerPauli2023-03-091-0/+9
* crypto/conf: gcc build warning fixGang Chen2023-02-221-1/+4
* Fix failing cms test when no-des is usedBernd Edlinger2023-02-201-1/+1
* rsa: add msvc intrinsic for non x64 platformsHubert Kario2023-02-111-1/+23
* Prepare for 1.1.1u-devRichard Levitte2023-02-074-3/+11
* Prepare for 1.1.1t releaseOpenSSL_1_1_1tRichard Levitte2023-02-074-5/+5
* Update copyright yearRichard Levitte2023-02-0728-28/+28
* Add CHANGES and NEWS entries for the 1.1.1t releaseTomas Mraz2023-02-032-4/+61
* CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (1.1.1)Hugo Landau2023-02-034-3/+27
* Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell2023-02-032-2/+31
* Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell2023-02-031-7/+32
* Add a test for CVE-2022-4450Matt Caswell2023-02-031-0/+30
* Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell2023-02-031-0/+2
* Fix Timing Oracle in RSA decryptionMatt Caswell2023-02-039-20/+653
* Use $config{build_file} instead of $target{build_file}Richard Levitte2023-02-031-8/+8
* crypto/bio: drop float formating for UEFIGerd Hoffmann2023-01-311-0/+20
* Fix corruption when searching for CRLs in hashed directories (1.1)Hugo Landau2023-01-241-3/+13
* Add DTLS support to the large app data testMatt Caswell2023-01-241-3/+25
* Ensure our buffer allocation allows for the Explicit IVMatt Caswell2023-01-241-1/+6
* Add a test for large app dataMatt Caswell2023-01-241-0/+130
* Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS2023-01-202-0/+4
* Fix CI failures with ubuntu-22.04Bernd Edlinger2023-01-192-6/+4
* Fix various clang-14/15 compiler warningsBernd Edlinger2023-01-195-208/+202
* Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger2023-01-144-8/+77
* Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell2022-12-224-0/+10
* Fix BIO_f_asn1() to properly report some errorsMatt Caswell2022-12-221-2/+2
* Fix SMIME_crlf_copy() to properly report an errorMatt Caswell2022-12-221-1/+5
* Fix BIO_f_cipher() flushingMatt Caswell2022-12-221-1/+8
* Fix a logic flaw in test_mod_exp_zeroBernd Edlinger2022-12-211-1/+1
* Fix a memory leak in rsa_priv_encodeBernd Edlinger2022-12-161-0/+1
* Fix the ceiling on how much encryption growth we can haveMatt Caswell2022-12-051-5/+12
* Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger2022-11-121-18/+76