summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2za releaseOpenSSL_1_0_2zaMatt Caswell2021-08-244-6/+6
* Run make updateMatt Caswell2021-08-243-4/+7
* Update copyright yearMatt Caswell2021-08-247-7/+7
* Update CHANGES and NEWS for new releaseMatt Caswell2021-08-242-2/+64
* Fix a read buffer overrun in X509_CERT_AUX_print()Matt Caswell2021-08-241-1/+2
* Fix NETSCAPE_SPKI_print function to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+1
* Fix append_ia5 function to not assume NUL terminated stringsMatt Caswell2021-08-241-4/+13
* Fix the name constraints code to not assume NUL terminated stringsMatt Caswell2021-08-241-26/+52
* Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+2
* Fix POLICYINFO printing to not assume NUL terminated stringsMatt Caswell2021-08-241-3/+6
* Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell2021-08-242-8/+44
* Prepare for 1.0.2za-devMatt Caswell2021-02-165-5/+13
* Prepare for 1.0.2y releaseOpenSSL_1_0_2yMatt Caswell2021-02-164-6/+6
* Update copyright yearMatt Caswell2021-02-161-1/+1
* Updates CHANGES and NEWS for new releaseMatt Caswell2021-02-162-2/+45
* Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell2021-02-163-1/+32
* Fix the RSA_SSLV23_PADDING padding typeMatt Caswell2021-02-161-2/+8
* Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell2021-02-161-0/+2
* Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell2021-01-202-4/+17
* Prepare for 1.0.2y-devMatt Caswell2020-12-085-5/+13
* Prepare for 1.0.2x releaseOpenSSL_1_0_2xMatt Caswell2020-12-084-6/+6
* make updateMatt Caswell2020-12-081-0/+12
* Update copyright yearMatt Caswell2020-12-085-5/+5
* Update CHANGES and NEWS for new releaseMatt Caswell2020-12-082-2/+13
* Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell2020-12-083-3/+149
* Add a test for GENERAL_NAME_cmpMatt Caswell2020-12-081-2/+370
* Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell2020-12-083-0/+18
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-083-1/+22
* Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell2020-12-081-3/+42
* DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell2020-12-081-2/+3
* Prepare for 1.0.2x-devRichard Levitte2020-09-095-5/+13
* Prepare for 1.0.2w releaseOpenSSL_1_0_2wRichard Levitte2020-09-094-6/+6
* Update copyright yearRichard Levitte2020-09-095-5/+5
* Make SSL_OP_SINGLE_ECDH_USE the default and mandatoryMatt Caswell2020-08-316-25/+13
* Move the static "DH" ciphersuites into the "weak-ssl-ciphers" listMatt Caswell2020-08-313-9/+32
* Prepare for 1.0.2w-devMatt Caswell2020-05-055-5/+13
* Prepare for 1.0.2v releaseOpenSSL_1_0_2vMatt Caswell2020-05-054-6/+6
* Update copyright yearMatt Caswell2020-05-053-3/+3
* Update CHANGES and NEWS for the 1.02v releaseMatt Caswell2020-05-052-2/+11
* Implement blinding for EC scalar multiplicationDiego F. Aranha2020-04-284-8/+107
* Prepare for 1.0.2v-devOpenSSL_1_0_2-stableMatt Caswell2019-12-205-5/+13
* Prepare for 1.0.2u releaseOpenSSL_1_0_2uMatt Caswell2019-12-204-6/+6
* Update copyright yearMatt Caswell2019-12-203-3/+3
* Updates NEWS for new releaseMatt Caswell2019-12-191-1/+2
* Add a CHANGES entry for CVE-2019-1551Bernd Edlinger2019-12-051-1/+11
* Improve the overflow handling in rsaz_512_sqrBernd Edlinger2019-12-041-21/+21
* Fix an overflow bug in rsaz_512_sqrAndy Polyakov2019-12-041-193/+206
* Fix an s_server arbitrary file read issue on WindowsMatt Caswell2019-10-281-4/+10
* [crypto/asn1/x_bignum.c] Explicit test against NULLCesar Pereida Garcia2019-10-161-3/+3
* [ec_asn1.c] Avoid injecting seed when built-in matchesNicola Tuveri2019-10-151-0/+14