121 Commits (d660b57208e433d7d64973d52c3ea06a77ec4b57)

Author SHA1 Message Date
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. 9 years ago
  David Benjamin 13be1de469 Add a basic MTU test. 9 years ago
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. 9 years ago
  David Benjamin 87909c0445 Add tests for version negotiation failure alerts. 10 years ago
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 years ago
  David Benjamin accb454e44 Add min_version tests. 10 years ago
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 years ago
  David Benjamin f080ecd86d Don't infinite loop on garbage server input. 10 years ago
  David Benjamin 226a872d2f Don't set client_version to the ServerHello version. 10 years ago
  David Benjamin 1e29a6b7c5 Add assertions on the initial record version number. 10 years ago
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 10 years ago
  David Benjamin d8a3e78223 Shush a MSVC bool/int comparison warning. 10 years ago
  David Benjamin 0105ece171 Fix standalone Windows build. 10 years ago
  David Benjamin 94d701b7e8 Left-pad a V2ClientHello's random, not right-pad. 10 years ago
  David Benjamin 128dbc30f6 Factor out the client max-version logic into a helper function. 10 years ago
  David Benjamin cde8abae14 Merge client/server SSL_METHODs into the generic one. 10 years ago
  David Benjamin 8c88153465 Remove a place where SSL_clear cleans up after client/server confusion. 10 years ago
  David Benjamin c44b1df459 Add test for renego client_version quirk. 10 years ago
  David Benjamin 8b8c006564 Fix DTLS_ANY_VERSION and add tests. 10 years ago
  David Benjamin 65ea8ff84c Debug resumption connections with -debug too. 10 years ago
  David Benjamin 61f95277d4 Add tests for OCSP stapling and SCT lists. 10 years ago
  David Benjamin fe8eb9a603 Add tests for session-ID-based resumption. 10 years ago
  David Benjamin ae3e487d51 Fix a couple more malloc test crashes. 10 years ago
  Adam Langley 69a01608f3 Add malloc failure tests. 10 years ago
  David Benjamin 000800a306 Add tests for signature algorithm negotiation. 10 years ago
  David Benjamin ca6c82643a Add DTLS-SRTP tests. 10 years ago
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts 10 years ago
  David Benjamin bdf5e72f50 Don't resume sessions if the negotiated version doesn't match. 10 years ago
  David Benjamin e18d821dfc runner: Refuse to resume sessions on mismatching versions. 10 years ago
  David Benjamin ca6554b133 Add tests for client-initiated renegotiation. 10 years ago
  David Benjamin 9114fae39e Add a test for RSA ServerKeyExchange. 10 years ago
  David Benjamin 5e961c1ff1 Add DTLS replay tests. 10 years ago
  Adam Langley cf2d4f4033 Test renegotiation with BoringSSL as the client. 10 years ago
  Adam Langley 2ae77d2784 Test server-side renegotiation. 10 years ago
  David Benjamin 2af684fa92 Add tests for ECDHE_PSK. 10 years ago
  David Benjamin 48cae08563 Add tests for PSK cipher suites. 10 years ago
  Adam Langley 7571292eac Extended master secret support. 10 years ago
  David Benjamin 7f7882f1a8 Remove obsolete TODO 10 years ago
  Adam Langley 3831173740 Fix memory leak when decoding corrupt tickets. 10 years ago
  Ben Laurie eba2384e53 Missing includes for FreeBSD. 10 years ago
  David Benjamin 01fe820ab9 Add tests for client version negotiation and session resumption. 10 years ago
  David Benjamin b0c8db7347 runner: don't resume sessions if SessionTicketsDisabled is true. 10 years ago
  David Benjamin fc7b086305 Test that ALPN is preferred over NPN. 10 years ago
  David Benjamin ae2888fbdc Add tests for ALPN support. 10 years ago
  David Benjamin fa055a2b77 Implement ALPN in runner.go. 10 years ago
  David Benjamin 812152aa3b Don't deadlock if a resume test fails the first half. 10 years ago
  David Benjamin e78bfded9f Improve test coverage for server_name extension. 10 years ago
  David Benjamin f7768e43b2 Test SHA-256 and SHA-384 CBC-mode cipher suites. 10 years ago
  David Benjamin 39ebf53dd3 Check the server did not use a TLS 1.2 cipher suite pre-TLS 1.2. 10 years ago
  David Benjamin 5c24a1d6b6 Add a test for SSL_OP_TLS_D5_BUG. 10 years ago