summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
AgeCommit message (Expand)Author
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Move PACKET creation into the state machineMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Move server side DTLS to new state machineMatt Caswell
2015-10-30Move server side TLS to new state machineMatt Caswell
2015-10-30Split TLS server functionsMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-15Appease gcc's Wmaybe-uninitializedEmilia Kasper
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-06SSLv2 compat ciphers: clarify commentEmilia Kasper
2015-10-05Add PACKET_copy_allEmilia Kasper
2015-10-05PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-09-22Remove ssl_put_cipher_by_charEmilia Kasper
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper
2015-09-17Disentangle RSA premaster secret parsingEmilia Kasper
2015-09-14Fix PSK identity hint handling.Dr. Stephen Henson
2015-09-10Restore SSLerr on PACKET_strndup failure.Emilia Kasper
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper
2015-08-26Fix SSLv2-compatible ClientHello processing.Emilia Kasper
2015-08-14PACKETise ClientKeyExchange processingMatt Caswell
2015-08-13Enhance PACKET readabilityMatt Caswell
2015-08-13Add missing return check for PACKET_buf_initMatt Caswell
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-08-04Change error reason to match previous behaviour.Adam Eijdenberg
2015-08-04Fix unhandled error condition in sslv2 client hello parsing.Adam Eijdenberg
2015-08-04PACKETise NextProtoMatt Caswell
2015-08-04PACKETise CertificateVerify processingMatt Caswell
2015-08-04PACKETise ClientCertificate processingMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-08-03PACKETise ClientHello processingMatt Caswell
2015-07-31Remove erroneous server_random fillingMatt Caswell
2015-07-30Don't request certificates for any PSK ciphersuiteDr. Stephen Henson
2015-07-30Extended PSK server support.Dr. Stephen Henson
2015-06-29Use single master secret generation function.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-04Clean premaster_secret for GOSTMatt Caswell
2015-05-30clear/cleanse cleanupRich Salz
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-18CERT tidyDr. Stephen Henson
2015-05-16Further version negotiation updatesMatt Caswell
2015-05-16Move SSLv3_*method() functionsMatt Caswell
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-13Don't allow a CCS when expecting a CertificateVerifyMatt Caswell