aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* RT3548: Remove unsupported platformsRich Salz2015-01-121-1/+1
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-6/+6
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-1/+7
* Remove SSLv2 supportKurt Roeckx2014-12-041-2/+0
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-1/+27
* Remove serverinfo checks.Dr. Stephen Henson2014-08-281-10/+0
* Add support for Camellia HMAC-Based cipher suites from RFC6367Hubert Kario2014-08-151-0/+121
* Fix SRP authentication ciphersuites.Dr. Stephen Henson2014-08-091-4/+11
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-2/+2
* Add SHA256 Camellia ciphersuites from RFC5932PK2014-06-271-0/+196
* SRP ciphersuite correction.Dr. Stephen Henson2014-06-091-3/+3
* Update strength_bits for 3DES.Dr. Stephen Henson2014-06-091-17/+17
* Security framework.Dr. Stephen Henson2014-03-281-44/+36
* Auto DH support.Dr. Stephen Henson2014-03-281-0/+6
* Option to set current cert to server certificate.Dr. Stephen Henson2014-02-211-0/+18
* Oops, get selection logic right.Dr. Stephen Henson2014-02-051-2/+3
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-6/+6
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-6/+6
* Return per-certificate chain if extra chain is NULL.Dr. Stephen Henson2014-02-051-0/+2
* New ctrl to set current certificate.Dr. Stephen Henson2014-02-021-0/+6
* Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHADaniel Kahn Gillmor2014-01-091-6/+6
* change SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward-compatibility)Daniel Kahn Gillmor2014-01-091-6/+6
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-091-43/+43
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-091-26/+26
* Additional "chain_cert" functions.Rob Stradling2013-11-131-0/+14
* Enable PSK in FIPS mode.Dr. Stephen Henson2013-11-061-3/+3
* Tidy up comments.Rob Stradling2013-09-131-2/+2
* Fix compilation with no-ec and/or no-tlsext.Rob Stradling2013-09-131-5/+5
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-17/+0
* Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.Rob Stradling2013-09-051-3/+13
* Make no-ec compilation work.Dr. Stephen Henson2013-08-171-6/+14
* Return 1 when setting ECDH auto mode.Dr. Stephen Henson2013-08-171-2/+2
* Support ALPN.Adam Langley2013-07-221-0/+13
* Add support for arbitrary TLS extensions.Trevor2013-06-121-0/+8
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-03-281-4/+4
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-4/+4
* DTLS revision.Dr. Stephen Henson2013-03-181-1/+19
* Print out point format list for clients too.Dr. Stephen Henson2012-11-261-10/+7
* Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson2012-11-221-0/+13
* If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" asDr. Stephen Henson2012-09-301-0/+16
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-09-121-4/+1
* new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson2012-09-081-0/+37
* store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson2012-09-071-0/+19
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-151-39/+18
* Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson2012-07-231-0/+18
* Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson2012-07-081-7/+115
* Separate client and server permitted signature algorithm support: by defaultDr. Stephen Henson2012-07-031-4/+16
* Function tls1_check_ec_server_key is now redundant as we makeDr. Stephen Henson2012-06-281-4/+0
* Add new "valid_flags" field to CERT_PKEY structure which determines whatDr. Stephen Henson2012-06-281-0/+2