43 コミット (9c3b120b618f3678a807d693b2e6f331aaa54605)

作成者 SHA1 メッセージ 日付
  Adam Langley 0080d83b9f Implement the client side of certificate compression. 6年前
  David Benjamin ed188fd8ef Enforce supported_versions in the second ServerHello. 6年前
  David Benjamin 98472cb30d Consistently use session_ctx for session caching. 6年前
  Matthew Braithwaite b7bc80a9a6 SSL_CONFIG: new struct for sheddable handshake configuration. 6年前
  David Benjamin 9f0e7cb314 Move TB state to ssl->s3. 6年前
  Steven Valdez 7e5dd25d47 Remove draft22 and experiment2. 6年前
  Nick Harper 36fcc4ca5d Implement Token Binding 7年前
  Steven Valdez 74666da5b3 Update key share extension number for draft23. 6年前
  David Benjamin 02e6256b16 Move early_data_accepted to ssl->s3. 6年前
  Steven Valdez 64cc121f41 Remove deprecated TLS 1.3 variants. 6年前
  Steven Valdez c5c31abe2b Enforce compression_method in TLS 1.3 draft 22. 7年前
  David Benjamin e7c95d91f8 Run TLS 1.3 tests at all variants and fix bugs. 7年前
  Steven Valdez 964b2377d0 Implement PR 1091 (TLS 1.3 draft '22'). 7年前
  Steven Valdez cd8470f7fa Adding support for draft 21 as a TLS 1.3 variant. 7年前
  David Benjamin 8e7bbbab15 Use more scopers. 7年前
  David Benjamin a031b61230 Replace open_close_notify with open_app_data. 7年前
  David Benjamin d1e3ce1fb0 Rename ssl3_send_alert and ssl3_protocol_version. 7年前
  David Benjamin 666d16e262 Go through SSL_PROTOCOL_METHOD in the handshake. 7年前
  David Benjamin 73d42e614c Inline ssl_clear_tls13_state. 7年前
  David Benjamin 08f5c76898 Convert more things to Array. 7年前
  David Benjamin cf0ce676d6 Use Span and Array for the curve list. 7年前
  David Benjamin 499742c60f Introduce bssl::Array<T> and use it in SSLKeyShare. 7年前
  Steven Valdez c7d4d21413 Add experiment without client CCS and fix session ID bug. 7年前
  Steven Valdez 1682126fd8 Add Experiment 2 7年前
  David Benjamin 3d8f0808e4 Honor SSL_SESS_CACHE_CLIENT in TLS 1.3. 7年前
  David Benjamin 74795b32c6 More miscellaneous bools. 7年前
  David Benjamin 046bc1fbe8 SSL3_STATE ints to bools. 7年前
  David Benjamin fd45ee7da8 Replace bits in SSL_HANDSHAKE with bool. 7年前
  David Benjamin c11ea942b7 Convert comments in ssl. 7年前
  Steven Valdez 4d71a9a2ca Migrate TLS 1.2 and below state machines to the new style. 7年前
  David Benjamin f60bcfb3ef Make SSL_state_string_long work for TLS 1.3. 7年前
  Steven Valdez f4ecc84644 Prevent both early data and custom extensions from being accepted. 7年前
  David Benjamin 7934f08b26 Replace init_msg/init_num with a get_message hook. 7年前
  David Benjamin 8f94c31b19 Replace reuse_message with an explicit next_message call. 7年前
  David Benjamin 9bbdf5832d Remove expect and received flight hooks. 7年前
  David Benjamin c642aca28f Convert SSL_ECDH_CTX to C++. 7年前
  David Benjamin 31b0c9be30 Add a bunch of scopers. 7年前
  David Benjamin e39ac8fb59 Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. 7年前
  David Benjamin 1386aad102 Switch various things to scopers. 7年前
  David Benjamin cfc11c2320 C++-ify SSL_AEAD_CTX. 7年前
  David Benjamin 86e95b852e Move libssl's internals into the bssl namespace. 7年前
  David Benjamin 3a1dd46e4e Add async certificate verification callback. 7年前
  David Benjamin d304a2f1ac Switch tls13_client and tls13_server to C++. 7年前
  Steven Valdez 038da9b939 Move the version to an extension in the experimental TLS 1.3 encoding. 7年前
  Steven Valdez 520e1220bb Implement experimental alternate encoding of TLS 1.3. 7年前
  David Benjamin 4414874f1f Simplify ssl_private_key_* state machine points. 7年前
  Steven Valdez e831a81518 Adding support for sending early data on the client. 7年前
  David Benjamin a232a7159c Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. 7年前
  Alessandro Ghedini 67bb45f44b Support enabling early data on SSL 7年前
  Steven Valdez 2a0707210a Prevent Channel ID and Custom Extensions on 0-RTT. 7年前