aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_srvr.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell1-1/+2
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-3/+5
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson1-1/+1
2015-01-06fix compilation errorDr. Stephen Henson1-1/+1
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson1-15/+6
2015-01-02Remove MS SGCDr. Stephen Henson1-62/+7
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-10/+15
2014-12-17Premaster secret handling fixesAdam Langley1-8/+28
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte1-4/+4
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte1-3/+4
2014-12-08Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell1-0/+1
2014-11-20Do not resume a session if the negotiated protocol version does not matchDavid Benjamin1-1/+10
2014-11-20Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper1-4/+36
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson1-5/+7
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson1-0/+5
2014-09-24RT3067: simplify patchEmilia Kasper1-52/+20
2014-08-09Fix SRP authentication ciphersuites.Dr. Stephen Henson1-5/+6
2014-08-06Check SRP parameters early.Dr. Stephen Henson1-0/+7
2014-07-05Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson1-1/+1
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson1-186/+2
2014-07-01RT 1530; fix incorrect commentRich Salz1-1/+1
2014-06-05Fix for CVE-2014-0224Dr. Stephen Henson1-0/+5
2014-06-01Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos1-0/+5
2014-05-12Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev1-16/+7
2014-03-28Security framework.Dr. Stephen Henson1-5/+39
2014-03-28Check return value of ssl3_output_cert_chainDr. Stephen Henson1-1/+5
2014-03-28Auto DH support.Dr. Stephen Henson1-2/+15
2014-03-18Retry callback only after ClientHello received.Piotr Sikora1-1/+1
2014-02-20fix WIN32 warningsDr. Stephen Henson1-1/+1
2014-02-05Fix whitespace, new-style comments.Ben Laurie1-8/+7
2014-02-05Re-add alert variables removed during rebaseScott Deboy1-14/+15
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy1-4/+9
2014-01-28Check i before r[i].Dr. Stephen Henson1-2/+2
2014-01-26Support retries in certificate callbackDr. Stephen Henson1-10/+22
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor1-4/+4
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor1-6/+6
2014-01-02Don't change version number if session establishedDr. Stephen Henson1-4/+5
2013-11-17Use correct header length in ssl3_send_certifcate_requestDr. Stephen Henson1-2/+2
2013-10-21Fix another gmt_unix_time case in server_randomNick Mathewson1-7/+1
2013-10-21Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson1-4/+1
2013-09-06More cleanup.Ben Laurie1-2/+0
2013-09-06Make it build.Ben Laurie1-12/+16
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy1-87/+151
2013-06-13This change alters the processing of invalid, RSA pre-master secrets soAdam Langley1-45/+89
2013-04-09Suite B support for DTLS 1.2Dr. Stephen Henson1-0/+7
2013-04-09Always return errors in ssl3_get_client_helloDr. Stephen Henson1-4/+4
2013-04-09Dual DTLS version methods.Dr. Stephen Henson1-2/+27
2013-03-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson1-13/+11
2013-03-18DTLS revision.Dr. Stephen Henson1-91/+41
2012-12-29stop warning when compiling with no-compDr. Stephen Henson1-1/+4