aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* PACKETise ServerKeyExchangeMatt Caswell2015-09-071-124/+88
* PACKETise ServerHello processingMatt Caswell2015-09-071-28/+88
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* PACKETise CertificateRequestMatt Caswell2015-08-141-32/+34
* PACKETise NewSessionTicketMatt Caswell2015-08-141-15/+15
* PACKETise Certificate Status messageMatt Caswell2015-08-131-10/+16
* PACKETise Server Certificate processingMatt Caswell2015-08-131-14/+17
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-2/+1
* Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)2015-08-111-0/+16
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-24/+22
* cleanse psk_identity on errorDr. Stephen Henson2015-07-301-2/+6
* Extended PSK client support.Dr. Stephen Henson2015-07-301-106/+112
* Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell2015-07-271-14/+2
* Use single master secret generation function.Dr. Stephen Henson2015-06-291-13/+3
* Fix PSK client handling.Dr. Stephen Henson2015-06-231-25/+5
* Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson2015-06-231-15/+6
* Remove SESS_CERT entirely.Dr. Stephen Henson2015-06-221-38/+1
* Move peer chain to SSL_SESSION structure.Dr. Stephen Henson2015-06-221-1/+1
* Remove unnuecessary ifdefs.Dr. Stephen Henson2015-06-221-18/+2
* Remove certificates from sess_certDr. Stephen Henson2015-06-221-57/+18
* Remove peer temp keys from SESS_CERTDr. Stephen Henson2015-06-221-21/+21
* Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx2015-06-091-1/+8
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-091-14/+43
* Remove misleading commentMatt Caswell2015-06-041-2/+0
* Fix DTLS session resumptionMatt Caswell2015-06-041-1/+1
* Fix race condition in NewSessionTicketMatt Caswell2015-06-021-0/+32
* Set first_packet for TLS clientsMatt Caswell2015-05-241-3/+2
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-34/+6
* Correctly check for export size limitKurt Roeckx2015-05-201-1/+4
* move masks out of CERT structureDr. Stephen Henson2015-05-191-3/+2
* Move certificate validity flags out of CERT.Dr. Stephen Henson2015-05-181-1/+1
* Move signing digest out of CERT.Dr. Stephen Henson2015-05-181-3/+3
* CERT tidyDr. Stephen Henson2015-05-181-6/+6
* Move SSLv3_*method() functionsMatt Caswell2015-05-161-12/+0
* Updates following review commentsMatt Caswell2015-05-161-68/+177
* Client side version negotiation rewriteMatt Caswell2015-05-161-18/+86
* Remove Kerberos support from libsslMatt Caswell2015-05-131-186/+26
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-9/+9
* Digest cached records if not sending a certificate.Dr. Stephen Henson2015-05-071-0/+5
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+2
* Add more error state transitions (client)Matt Caswell2015-05-051-3/+27
* 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