1476 Commits (5510863fbdb24867d80d607a78a1ac6437c9ba26)

Author SHA1 Message Date
  David Benjamin 867bcba05d Move ssl_handshake_new, etc., into s3_both.c. 8 years ago
  David Benjamin ee32bea1d3 Fix TLS 1.2 sigalgs fallback logic for ECDSA. 8 years ago
  David Benjamin 8a8349b53e Request contexts are now illegal during the handshake. 8 years ago
  David Benjamin e73c7f4281 Flesh out missing TLS 1.3 state machine coverage. 8 years ago
  David Benjamin e54af069d8 Configure common config bits in one place. 8 years ago
  David Benjamin 405da48900 Improve TLS 1.3 resumption/version tests. 8 years ago
  Steven Valdez 4aa154e08f Adding code to send session as PSK Identity. 8 years ago
  David Benjamin 05cad5e00c Fix typo. 8 years ago
  EKR 5013fb41f2 Adding PORTING.md for instructions on how to port the test runner 8 years ago
  David Benjamin eed2401cac Apply SendClientVersion at the end. 8 years ago
  David Benjamin 4ac2dc4c0d Add a comment about ServerHello.supported_groups. 8 years ago
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8 years ago
  David Benjamin 3e51757de2 Enforce the server ALPN protocol was advertised. 8 years ago
  Adam Langley 37b486aade Remove optimisation for known DH groups. 8 years ago
  David Benjamin 881f196075 Make ECDHE_PSK + AES_GCM unmatchable. 8 years ago
  David Benjamin 25fe85b38c Insert a state before cert_cb. 8 years ago
  David Benjamin fddbadcba9 Pass a ClientHello into ssl3_choose_cipher. 8 years ago
  David Benjamin 1deb41bb2d Move SCSV handling out of cipher list parsing. 8 years ago
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8 years ago
  David Benjamin e14ff06694 Only have one ClientHello parser, not three. 8 years ago
  EKR f71d7ed014 Shim-specific configuration file with suppressions and error translation. 8 years ago
  Martin Kreichgauer baafa4a653 Undo rename of tlsext_tick_lifetime_hint. 8 years ago
  David Benjamin e7e36aae25 Test that switching versions on renego is illegal. 8 years ago
  David Benjamin b9195402b4 Align SSL_SESSION_up_ref with OpenSSL. 8 years ago
  David Benjamin a9c3bf142e Add TLS_{client,server}_method. 8 years ago
  David Benjamin 4087df92f4 Move more side-specific code out of tls13_process_certificate. 8 years ago
  David Benjamin bb9e36e005 Test client certificates carry over on session resumption. 8 years ago
  David Benjamin e455e51d85 Push some duplicated code into ssl_verify_cert_chain. 8 years ago
  David Benjamin 56d280da2f Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check. 8 years ago
  David Benjamin 721e8b79a9 Test that servers enforce session timeouts. 8 years ago
  David Benjamin a20e535fb1 Add a test for session ID context logic. 8 years ago
  David Benjamin 33dad1b7a1 Stop pretending to ssl_clear_bad_session. 8 years ago
  David Benjamin cec7344bba Add a CBS version of SSL_early_callback_ctx_extension_get. 8 years ago
  Steven Valdez 1e6f11a7ff Adding NewSessionTicket. 8 years ago
  David Benjamin e8e84b9008 Reject warning alerts in TLS 1.3. 8 years ago
  Steven Valdez 7259f2fd08 Prefix ext_key_share methods. 8 years ago
  David Benjamin a70de147ff Check for trailing data in key_share extension. 8 years ago
  David Benjamin ce079fda12 Add SSL_is_dtls. 8 years ago
  David Benjamin da2630c190 Remove redundant SSL_VERIFY_PEER check. 8 years ago
  Nick Harper 0b3625bcfd Add support for TLS 1.3 PSK resumption in Go. 8 years ago
  David Benjamin afc64dec74 Add tests to ensure our ClientHello does not change. 8 years ago
  David Benjamin 3ce4389e96 Move some client/server special-cases out of tls13_process_certificate. 8 years ago
  David Benjamin 4501bd5118 Align with OpenSSL on SSL_set_bio behavior. 8 years ago
  Adam Langley d4aae0f965 Minor typo fixes. 8 years ago
  David Benjamin 4890165509 Empty signature algorithms in TLS 1.3 CertificateRequest is illegal. 8 years ago
  David Benjamin 0c40a96455 Send unsupported_extension on unexpected ServerHello extensions. 8 years ago
  David Benjamin 636ff1cb7e Convert rsa_1024_key.pem to a PKCS#8 PEM blob. 8 years ago
  Adam Langley 9498e74a92 Don't have the default value of |verify_result| be X509_V_OK. 8 years ago
  David Benjamin 0d1b0961f9 Fix mixed comment markers. 8 years ago
  Steven Valdez 1dc53d2840 Adding handling for KeyUpdate post-handshake message. 8 years ago