102 Commits (d660b57208e433d7d64973d52c3ea06a77ec4b57)

Autor SHA1 Mensaje Fecha
  David Benjamin d660b57208 runner: Refactor handshake fragmenting slightly. hace 9 años
  David Benjamin 83f9040339 Add DTLS timeout and retransmit tests. hace 9 años
  David Benjamin d9b091b5e2 Revert "Drop retransmits in DTLS tests." hace 9 años
  David Benjamin 6ae7f072e3 Only send sigalgs extension in 1.2-capable ClientHellos. hace 9 años
  David Benjamin 4189bd943c Test application data and Finished reordering. hace 9 años
  David Benjamin 5fa3eba03d Clear the error queue when dropping a bad DTLS packet. hace 9 años
  David Benjamin 6095de8da2 Add tests for certificate mismatch. hace 9 años
  David Benjamin c67a3ae6ba Drop retransmits in DTLS tests. hace 9 años
  David Benjamin e95d20dcb8 Support EVP_AEAD in DTLS. hace 9 años
  David Benjamin 13be1de469 Add a basic MTU test. hace 9 años
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. hace 9 años
  David Benjamin 87909c0445 Add tests for version negotiation failure alerts. hace 10 años
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. hace 10 años
  David Benjamin accb454e44 Add min_version tests. hace 10 años
  David Benjamin 1eb367c03e Add min_version and max_version APIs. hace 10 años
  David Benjamin f080ecd86d Don't infinite loop on garbage server input. hace 10 años
  David Benjamin 226a872d2f Don't set client_version to the ServerHello version. hace 10 años
  David Benjamin 1e29a6b7c5 Add assertions on the initial record version number. hace 10 años
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. hace 10 años
  David Benjamin 94d701b7e8 Left-pad a V2ClientHello's random, not right-pad. hace 10 años
  David Benjamin 128dbc30f6 Factor out the client max-version logic into a helper function. hace 10 años
  David Benjamin c44b1df459 Add test for renego client_version quirk. hace 10 años
  David Benjamin 8b8c006564 Fix DTLS_ANY_VERSION and add tests. hace 10 años
  David Benjamin 65ea8ff84c Debug resumption connections with -debug too. hace 10 años
  David Benjamin 61f95277d4 Add tests for OCSP stapling and SCT lists. hace 10 años
  David Benjamin fe8eb9a603 Add tests for session-ID-based resumption. hace 10 años
  Adam Langley 69a01608f3 Add malloc failure tests. hace 10 años
  David Benjamin 000800a306 Add tests for signature algorithm negotiation. hace 10 años
  David Benjamin ca6c82643a Add DTLS-SRTP tests. hace 10 años
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts hace 10 años
  David Benjamin bdf5e72f50 Don't resume sessions if the negotiated version doesn't match. hace 10 años
  David Benjamin e18d821dfc runner: Refuse to resume sessions on mismatching versions. hace 10 años
  David Benjamin ca6554b133 Add tests for client-initiated renegotiation. hace 10 años
  David Benjamin 9114fae39e Add a test for RSA ServerKeyExchange. hace 10 años
  David Benjamin 5e961c1ff1 Add DTLS replay tests. hace 10 años
  Adam Langley cf2d4f4033 Test renegotiation with BoringSSL as the client. hace 10 años
  Adam Langley 2ae77d2784 Test server-side renegotiation. hace 10 años
  David Benjamin 2af684fa92 Add tests for ECDHE_PSK. hace 10 años
  David Benjamin 48cae08563 Add tests for PSK cipher suites. hace 10 años
  Adam Langley 7571292eac Extended master secret support. hace 10 años
  Adam Langley 3831173740 Fix memory leak when decoding corrupt tickets. hace 10 años
  David Benjamin 01fe820ab9 Add tests for client version negotiation and session resumption. hace 10 años
  David Benjamin b0c8db7347 runner: don't resume sessions if SessionTicketsDisabled is true. hace 10 años
  David Benjamin fc7b086305 Test that ALPN is preferred over NPN. hace 10 años
  David Benjamin ae2888fbdc Add tests for ALPN support. hace 10 años
  David Benjamin fa055a2b77 Implement ALPN in runner.go. hace 10 años
  David Benjamin 812152aa3b Don't deadlock if a resume test fails the first half. hace 10 años
  David Benjamin e78bfded9f Improve test coverage for server_name extension. hace 10 años
  David Benjamin f7768e43b2 Test SHA-256 and SHA-384 CBC-mode cipher suites. hace 10 años
  David Benjamin 39ebf53dd3 Check the server did not use a TLS 1.2 cipher suite pre-TLS 1.2. hace 10 años