summaryrefslogtreecommitdiff
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+3
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-46/+60
* Fix building with no-srtpPiotr Sikora2015-01-051-0/+8
* Clear existing extension state.Dr. Stephen Henson2015-01-021-0/+10
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+2
* Clarify the return values for SSL_get_shared_curve.Emilia Kasper2014-12-051-7/+10
* Add extra checks for odd-length EC curve lists.Emilia Kasper2014-12-051-79/+114
* Reject elliptic curve lists of odd lengths.Emilia Kasper2014-12-051-1/+3
* Fix SuiteB chain checking logic.Dr. Stephen Henson2014-11-201-7/+4
* Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper2014-11-201-1/+1
* Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.Emilia Kasper2014-11-201-0/+1
* Process signature algorithms before deciding on certificate.Dr. Stephen Henson2014-11-191-38/+44
* Added RFC 7027 referencesMatt Caswell2014-11-181-2/+2
* Added OPENSSL_NO_EC2M guards around the default EC curvesMatt Caswell2014-11-181-22/+60
* Process signature algorithms in ClientHello late.Dr. Stephen Henson2014-10-241-33/+51
* Parse custom extensions after SNI.Dr. Stephen Henson2014-10-231-12/+50
* Fix for session tickets memory leak.Dr. Stephen Henson2014-10-151-0/+3
* Fix for SRTP Memory LeakMatt Caswell2014-10-151-4/+5
* Don't allow non-FIPS curves in FIPS mode.Dr. Stephen Henson2014-09-251-0/+48
* New extension callback features.Dr. Stephen Henson2014-08-281-2/+2
* Remove serverinfo checks.Dr. Stephen Henson2014-08-281-8/+0
* Add custom extension sanity checks.Dr. Stephen Henson2014-08-281-1/+2
* Custom extension revision.Dr. Stephen Henson2014-08-281-87/+9
* Revision of custom extension code.Dr. Stephen Henson2014-08-281-11/+11
* Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson2014-08-061-0/+7
* Fix race condition in ssl_parse_serverhello_tlsextGabor Tyukasz2014-08-061-7/+10
* Fix possible buffer overrun.Ben Laurie2014-07-021-16/+18
* Fix memory leak.Dr. Stephen Henson2014-06-291-0/+4
* Check there is enough room for extension.David Benjamin2014-06-021-0/+4
* Option to disable padding extension.Dr. Stephen Henson2014-06-011-21/+20
* Add heartbeat extension bounds check.Dr. Stephen Henson2014-04-071-5/+9
* Set TLS padding extension value.Dr. Stephen Henson2014-04-051-1/+1
* Fix memory leak with client auth.Dr. Stephen Henson2014-03-271-0/+7
* Make it build.Ben Laurie2014-02-091-13/+0
* Don't break out of the custom extension callback loop - continue insteadScott Deboy2014-02-081-2/+2
* Fix whitespace, new-style comments.Ben Laurie2014-02-081-3/+4
* Re-add alert variables removed during rebaseScott Deboy2014-02-081-31/+31
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-081-72/+31
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2014-02-081-193/+0
* Omit initial status request callback check.Kaspar Brand2014-01-161-2/+1
* Update curve list size.Dr. Stephen Henson2013-12-291-1/+1
* Backport TLS padding extension from master.Dr. Stephen Henson2013-12-131-0/+30
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-0/+2
* Fix SSL_OP_SINGLE_ECDH_USEPiotr Sikora2013-11-011-3/+3
* Prevent use of RSA+MD5 in TLS 1.2 by default.Dr. Stephen Henson2013-10-201-10/+1
* Add brainpool curves to NID table too.Dr. Stephen Henson2013-10-151-0/+6
* RFC7027 (Brainpool for TLS) support.Dr. Stephen Henson2013-10-151-1/+7
* Re-add accidentally deleted #endif.Ben Laurie2013-10-011-0/+1
* Merge remote-tracking branch 'agl/1.0.2alpn' into agl-alpnBen Laurie2013-10-011-2/+167
|\
| * Support ALPN.Adam Langley2013-09-131-1/+167