summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2015-03-23Fix missing return value checksMatt Caswell
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-01Remove experimental 56bit export ciphersRich Salz
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-05Live code cleanup; #if 1 removalRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27Dead code removal: Fortezza identifiersRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-08-28Remove serverinfo checks.Dr. Stephen Henson
2014-08-15Add support for Camellia HMAC-Based cipher suites from RFC6367Hubert Kario
2014-08-09Fix SRP authentication ciphersuites.Dr. Stephen Henson
2014-06-29Constification - mostly originally from Chromium.Ben Laurie
2014-06-27Add SHA256 Camellia ciphersuites from RFC5932PK
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-06-09Update strength_bits for 3DES.Dr. Stephen Henson
2014-03-28Security framework.Dr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-02-21Option to set current cert to server certificate.Dr. Stephen Henson
2014-02-05Oops, get selection logic right.Dr. Stephen Henson
2014-02-05Re-add alert variables removed during rebaseScott Deboy
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-02-05Return per-certificate chain if extra chain is NULL.Dr. Stephen Henson
2014-02-02New ctrl to set current certificate.Dr. Stephen Henson
2014-01-09Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHADaniel Kahn Gillmor
2014-01-09change SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward-compatibility)Daniel Kahn Gillmor
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor
2013-11-13Additional "chain_cert" functions.Rob Stradling
2013-11-06Enable PSK in FIPS mode.Dr. Stephen Henson
2013-09-13Tidy up comments.Rob Stradling
2013-09-13Fix compilation with no-ec and/or no-tlsext.Rob Stradling
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-09-05Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.Rob Stradling
2013-08-17Make no-ec compilation work.Dr. Stephen Henson
2013-08-17Return 1 when setting ECDH auto mode.Dr. Stephen Henson
2013-07-22Support ALPN.Adam Langley
2013-06-12Add support for arbitrary TLS extensions.Trevor
2013-03-28Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson
2013-03-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson
2013-03-18DTLS revision.Dr. Stephen Henson
2012-11-26Print out point format list for clients too.Dr. Stephen Henson