summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the validity period of ed25519 cerificatesBernd Edlinger2022-11-122-14/+74
* Update GitHub actions as suggested by dependabotTomas Mraz2022-11-036-26/+26
* Prepare for 1.1.1t-devTomas Mraz2022-11-014-3/+11
* Prepare for 1.1.1s releaseOpenSSL_1_1_1sTomas Mraz2022-11-014-5/+5
* Update copyright yearTomas Mraz2022-11-018-8/+8
* Update CHANGES and NEWS for new releaseTomas Mraz2022-11-012-2/+6
* Make openVMS seeding less dependent of OpenVMS versionRichard Levitte2022-10-271-32/+56
* ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller2022-10-261-3/+1
* doc: fix copy/paste errorPauli2022-10-241-1/+1
* Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb2022-10-195-136/+175
* Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon2022-10-131-46/+29
* Prepare for 1.1.1s-devMatt Caswell2022-10-114-3/+11
* Prepare for 1.1.1r releaseOpenSSL_1_1_1rMatt Caswell2022-10-114-5/+5
* Update copyright yearMatt Caswell2022-10-1132-32/+32
* Updated CHANGES and NEWS for new releaseMatt Caswell2022-10-112-2/+38
* Configurations: mips64*-linux-*abin32 needs bn_ops SIXTY_FOUR_BITAdam Joseph2022-10-031-1/+1
* X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon2022-09-241-22/+46
* X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon2022-09-242-16/+26
* Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala2022-09-092-75/+177
* Moving notify check after the no time checkRyan Kelley2022-08-231-2/+2
* Coverity 1508506: misuse of time_tPauli2022-08-223-11/+46
* Coverity 1508534 & 1508540: misuses of time_tPauli2022-08-192-6/+4
* bn_nist: fix strict aliasing problemPauli2022-08-171-11/+22