2221 Commits (6ae7ddb755936839e9e23af0231fb249cb09912c)

Author SHA1 Message Date
  David Benjamin c03ecb93a2 Remove SSLv3_method and friends. 6 years ago
  David Benjamin 1bf2337fe1 Reject compressed ECDH coordinates in TLS. 6 years ago
  David Benjamin fa65113400 Push an error if custom private keys fail. 6 years ago
  David Benjamin 48669209b7 Fix fuzzer mode suppressions. 6 years ago
  Adam Langley ddb57cfb51 Add tests for split handshakes. 6 years ago
  Adam Langley 3fe8fa74ac Add initial, experimental support for split handshakes. 6 years ago
  Steven Valdez 7e5dd25d47 Remove draft22 and experiment2. 6 years ago
  Nick Harper 3c034b2cf3 Add support for QUIC transport params. 6 years ago
  Matthew Braithwaite 5301c10c53 ssl_verify_peer_cert: implement |SSL_VERIFY_NONE| as advertised. 6 years ago
  Adam Langley e8d2439cd3 Expose ssl_session_serialize to libssl. 6 years ago
  David Benjamin 0ab3f0ca25 Notice earlier if a server echoes the TLS 1.3 compatibility session ID. 6 years ago
  Adam Langley 449a9e6a9e Make the gdb window larger. 6 years ago
  Adam Langley ab5a947d8e Reslice TLS AEAD setup. 6 years ago
  Adam Langley c61b577197 Add some more utility functions to bytestring. 6 years ago
  David Benjamin 610cdbb102 Switch some ints to bools and Spans. 6 years ago
  David Benjamin a7bc94489f Don't use the client_random entropy for GREASE. 6 years ago
  Steven Valdez cb15cfda29 Add draft23 tests. 6 years ago
  Nick Harper 36fcc4ca5d Implement Token Binding 7 years ago
  Adam Langley 37c6eb4284 Support TLS KDF test for NIAP. 6 years ago
  David Benjamin afd1cd959e Work around an NDK / Android bug. 6 years ago
  Adam Langley 512a289a8a Add support for dummy PQ padding. 6 years ago
  Steven Valdez 74666da5b3 Update key share extension number for draft23. 6 years ago
  Matthew Braithwaite 9770532afa Map NOT_YET_VALID errors to |certificate_expired|. 6 years ago
  Adam Langley 2f9b47fb19 Better pack structs in ssl/internal.h 6 years ago
  Marek Gilbert 11850d5f61 Rename all googletest CMake targets 6 years ago
  Matthew Braithwaite e15019572b SSL_alert_from_verify_result: expose. 6 years ago
  David Benjamin 6df6540766 Add a draft TLS 1.3 anti-downgrade signal. 6 years ago
  David Benjamin 02e6256b16 Move early_data_accepted to ssl->s3. 6 years ago
  David Benjamin d90b8033d7 Clear the error queue in fuzzer-mode Channel ID hooks. 6 years ago
  Steven Valdez 64cc121f41 Remove deprecated TLS 1.3 variants. 6 years ago
  David Benjamin f88242d1c1 SSL_export_keying_material should work in half-RTT. 6 years ago
  Steven Valdez f98b582ded Fix tls13_variant check to check max_version. 6 years ago
  David Benjamin 650d8c393e Implement TLS 1.3 early exporters. 6 years ago
  David Benjamin 8f53fc0a94 Fix fuzzer mode suppressions. 6 years ago
  David Benjamin 21baf6421a Fix CustomExtensions-Server-EarlyDataAccepted test. 6 years ago
  David Benjamin 494e4d0e89 Add an option for False Start without ALPN. 6 years ago
  Steven Valdez 9986f6b045 Fix renegotiation with TLS 1.3 draft 22. 6 years ago
  David Benjamin fb535892e5 runner: Rewrite some more parsers. 6 years ago
  Steven Valdez c5c31abe2b Enforce compression_method in TLS 1.3 draft 22. 7 years ago
  Steven Valdez e6cefe41bb Update PR 1091 CL to use draft22 version. 7 years ago
  David Benjamin a7673facf8 runner: Parse CertificateRequest with byteReader. 7 years ago
  David Benjamin 28b267b357 runner: Parse Certificate with byteReader. 7 years ago
  David Benjamin bd911af514 runner: Parse SH/HRR/EE with byteReader. 7 years ago
  David Benjamin 7ce2378750 runner: Send the right alert for handshake message parsing failures. 7 years ago
  David Benjamin be8c8b4b1d runner: Add a byteReader type and convert ClientHello parsing. 7 years ago
  David Benjamin 66801feb17 Support high tag numbers in CBS/CBB. 7 years ago
  David Benjamin 855d5046c7 Unwind legacy SSL_PRIVATE_KEY_METHOD hooks. 7 years ago
  David Benjamin 8793942c5c Fix fuzzer mode suppressions. 7 years ago
  David Benjamin e7c95d91f8 Run TLS 1.3 tests at all variants and fix bugs. 7 years ago
  David Benjamin 3bba5ccf35 Add EndOfEarlyData to per-message tests. 7 years ago