aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_conf.c
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+5
* e_os.h removal from other headers and source files.Pauli2017-08-301-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-031-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-201-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
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-4/+0
* Add SSL_use_certificate_chain_file functionDr. Stephen Henson2015-05-081-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-4/+4
* SSL_CONF table reorganisation.Dr. Stephen Henson2015-05-061-95/+144
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-5/+4
* free null cleanup finaleRich Salz2015-05-011-8/+4
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-0/+2
* free NULL cleanupRich Salz2015-03-251-2/+1
* Support key loading from certificate fileDr. Stephen Henson2015-03-251-2/+45
* free NULL cleanupRich Salz2015-03-241-2/+1