aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_conf.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-05New SSL test frameworkEmilia Kasper1-2/+2
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz1-6/+0
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-3/+0
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni1-1/+3
2016-02-03RT3234: disable compressionEmilia Kasper1-2/+2
2016-01-10Allow disabling the min and max versionKurt Roeckx1-0/+1
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni1-14/+18
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx1-1/+80
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-41/+16
2015-11-09Standardise our style for checking malloc failuresMatt Caswell1-2/+2
2015-10-02Remove BIO_s_file_internal macro.Rich Salz1-1/+1
2015-09-03remove 0 assignments.Rich Salz1-17/+1
2015-07-21free names before contextDr. Stephen Henson1-1/+1
2015-07-21typoDr. Stephen Henson1-1/+1
2015-07-21SSL_CONF additions.Dr. Stephen Henson1-12/+144
2015-07-18Use uint32_t consistently for flags.Dr. Stephen Henson1-2/+2
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell1-4/+0
2015-05-08Add SSL_use_certificate_chain_file functionDr. Stephen Henson1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-4/+4
2015-05-06SSL_CONF table reorganisation.Dr. Stephen Henson1-95/+144
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-5/+4
2015-05-01free null cleanup finaleRich Salz1-8/+4
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-0/+2
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-03-25Support key loading from certificate fileDr. Stephen Henson1-2/+45
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz1-2/+2
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx1-0/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-558/+524
2014-12-15Allow using -SSLv2 again when setting Protocol in the config.Kurt Roeckx1-0/+1
2014-12-04Remove SSLv2 supportKurt Roeckx1-2/+0
2014-03-27Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson1-0/+2
2014-01-03Add ServerInfoFile to SSL_CONF, update docs.Dr. Stephen Henson1-0/+14
2013-11-13Delete duplicate entry.Krzysztof Kwiatkowski1-1/+0
2013-11-01Add -ecdh_single option.Dr. Stephen Henson1-0/+1
2013-11-01Fix warning.Dr. Stephen Henson1-0/+3
2013-10-22Add SSL_CONF command to set DH Parameters.Dr. Stephen Henson1-2/+37
2013-10-22Fix argument processing.Dr. Stephen Henson1-1/+1
2013-10-21Constification.Dr. Stephen Henson1-5/+5
2013-10-20Extend SSL_CONFDr. Stephen Henson1-41/+105
2013-10-20Typo.Dr. Stephen Henson1-1/+1
2013-08-17Make no-ec compilation work.Dr. Stephen Henson1-2/+4
2012-12-07really fix automatic ;-)Dr. Stephen Henson1-1/+1
2012-12-06fix handling of "automatic" in file modeDr. Stephen Henson1-1/+6
2012-12-01return error if Suite B mode is selected and TLS 1.2 can't be used. Correct e...Dr. Stephen Henson1-3/+3
2012-11-21curves can be set in both client and serverDr. Stephen Henson1-2/+0
2012-11-21use correct return values when callin cmdDr. Stephen Henson1-3/+7