summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
AgeCommit message (Expand)Author
2015-07-30cleanse psk_identity on errorDr. Stephen Henson
2015-07-30Extended PSK client support.Dr. Stephen Henson
2015-07-27Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell
2015-06-29Use single master secret generation function.Dr. Stephen Henson
2015-06-23Fix PSK client handling.Dr. Stephen Henson
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson
2015-06-22Remove SESS_CERT entirely.Dr. Stephen Henson
2015-06-22Move peer chain to SSL_SESSION structure.Dr. Stephen Henson
2015-06-22Remove unnuecessary ifdefs.Dr. Stephen Henson
2015-06-22Remove certificates from sess_certDr. Stephen Henson
2015-06-22Remove peer temp keys from SESS_CERTDr. Stephen Henson
2015-06-09Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx
2015-06-04Remove misleading commentMatt Caswell
2015-06-04Fix DTLS session resumptionMatt Caswell
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-05-24Set first_packet for TLS clientsMatt Caswell
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-19move masks out of CERT structureDr. Stephen Henson
2015-05-18Move certificate validity flags out of CERT.Dr. Stephen Henson
2015-05-18Move signing digest out of CERT.Dr. Stephen Henson
2015-05-18CERT tidyDr. Stephen Henson
2015-05-16Move SSLv3_*method() functionsMatt Caswell
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-07Digest cached records if not sending a certificate.Dr. Stephen Henson
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-05Add more error state transitions (client)Matt Caswell
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 10Rich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24free NULL cleanupRich Salz
2015-03-23return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx
2015-03-23ssl3_set_handshake_header returnsMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-12ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-10Prevent handshake with unseeded PRNGMatt Caswell
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell