summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
AgeCommit message (Expand)Author
2015-09-07PACKETise ServerKeyExchangeMatt Caswell
2015-09-07PACKETise ServerHello processingMatt Caswell
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-14PACKETise CertificateRequestMatt Caswell
2015-08-14PACKETise NewSessionTicketMatt Caswell
2015-08-13PACKETise Certificate Status messageMatt Caswell
2015-08-13PACKETise Server Certificate processingMatt Caswell
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
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