summaryrefslogtreecommitdiff
path: root/ssl/ssl_conf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-2/+2
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-241-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-558/+524
* Allow using -SSLv2 again when setting Protocol in the config.Kurt Roeckx2014-12-151-0/+1
* Remove SSLv2 supportKurt Roeckx2014-12-041-2/+0
* Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson2014-03-271-0/+2
* Add ServerInfoFile to SSL_CONF, update docs.Dr. Stephen Henson2014-01-031-0/+14
* Delete duplicate entry.Krzysztof Kwiatkowski2013-11-131-1/+0
* Add -ecdh_single option.Dr. Stephen Henson2013-11-011-0/+1
* Fix warning.Dr. Stephen Henson2013-11-011-0/+3
* Add SSL_CONF command to set DH Parameters.Dr. Stephen Henson2013-10-221-2/+37
* Fix argument processing.Dr. Stephen Henson2013-10-221-1/+1
* Constification.Dr. Stephen Henson2013-10-211-5/+5
* Extend SSL_CONFDr. Stephen Henson2013-10-201-41/+105
* Typo.Dr. Stephen Henson2013-10-201-1/+1
* Make no-ec compilation work.Dr. Stephen Henson2013-08-171-2/+4
* really fix automatic ;-)Dr. Stephen Henson2012-12-071-1/+1
* fix handling of "automatic" in file modeDr. Stephen Henson2012-12-061-1/+6
* return error if Suite B mode is selected and TLS 1.2 can't be used. Correct e...Dr. Stephen Henson2012-12-011-3/+3
* curves can be set in both client and serverDr. Stephen Henson2012-11-211-2/+0
* use correct return values when callin cmdDr. Stephen Henson2012-11-211-3/+7
* fix typo and warningDr. Stephen Henson2012-11-191-1/+1
* add SSL_CONF functions and documentationDr. Stephen Henson2012-11-161-0/+588