710 Commits (a1ce85696d2ba58a5739e0bb05e181717ff1f7db)

Author SHA1 Message Date
  Matthew Braithwaite 2d04cf08cb Test with IPv6 by default, and IPv4 only if that fails. 7 years ago
  Steven Valdez 873ebc9783 Improve TestConfig flags for initial and resumption connections. 7 years ago
  David Benjamin 4d1f4ba08d Timeout the shim on Accept and Wait. 7 years ago
  David Benjamin 29975899e3 Unwind DHE support from BoGo. 7 years ago
  Adam Langley c88f24596c Don't print message when waiting for urandom entropy. 7 years ago
  Adam Langley 4b65693c7e Make runner ignore entropy warnings. 7 years ago
  Alessandro Ghedini de254b4c4e Enforce max_early_data_size on the server. 7 years ago
  David Benjamin 71c21b4300 Add SSL_CTX_set_verify_algorithm_prefs. 7 years ago
  David Benjamin 96bc12a494 Remove includeDHE from runner.go. 7 years ago
  Matthew Braithwaite 7e06de5d2d Really remove DHE ciphersuites from TLS. 7 years ago
  David Benjamin 3cfeb9522b Disable SSLv3 by default. 7 years ago
  David Benjamin bbba9394c8 Acknowledge KeyUpdate messages. 7 years ago
  David Benjamin ebacdeed67 Add SendServerHelloAsHelloRetryRequest test. 7 years ago
  David Benjamin 69522117a6 Support Ed25519 in TLS. 7 years ago
  David Benjamin d768c5d767 Support Ed25519 keys in BoGo. 7 years ago
  David Benjamin e1d18a7a88 Vendor a copy of golang.org/x/crypto/ed25519. 7 years ago
  David Benjamin a232a7159c Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. 7 years ago
  David Benjamin c8ff30cbe7 Add an option to allow unknown ALPN protocols. 7 years ago
  David Benjamin ebcb5beb19 Sync vendored copies of Go poly1305 and curve25519. 7 years ago
  David Benjamin 0c05c37f93 Update fuzzer exclusions. 7 years ago
  David Benjamin 6bb507bc9c Add missing tests for the Channel ID / 0-RTT interaction. 7 years ago
  Steven Valdez f368c73826 Fix fuzzer excludes. 7 years ago
  Adam Langley 764ab9802e Support and test P-224 certificates. 7 years ago
  David Benjamin 8c26d750e1 Test the behavior of running SSL_do_handshake twice in a row. 7 years ago
  Steven Valdez 681eb6ac2d Adding support for receiving early data on the server. 7 years ago
  David Benjamin 32c8927159 Add a test for missing end_of_early_data. 7 years ago
  David Benjamin 065d733c4b Test ticket age skew when resuming a resumed session. 7 years ago
  Steven Valdez 2a0707210a Prevent Channel ID and Custom Extensions on 0-RTT. 7 years ago
  David Benjamin 794cc59e25 Send half-RTT tickets when negotiating 0-RTT. 7 years ago
  David Benjamin 4784b99bf3 Use set_{accept,connect}_state + do_handshake in bssl_shim. 7 years ago
  David Benjamin e3843d41b9 Run all state machine coverage tests on implicit handshake. 7 years ago
  David Benjamin bbf4246546 Add a test that ALPN is rejected on renegotiation. 7 years ago
  Steven Valdez 2d85062c4f Add Data-less Zero-RTT support. 7 years ago
  Alessandro Ghedini 57e81e666a Name |select_certificate_cb| return values 7 years ago
  Matthew Braithwaite cedc6f1824 Remove DHE ciphersuites from TLS. 7 years ago
  David Benjamin 73812e06b0 Fix SSLv3 version check in BoGo. 7 years ago
  Adam Langley 2070f8ad91 Apply bugs to second, TLS 1.3 ClientHello. 7 years ago
  David Benjamin 35ac5b7500 Export server-side ticket_age skew. 7 years ago
  Steven Valdez 924a352d1b Remove experimental TLS 1.3 short record header extension. 7 years ago
  Adam Langley d6c22ee938 Add |SSL_get0_server_requested_CAs|. 7 years ago
  David Benjamin a58baaf9e6 Forbid the server certificate from changing on renego. 7 years ago
  David Benjamin 11c82895d7 Remove support for blocking DTLS timeout handling. 7 years ago
  Adam Langley 2ff7933f22 Add test for |SSL_get_client_CA_list|. 7 years ago
  Adam Langley 898be92b67 Support P-224 certificates as a server. 7 years ago
  Matthew Braithwaite a57dcfb69c Add new cipherlist-setting APIs that reject nonsense. 7 years ago
  David Benjamin 26e1ff3dfb Remove some unnecessary return values. 7 years ago
  David Benjamin 07ab5d44d9 Stop skipping stray HelloRequests. 7 years ago
  Adam Langley 46db7af2c9 Remove |X509| things from SSL_SESSION. 7 years ago
  David Benjamin 7ebe61a585 Fix server-side KeyUpdates. 7 years ago
  David Benjamin d4c349b56c Test various lengths of ticket session IDs. 7 years ago