summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2015-03-19Fix for CVE-2015-0291Dr. Stephen Henson
2015-03-12SSL_check_chain fixMatt Caswell
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-23FIPS build fixes.Dr. Stephen Henson
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-05Fix building with no-srtpPiotr Sikora
2015-01-02Clear existing extension state.Dr. Stephen Henson
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-05Clarify the return values for SSL_get_shared_curve.Emilia Kasper
2014-12-05Add extra checks for odd-length EC curve lists.Emilia Kasper
2014-12-05Reject elliptic curve lists of odd lengths.Emilia Kasper
2014-11-20Fix SuiteB chain checking logic.Dr. Stephen Henson
2014-11-20Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper
2014-11-20Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.Emilia Kasper
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson
2014-11-18Added RFC 7027 referencesMatt Caswell
2014-11-18Added OPENSSL_NO_EC2M guards around the default EC curvesMatt Caswell
2014-10-24Process signature algorithms in ClientHello late.Dr. Stephen Henson
2014-10-23Parse custom extensions after SNI.Dr. Stephen Henson
2014-10-15Fix for session tickets memory leak.Dr. Stephen Henson
2014-10-15Fix for SRTP Memory LeakMatt Caswell
2014-09-25Don't allow non-FIPS curves in FIPS mode.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Remove serverinfo checks.Dr. Stephen Henson
2014-08-28Add custom extension sanity checks.Dr. Stephen Henson
2014-08-28Custom extension revision.Dr. Stephen Henson
2014-08-28Revision of custom extension code.Dr. Stephen Henson
2014-08-06Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson
2014-08-06Fix race condition in ssl_parse_serverhello_tlsextGabor Tyukasz
2014-07-02Fix possible buffer overrun.Ben Laurie
2014-06-29Fix memory leak.Dr. Stephen Henson
2014-06-02Check there is enough room for extension.David Benjamin
2014-06-01Option to disable padding extension.Dr. Stephen Henson
2014-04-07Add heartbeat extension bounds check.Dr. Stephen Henson
2014-04-05Set TLS padding extension value.Dr. Stephen Henson
2014-03-27Fix memory leak with client auth.Dr. Stephen Henson
2014-02-09Make it build.Ben Laurie
2014-02-08Don't break out of the custom extension callback loop - continue insteadScott Deboy
2014-02-08Fix whitespace, new-style comments.Ben Laurie
2014-02-08Re-add alert variables removed during rebaseScott Deboy
2014-02-08Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-02-08Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2014-01-16Omit initial status request callback check.Kaspar Brand
2013-12-29Update curve list size.Dr. Stephen Henson
2013-12-13Backport TLS padding extension from master.Dr. Stephen Henson
2013-11-14Fix compilation with no-nextprotoneg.Piotr Sikora