summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
AgeCommit message (Expand)Author
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
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-05Add more error state transitionsMatt Caswell
2015-05-05Add Error stateMatt Caswell
2015-05-03ssl/s3_srvr.c: Fix typo introduced via 69f682374868b.mancha security
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 NULL cleanup 5aRich Salz
2015-04-17Error out immediately on empty ciphers list.Emilia Kasper
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-14Check for ClientHello message overrunsMatt Caswell
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-25Add ticket length before buffering DTLS messageMatt Caswell
2015-03-23Make sure that cert is never NULLKurt Roeckx
2015-03-23ssl3_set_handshake_header returnsMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell