summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
AgeCommit message (Expand)Author
2015-03-23Fix missing return value checksMatt Caswell
2015-03-23Don't check curves that haven't been sentMatt Caswell
2015-03-19Fix for CVE-2015-0291Dr. Stephen Henson
2015-03-12SSL_check_chain fixMatt Caswell
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-03Extended master secret extension support.Dr. Stephen Henson
2015-01-28Remove support for opaque-prfRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-22Re-align some comments after running the reformat script.Matt 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-05Fix building with no-srtpPiotr Sikora
2015-01-02Clear existing extension state.Dr. Stephen Henson
2014-12-31constify tls 1.2 lookup tables.Cristian Rodríguez
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-10tls1_heartbeat: check for NULL after allocating bufJonas Maebe
2014-12-10tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson
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-19Only handle RI extension for SSLv3Dr. Stephen Henson
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson
2014-11-18Added references to RFC 7027Matt Caswell
2014-11-18Prevent use of binary curves when OPENSSL_NO_EC2M is definedDr. Stephen Henson
2014-11-18Updated comment references to draft-ietf-tls-ecc-12 to refer to RFC4492 insteadMatt Caswell
2014-10-24Process signature algorithms in ClientHello late.Dr. Stephen Henson
2014-10-15Fix for session tickets memory leak.Dr. Stephen Henson
2014-10-15Fix for SRTP Memory LeakMatt Caswell
2014-10-10Disable encrypt them mac for SSL 3.0 and stream ciphers (RC4 only).Dr. Stephen Henson
2014-09-30Parse custom extensions after internal extensions.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-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-15Revision 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-29More constification.Ben Laurie
2014-06-29Fix memory leak.Dr. Stephen Henson
2014-06-02Check there is enough room for extension.David Benjamin