summaryrefslogtreecommitdiff
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganise state machine filesMatt Caswell2015-10-301-2819/+0
* Move PACKET creation into the state machineMatt Caswell2015-10-301-97/+59
* Delete unused functionsMatt Caswell2015-10-301-329/+0
* Implement DTLS client move to new state machineMatt Caswell2015-10-301-1/+33
* Client TLS state machine rewrite cleanupMatt Caswell2015-10-301-520/+0
* Implement Client TLS state machineMatt Caswell2015-10-301-0/+44
* Split client message reading and writing functionsMatt Caswell2015-10-301-951/+1124
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-0/+1
* PACKET: simplify ServerKeyExchange parsingEmilia Kasper2015-10-081-196/+93
* PACKET: simplify ServerHello parsingEmilia Kasper2015-09-281-38/+35
* RT2772: accept empty SessionTicketEmilia Kasper2015-09-281-7/+16
* Remove ssl_put_cipher_by_charEmilia Kasper2015-09-221-16/+9
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-171-21/+17
* 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