133 Commits (4732c544f76958ea75af2e5a05b9d77a2341128a)

Author SHA1 Message Date
  David Benjamin 0cbb1af41f Don't mint TLS 1.3 tickets if SSL_OP_NO_TICKETS is set. 6 years ago
  David Benjamin bc118ee64c Add SSL_get0_peer_verify_algorithms. 6 years ago
  Matthew Braithwaite c312fd02f6 Remove MoveTestConfig(). 6 years ago
  Matthew Braithwaite f2bc5f490a shim: move |TestState| and |TestConfig| to their own files. 6 years ago
  David Benjamin 53d2c7a84a Remove fail_second_ddos_callback. 6 years ago
  David Benjamin 9bb15f58f7 Remove SSL 3.0 implementation. 6 years ago
  Adam Langley a307cb7d58 Preliminary support for compressed certificates. 6 years ago
  David Benjamin fa544f1c05 Reject if the ALPN callback returned an empty protocol. 6 years ago
  David Benjamin 103ed08549 Implement legacy OCSP APIs for libssl. 6 years ago
  David Benjamin 71666cb87c Allow renego and config shedding to coexist more smoothly. 6 years ago
  Matthew Braithwaite b7bc80a9a6 SSL_CONFIG: new struct for sheddable handshake configuration. 6 years ago
  David Benjamin e28552dec8 Add an API to disable RSA-PSS for certificates. 6 years ago
  Adam Langley 8df8e64205 Record whether dummy PQ padding was used. 6 years ago
  Adam Langley ddb57cfb51 Add tests for split handshakes. 6 years ago
  Nick Harper 3c034b2cf3 Add support for QUIC transport params. 6 years ago
  Nick Harper 36fcc4ca5d Implement Token Binding 7 years ago
  Adam Langley 512a289a8a Add support for dummy PQ padding. 6 years ago
  David Benjamin 6df6540766 Add a draft TLS 1.3 anti-downgrade signal. 6 years ago
  David Benjamin 650d8c393e Implement TLS 1.3 early exporters. 6 years ago
  David Benjamin 494e4d0e89 Add an option for False Start without ALPN. 6 years ago
  David Benjamin 855d5046c7 Unwind legacy SSL_PRIVATE_KEY_METHOD hooks. 7 years ago
  Steven Valdez cd8470f7fa Adding support for draft 21 as a TLS 1.3 variant. 7 years ago
  David Benjamin dd6c2e880f Check early ALPN before offering 0-RTT. 7 years ago
  David Benjamin f21650709a Cut down on some redundant flags. 7 years ago
  David Benjamin 78b8b99cf7 Fix a bug in and test the message callback. 7 years ago
  David Benjamin 3a1dd46e4e Add async certificate verification callback. 7 years ago
  Steven Valdez 520e1220bb Implement experimental alternate encoding of TLS 1.3. 7 years ago
  David Benjamin d9cbb53562 Fix SSL_version on 0-RTT. 7 years ago
  David Benjamin c3648faaa7 Add tests for SSL_VERIFY_PEER_IF_NO_OBC and fix TLS 1.3. 7 years ago
  David Benjamin 0fde2eb0e3 Update TLS fuzzer format with prepended settings. 7 years ago
  Steven Valdez e831a81518 Adding support for sending early data on the client. 7 years ago
  Steven Valdez 873ebc9783 Improve TestConfig flags for initial and resumption connections. 7 years ago
  David Benjamin 71c21b4300 Add SSL_CTX_set_verify_algorithm_prefs. 7 years ago
  Matthew Braithwaite 7e06de5d2d Really remove DHE ciphersuites from TLS. 7 years ago
  David Benjamin 69522117a6 Support Ed25519 in TLS. 7 years ago
  David Benjamin c8ff30cbe7 Add an option to allow unknown ALPN protocols. 7 years ago
  David Benjamin 8c26d750e1 Test the behavior of running SSL_do_handshake twice in a row. 7 years ago
  Steven Valdez 2d85062c4f Add Data-less Zero-RTT support. 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 2ff7933f22 Add test for |SSL_get_client_CA_list|. 7 years ago
  David Benjamin b5c58db9ff TLS 1.3 sessions should not be added to the server session cache. 7 years ago
  David Benjamin e3fbb36005 Test SSL_set_max_send_fragment. 7 years ago
  David Benjamin d261004048 Report TLS 1.3 as supporting secure renegotiation. 7 years ago
  Steven Valdez 08b65f4e31 Enabling 0-RTT on new Session Tickets. 7 years ago
  David Benjamin a1eaba1dc6 Add a test for renegotiation on busy write buffer. 7 years ago
  David Benjamin 6f600d6bae Add experimental TLS 1.3 short record header extension. 7 years ago
  David Benjamin 65fb425811 Remove version-specific cipher lists. 7 years ago
  David Benjamin 8a55ce4954 Test SSL_get_curve_id behavior on resume. 7 years ago
  David Benjamin 54881224e8 Remove SSL_get_dhe_group_size. 7 years ago