aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* fix error discrepancyDr. Stephen Henson2015-01-071-1/+1
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-061-0/+7
* ECDH downgrade bug fix.Dr. Stephen Henson2015-01-051-3/+15
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-26/+30
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-6/+6
* Don't set client_version to the ServerHello version.Adam Langley2014-12-161-1/+1
* ssl3_get_certificate_request: check for NULL after allocating s->cert->ctypesJonas Maebe2014-12-101-0/+5
* Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson2014-12-081-3/+0
* Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is resetEmilia Kasper2014-11-201-7/+3
* Always require an advertised NewSessionTicket message.Emilia Kasper2014-11-201-12/+1
* Remove ssl3_check_finished.Emilia Kasper2014-11-201-44/+0
* Set s->hit when resuming from external pre-shared secret.Emilia Kasper2014-11-201-4/+7
* Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.Emilia Kasper2014-11-201-8/+0
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-1/+2
* Tighten session ticket handlingEmilia Kasper2014-10-281-1/+9
* Process signature algorithms in ClientHello late.Dr. Stephen Henson2014-10-241-1/+7
* Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617Tim Hudson2014-09-211-3/+4
* psk_client_callback, 128-byte id bug.Adam Langley2014-09-051-9/+20
* Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell2014-08-151-46/+158
* Fix SRP authentication ciphersuites.Dr. Stephen Henson2014-08-091-4/+4
* Check SRP parameters early.Dr. Stephen Henson2014-08-061-0/+6
* Fix DTLS anonymous EC(DH) denial of serviceEmilia Käsper2014-08-061-0/+7
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-193/+5
* Accept CCS after sending finished.Dr. Stephen Henson2014-06-141-0/+1
* Make tls_session_secret_cb work with CVE-2014-0224 fix.Dr. Stephen Henson2014-06-071-0/+1
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-051-0/+2
* Fix CVE-2014-3470Dr. Stephen Henson2014-06-051-0/+7
* Security framework.Dr. Stephen Henson2014-03-281-4/+24
* Check return value of ssl3_output_cert_chainDr. Stephen Henson2014-03-281-2/+7
* Allow return of supported ciphers.Dr. Stephen Henson2014-03-281-3/+1
* fix WIN32 warningsDr. Stephen Henson2014-02-201-1/+1
* Fix whitespace, new-style comments.Ben Laurie2014-02-051-18/+19
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-25/+28
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-4/+10
* Support retries in certificate callbackDr. Stephen Henson2014-01-261-4/+13
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-091-4/+4
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-091-2/+2
* Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson2013-10-211-7/+3
* DTLS version usage fixes.Dr. Stephen Henson2013-09-171-1/+1
* Set TLS v1.2 disabled mask properly.Dr. Stephen Henson2013-09-081-0/+5
* More cleanup.Ben Laurie2013-09-061-7/+7
* Make it build.Ben Laurie2013-09-061-7/+10
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-97/+142
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Suite B support for DTLS 1.2Dr. Stephen Henson2013-04-091-0/+17
* Dual DTLS version methods.Dr. Stephen Henson2013-04-091-0/+52
* Update fixed DH requirements.Dr. Stephen Henson2013-03-281-2/+2
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-1/+1
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-8/+8
* DTLS revision.Dr. Stephen Henson2013-03-181-38/+52