summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
AgeCommit message (Expand)Author
2015-03-23Fix missing return value checksMatt Caswell
2015-03-19Fix DHE Null CKE vulnerabilityMatt Caswell
2015-03-15OPENSSL_NO_EC* merge; missed one fileRich Salz
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-27Fix missing return value checks.Matt Caswell
2015-02-26Remove NETSCAPE_HANG_BUGMatt Caswell
2015-02-26Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell
2015-02-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell
2015-02-03Add extms support to master key generation.Dr. Stephen Henson
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson
2015-01-06fix compilation errorDr. Stephen Henson
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2015-01-02Remove MS SGCDr. Stephen Henson
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-17Premaster secret handling fixesAdam Langley
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-08Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell
2014-11-20Do not resume a session if the negotiated protocol version does not matchDavid Benjamin
2014-11-20Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson
2014-09-24RT3067: simplify patchEmilia Kasper
2014-08-09Fix SRP authentication ciphersuites.Dr. Stephen Henson
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-07-05Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-07-01RT 1530; fix incorrect commentRich Salz
2014-06-05Fix for CVE-2014-0224Dr. Stephen Henson
2014-06-01Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos
2014-05-12Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev
2014-03-28Security framework.Dr. Stephen Henson
2014-03-28Check return value of ssl3_output_cert_chainDr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-03-18Retry callback only after ClientHello received.Piotr Sikora
2014-02-20fix WIN32 warningsDr. Stephen Henson
2014-02-05Fix whitespace, new-style comments.Ben Laurie
2014-02-05Re-add alert variables removed during rebaseScott Deboy
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-01-28Check i before r[i].Dr. Stephen Henson
2014-01-26Support retries in certificate callbackDr. Stephen Henson
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor
2014-01-02Don't change version number if session establishedDr. Stephen Henson