summaryrefslogtreecommitdiff
path: root/lib/libssl/s3_srvr.c
AgeCommit message (Expand)Author
2017-01-26Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are noJoel Sing
2017-01-26Merge the client/server version negotiation into the existing (currentlyJoel Sing
2017-01-24sk_pop_free() checks for NULL so do not bother doing it from the callers.Joel Sing
2017-01-24Remove unused cert variable.Joel Sing
2017-01-24sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same fromJoel Sing
2017-01-23Move options and mode from SSL_CTX and SSL to internal, since these can beJoel Sing
2017-01-23Split most of SSL_METHOD out into an internal variant, which is opaque.Joel Sing
2017-01-23send state and rstate from ssl_st into internal. There are accessorsBob Beck
2017-01-23Move a large part of ssl_st into internal, so we can see what squeals.Bob Beck
2017-01-23Move most of the fields in SSL_CTX to internal - the ones that remain areJoel Sing
2017-01-23move the callbacks from ssl_st to internalBob Beck
2017-01-23Move callback function pointers and argument pointers from SSL_CTX toJoel Sing
2017-01-23Move not_resumable and sess_cert from SSL_SESSION to internal.Joel Sing
2017-01-23Move the stats struct from SSL_CTX to internal.Joel Sing
2017-01-22Move most of the SSL3_STATE fields to internal - the ones that remain areJoel Sing
2017-01-22Move most of DTLS1_STATE to internal.Bob Beck
2017-01-22Move ALPN and NPN fields from SSL/SSL_CTX to internal.Joel Sing
2016-12-21Add support for ECDHE with X25519.Joel Sing
2016-12-07Ensure that we zero memory that contiansthe ASN.1 encoded session, sinceJoel Sing
2016-12-06Convert certificate handshake message generation to CBB, with some cleanJoel Sing
2016-12-04Convert ssl3_send_server_hello() to CBB.Joel Sing
2016-12-03Avoid signed vs unsigned warnings from clang by adding two casts,Joel Sing
2016-11-17Convert ssl3_get_client_kex_dhe() to CBS and perform some general codeJoel Sing
2016-11-06Split ssl3_get_client_key_exchange() into separate per algorithm functions.Joel Sing
2016-11-06Remove pointless check - without fixed ECDH, there is only one way to reachJoel Sing
2016-11-06Split out the DHE and ECDHE code paths fromJoel Sing
2016-11-05Do a partial CBB conversion of ssl3_send_server_key_exchange(), which willJoel Sing
2016-10-19Remove support for fixed ECDH cipher suites - these is not widely supportedJoel Sing
2016-09-22Check for packet with truncated DTLS cookie.Philip Guenther
2016-05-30deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.Bob Beck
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.Michael McConville
2016-01-27deprecate SSL_OP_SINGLE_DH_USEBob Beck
2015-09-13Use ECDH_size() instead of rolling our own.Joel Sing
2015-09-13The *_accept() functions increment in_handshake at the start of the function,Joel Sing
2015-09-12Remove most of the SSLv3 version checks and a few TLS v1.0.Doug Hogan
2015-09-12Move handshake message header length determination into a separateJoel Sing
2015-09-12Convert the rest of the server handshake functions to ssl3_handshake_msg_*.Joel Sing
2015-09-11Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of aJoel Sing
2015-09-10Remove support for DTLS_BAD_VER. We do not support non-standard andJoel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-01Remove the ssl_prepare_{client,server}hello_tlsext() functions, which areJoel Sing
2015-08-29Remove SSLv3 method data structs and unlink s3_meth.c from the build.Doug Hogan
2015-08-27Remove SSLv3 support from LibreSSL.Doug Hogan
2015-07-29Add linker warnings in case SSLv3_{,client,server}_method are referenced.Miod Vallat
2015-07-18Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.Doug Hogan
2015-07-14Convert ssl3_get_client_certificate to CBS.Doug Hogan
2015-06-20Convert ssl3_get_next_proto to CBS.Doug Hogan
2015-06-18Remove Microsoft Server Gated Crypto.Doug Hogan
2015-06-17KNF whitespace.Doug Hogan
2015-06-15Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.Doug Hogan