43 Revīzijas (9c3b120b618f3678a807d693b2e6f331aaa54605)

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