summaryrefslogtreecommitdiff
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-051-0/+5
* Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos2014-06-011-0/+5
* Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev2014-05-121-16/+7
* Security framework.Dr. Stephen Henson2014-03-281-5/+39
* Check return value of ssl3_output_cert_chainDr. Stephen Henson2014-03-281-1/+5
* Auto DH support.Dr. Stephen Henson2014-03-281-2/+15
* Retry callback only after ClientHello received.Piotr Sikora2014-03-181-1/+1
* fix WIN32 warningsDr. Stephen Henson2014-02-201-1/+1
* Fix whitespace, new-style comments.Ben Laurie2014-02-051-8/+7
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-14/+15
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-4/+9
* Check i before r[i].Dr. Stephen Henson2014-01-281-2/+2
* Support retries in certificate callbackDr. Stephen Henson2014-01-261-10/+22
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-091-4/+4
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-091-6/+6
* Don't change version number if session establishedDr. Stephen Henson2014-01-021-4/+5
* Use correct header length in ssl3_send_certifcate_requestDr. Stephen Henson2013-11-171-2/+2
* Fix another gmt_unix_time case in server_randomNick Mathewson2013-10-211-7/+1
* Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson2013-10-211-4/+1
* More cleanup.Ben Laurie2013-09-061-2/+0
* Make it build.Ben Laurie2013-09-061-12/+16
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-87/+151
* This change alters the processing of invalid, RSA pre-master secrets soAdam Langley2013-06-131-45/+89
* Suite B support for DTLS 1.2Dr. Stephen Henson2013-04-091-0/+7
* Always return errors in ssl3_get_client_helloDr. Stephen Henson2013-04-091-4/+4
* Dual DTLS version methods.Dr. Stephen Henson2013-04-091-2/+27
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-13/+11
* DTLS revision.Dr. Stephen Henson2013-03-181-91/+41
* stop warning when compiling with no-compDr. Stephen Henson2012-12-291-1/+4
* change inaccurate error messageDr. Stephen Henson2012-11-261-1/+1
* Call OCSP Stapling callback after ciphersuite has been chosen, so theBen Laurie2012-09-111-0/+10
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-151-2/+2
* Abort handshake if signature algorithm used not supported by peer.Dr. Stephen Henson2012-07-241-16/+5
* set ciphers to NULL before calling cert_cbDr. Stephen Henson2012-07-201-1/+1
* New function ssl_set_client_disabled to set masks for any ciphersuitesDr. Stephen Henson2012-07-181-2/+4
* Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson2012-06-291-0/+8
* Add support for application defined signature algorithms for use withDr. Stephen Henson2012-06-221-1/+1
* Parse authz correctly.Ben Laurie2012-06-061-0/+4
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-3/+2
* RFC 5878 support.Ben Laurie2012-05-301-2/+114
* Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>Dr. Stephen Henson2012-04-241-5/+1
* oops, not yet ;-)Dr. Stephen Henson2012-04-231-8/+0
* update NEWSDr. Stephen Henson2012-04-231-0/+8
* s3_srvr.c: fix typo.Andy Polyakov2012-04-151-1/+1
* Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>Dr. Stephen Henson2012-04-061-7/+2
* Add support for automatic ECDH temporary key parameter selection. WhenDr. Stephen Henson2012-04-051-2/+11
* initialise i if n == 0Dr. Stephen Henson2012-02-221-0/+2
* Fix bug in CVE-2011-4619: check we have really received a client helloDr. Stephen Henson2012-02-161-8/+7
* Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson2012-01-261-4/+4
* add support for use of fixed DH client certificatesDr. Stephen Henson2012-01-251-30/+46