summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-5/+17
* Avoid errors with a priori inapplicable protocol boundsViktor Dukhovni2020-07-211-0/+7
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-071-2/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-031-6/+48
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-5/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add option to disable Extended Master SecretTodd Short2019-02-151-1/+2
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Fix usage of deprecated SSL_set_tmp_ecdh()Antoine Salon2018-12-011-7/+3
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-2/+9
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-171-1/+17
* Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell2018-04-241-2/+3
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-0/+13
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-1/+6
* Send a CCS after ServerHello in TLSv1.3 if using middlebox compat modeMatt Caswell2017-12-141-1/+1
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-1/+5
* Use ChaCha only if prioritized by clntTodd Short2017-11-291-1/+5
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+2
* Do not allow non-dhe kex_modes by defaultMatt Caswell2017-07-071-0/+4
* Ignore -named_curve auto value to improve backwards compatibilityTomas Mraz2017-06-081-0/+8
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-061-0/+4
* TLS1.3 PaddingTodd Short2017-05-021-1/+21
* SSL_CONF support for certificate_authoritiesDr. Stephen Henson2017-04-041-4/+18
* Test mac-then-encryptEmilia Kasper2016-11-281-0/+1
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-3/+10
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+4
* Indent ssl/Emilia Kasper2016-08-181-10/+7
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+5
* New SSL test frameworkEmilia Kasper2016-04-051-2/+2
* Remove #error from include files.Rich Salz2016-03-211-3/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-6/+0
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-3/+0
* Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni2016-02-051-1/+3
* RT3234: disable compressionEmilia Kasper2016-02-031-2/+2
* Allow disabling the min and max versionKurt Roeckx2016-01-101-0/+1
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-14/+18
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-021-1/+80
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-41/+16
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-2/+2
* Remove BIO_s_file_internal macro.Rich Salz2015-10-021-1/+1
* remove 0 assignments.Rich Salz2015-09-031-17/+1
* free names before contextDr. Stephen Henson2015-07-211-1/+1
* typoDr. Stephen Henson2015-07-211-1/+1
* SSL_CONF additions.Dr. Stephen Henson2015-07-211-12/+144
* Use uint32_t consistently for flags.Dr. Stephen Henson2015-07-181-2/+2