summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
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
2012-11-22Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson
2012-09-30If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" asDr. Stephen Henson
2012-09-12Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson
2012-09-08new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson
2012-09-07store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson
2012-08-15Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson
2012-07-23Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson
2012-07-08Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson
2012-07-03Separate client and server permitted signature algorithm support: by defaultDr. Stephen Henson
2012-06-28Function tls1_check_ec_server_key is now redundant as we makeDr. Stephen Henson
2012-06-28Add new "valid_flags" field to CERT_PKEY structure which determines whatDr. Stephen Henson