summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1k releaseOpenSSL_1_1_1kMatt Caswell2021-03-254-5/+5
* Update copyright yearMatt Caswell2021-03-2522-22/+22
* Update CHANGES and NEWS for new releaseMatt Caswell2021-03-252-2/+46
* Ensure buffer/length pairs are always in syncMatt Caswell2021-03-256-10/+48
* ssl sigalg extension: fix NULL pointer dereferencePeter Kaestle2021-03-251-0/+1
* Add a test for CVE-2021-3449Matt Caswell2021-03-251-1/+35
* Teach TLSProxy how to encrypt <= TLSv1.2 ETM recordsMatt Caswell2021-03-251-7/+30
* check_chain_extensions: Do not override error return value by check_curveTomas Mraz2021-03-252-6/+22
* Fix missing INVALID_EXTENSIONChenglong Zhang2021-03-221-0/+2
* ASN1: Reset the content dump flag after dumpingRichard Levitte2021-03-211-0/+1
* Add a missing RUN_ONCE in rand_lib.cMatt Caswell2021-03-201-1/+5
* apps: fix coverity 966560: division by zeroPauli2021-03-181-1/+2
* ssl: fix coverity 1451515: out of bounds memory accessPauli2021-03-181-0/+1
* modes: fix coverity 1449851: overlapping memory copyPauli2021-03-181-1/+2
* modes: fix coverity 1449860: overlapping memory copyPauli2021-03-181-1/+2
* Check SSL_set1_chain error in set_cert_cbpanda2021-03-121-1/+2
* [1.1.1] Fix `make update` for out-of-tree buildsRichard Levitte2021-03-041-2/+2
* [github-ci] Add a out-of-tree_build jobNicola Tuveri2021-03-041-0/+21
* Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk2021-02-261-0/+2
* Fix filename escaping in c_rehashMark2021-02-261-1/+1
* Fix an integer overflow in o_time.cjwalch2021-02-251-2/+2
* CRYPTO_gcm128_decrypt: fix mac or tag calculationZhang Jinde2021-02-191-2/+2
* Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin2021-02-181-0/+2
* Use CRIOGET to fetch a crypto descriptor when present.John Baldwin2021-02-181-1/+12
* TEST: Add missing initializationRichard Levitte2021-02-161-1/+1
* Prepare for 1.1.1k-devMatt Caswell2021-02-164-3/+11
* Prepare for 1.1.1j releaseOpenSSL_1_1_1jMatt Caswell2021-02-164-5/+5
* Update copyright yearMatt Caswell2021-02-1648-48/+48
* Update CHANGES and NEWS for new releaseMatt Caswell2021-02-162-2/+33
* Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell2021-02-164-6/+35
* Fix rsa_test to properly test RSA_SSLV23_PADDINGMatt Caswell2021-02-161-9/+34
* Fix the RSA_SSLV23_PADDING padding typeMatt Caswell2021-02-161-2/+8
* Refactor rsa_testMatt Caswell2021-02-161-61/+25
* Test that X509_issuer_and_serial_hash doesn't crashMatt Caswell2021-02-162-0/+2
* Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell2021-02-161-0/+2
* VMS documentation fixesRichard Levitte2021-02-122-9/+18
* Configurations/descrip.mms.tmpl: avoid enormous PIPE commandsRichard Levitte2021-02-123-21/+71
* Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk2021-02-092-2/+0
* Configuration: ensure that 'no-tests' works correctlyRichard Levitte2021-02-071-1/+1
* configdata.pm: Better display of enabled/disabled optionsRichard Levitte2021-02-071-8/+11
* NOTES.WIN: fix typoJay Satiro2021-02-051-2/+2
* Prevent creating empty folder "../apps/include"Bernd Edlinger2021-02-041-1/+1
* apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst2021-02-031-31/+20
* Add some missing committers to the AUTHORS listDr. Matthias St. Pierre2021-02-021-0/+7
* check_sig_alg_match(): weaken sig nid comparison to base algDr. David von Oheimb2021-01-287-13/+106
* Drop TravisRichard Levitte2021-01-252-313/+2
* CI: Add some legacy stuff that we do not test in GitHub CI yetTomas Mraz2021-01-211-1/+1
* Fix typo in crl2pkcs documentationTim Hitchins2021-01-211-1/+1
* Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell2021-01-202-4/+17
* Fix regression in no-deprecated buildTomas Mraz2021-01-192-1/+12