aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-9/+4
* Remove goto inside an if(0) blockRich Salz2015-05-011-7/+7
* free null cleanup finaleRich Salz2015-05-011-24/+12
* free cleanup almost the finaleRich Salz2015-04-301-7/+3
* free NULL cleanup 5aRich Salz2015-04-301-12/+6
* Repair EAP-FAST session resumptionEmilia Kasper2015-04-211-18/+98
* Code style: space after 'if'Viktor Dukhovni2015-04-161-5/+5
* free NULL cleanup 10Rich Salz2015-04-111-2/+1
* free NULL cleanup.Rich Salz2015-03-251-10/+5
* RAND_bytes updatesMatt Caswell2015-03-251-1/+6
* free NULL cleanupRich Salz2015-03-241-12/+6
* return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx2015-03-231-5/+0
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-3/+15
* Fix missing return value checksMatt Caswell2015-03-231-2/+9
* ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov2015-03-121-0/+1
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-12/+12
* Prevent handshake with unseeded PRNGMatt Caswell2015-03-101-2/+3
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-24/+4
* Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell2015-02-061-15/+3
* Add extms support to master key generation.Dr. Stephen Henson2015-02-031-1/+9
* Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson2015-02-031-86/+104
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-4/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-37/+37
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-76/+76
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3403/+3193
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-3/+5
* 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