aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for application defined signature algorithms for use withDr. Stephen Henson2012-06-221-0/+12
* Fix memory leak.Ben Laurie2012-06-111-0/+7
* Fix memory leak.Ben Laurie2012-06-061-0/+4
* RFC 5878 support.Ben Laurie2012-05-301-0/+11
* PR: 2806Dr. Stephen Henson2012-05-101-8/+8
* Disable SHA-2 ciphersuites in < TLS 1.2 connections.Bodo Möller2012-04-171-13/+13
* Add support for automatic ECDH temporary key parameter selection. WhenDr. Stephen Henson2012-04-051-1/+7
* Tidy up EC parameter check code: instead of accessing internal structuresDr. Stephen Henson2012-04-041-159/+8
* Initial revision of ECC extension handling.Dr. Stephen Henson2012-03-281-1/+25
* oops, revert unrelated patchesDr. Stephen Henson2012-03-141-88/+0
* update FAQ, NEWSDr. Stephen Henson2012-03-141-0/+88
* New ctrls to retrieve supported signature algorithms and curves andDr. Stephen Henson2012-03-061-0/+26
* SSL export fixes (from Adam Langley) [original from 1.0.1]Dr. Stephen Henson2012-02-221-2/+2
* PR: 2704Dr. Stephen Henson2012-02-101-1/+1
* Add support for distinct certificate chains per key type and per SSLDr. Stephen Henson2012-01-311-0/+29
* Support for fixed DH ciphersuites.Dr. Stephen Henson2012-01-161-24/+24
* PR: 2658Dr. Stephen Henson2011-12-311-0/+21
* New ctrl values to clear or retrieve extra chain certs from an SSL_CTX.Dr. Stephen Henson2011-12-221-0/+12
* PR: 1794Dr. Stephen Henson2011-12-141-4/+0
* Add TLS exporter.Ben Laurie2011-11-151-0/+3
* In ssl3_clear, preserve s3->init_extra along with s3->rbuf.Bodo Möller2011-10-131-0/+3
* (EC)DH memory handling fixes.Bodo Möller2011-09-051-0/+6