summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
AgeCommit message (Expand)Author
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Move PACKET creation into the state machineMatt Caswell
2015-10-30Delete unused functionsMatt Caswell
2015-10-30Implement DTLS client move to new state machineMatt Caswell
2015-10-30Client TLS state machine rewrite cleanupMatt Caswell
2015-10-30Implement Client TLS state machineMatt Caswell
2015-10-30Split client message reading and writing functionsMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper
2015-09-28PACKET: simplify ServerHello parsingEmilia Kasper
2015-09-28RT2772: accept empty SessionTicketEmilia Kasper
2015-09-22Remove ssl_put_cipher_by_charEmilia Kasper
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper
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