aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Unauthenticated DH client certificate fix.Dr. Stephen Henson2015-01-081-1/+1
* fix compilation errorDr. Stephen Henson2015-01-061-1/+1
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-061-15/+6
* Remove MS SGCDr. Stephen Henson2015-01-021-62/+7
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-10/+15
* Premaster secret handling fixesAdam Langley2014-12-171-8/+28
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-4/+4
* Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte2014-12-171-3/+4
* Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell2014-12-081-0/+1
* Do not resume a session if the negotiated protocol version does not matchDavid Benjamin2014-11-201-1/+10
* Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper2014-11-201-4/+36
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-5/+7
* Process signature algorithms before deciding on certificate.Dr. Stephen Henson2014-11-191-0/+5
* RT3067: simplify patchEmilia Kasper2014-09-241-52/+20
* Fix SRP authentication ciphersuites.Dr. Stephen Henson2014-08-091-5/+6
* Check SRP parameters early.Dr. Stephen Henson2014-08-061-0/+7
* Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson2014-07-051-1/+1
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-186/+2
* RT 1530; fix incorrect commentRich Salz2014-07-011-1/+1
* 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