45 Комити (4e446f27d05996309eec2ac1c2a71b66020cdfb2)

Аутор SHA1 Порука Датум
  David Benjamin 50596f8f54 Switch some easy SSL fields to UniquePtr. пре 6 година
  David Benjamin 9bb15f58f7 Remove SSL 3.0 implementation. пре 6 година
  David Benjamin 700631bdf0 Pack encrypted handshake messages together. пре 6 година
  Adam Langley f64c373784 Fix build with GCC 4.9.2 and -Wtype-limits. пре 6 година
  Adam Langley 3e87165d3c Avoid compiler errors for Android ARMv7. пре 6 година
  David Benjamin ed84291188 Revert "Pack encrypted handshake messages together." пре 7 година
  David Benjamin 75d43b5785 Pack encrypted handshake messages together. пре 7 година
  David Benjamin 32ce0ac0d8 Move init_buf and rwstate into SSL3_STATE. пре 7 година
  David Benjamin 8e7bbbab15 Use more scopers. пре 7 година
  David Benjamin ea712e317f Make SSL3_BUFFER a proper C++ class. пре 7 година
  David Benjamin e8d0746b88 Prevent writing when write_shutdown is set. пре 7 година
  David Benjamin d9229f9802 Lift BIO above SSL_PROTOCOL_METHOD. пре 7 година
  David Benjamin 33febf6048 Don't call ssl3_read_message from ssl3_read_app_data. пре 7 година
  David Benjamin 97250f4d64 Switch a bunch of things from int to bool. пре 7 година
  David Benjamin 40e94701dc Always process handshake records in full. пре 7 година
  David Benjamin 75a1f23684 Have a bit more fun with Span. пре 7 година
  David Benjamin 00f48c8273 Rename and move a few more ssl3_ functions around. пре 7 година
  David Benjamin d1e3ce1fb0 Rename ssl3_send_alert and ssl3_protocol_version. пре 7 година
  David Benjamin 03a4b96c12 Move has_message logic to ssl3_get_message. пре 7 година
  David Benjamin c64d123933 Push Span down a layer. пре 7 година
  Steven Valdez 4c7f5fa023 Remove old TLS 1.3 variants (NoSessionID and RecordType). пре 7 година
  David Benjamin b949355132 Add bssl::Span<T>::subspan and use it. пре 7 година
  David Benjamin 879efc3f3b Switch more things to Array. пре 7 година
  David Benjamin 046bc1fbe8 SSL3_STATE ints to bools. пре 7 година
  David Benjamin 6abaa316f0 Remove unnecessary parameter. пре 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 5c4271f7cb Don't reauthenticate on renegotiation. пре 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 e3dee27f9c Remove the free_buffer parameter to release_current_message. пре 7 година
  David Benjamin 78b8b99cf7 Fix a bug in and test the message callback. пре 7 година
  David Benjamin c642aca28f Convert SSL_ECDH_CTX to C++. пре 7 година
  David Benjamin 6dc8bf6262 Convert SSL_TRANSCRIPT to C++. пре 7 година
  David Benjamin bf1117d1fd Sample server GREASE from the server_random. пре 7 година
  David Benjamin 31b0c9be30 Add a bunch of scopers. пре 7 година
  David Benjamin 8f28886817 Give SSL_HANDSHAKE a constructor and destructor. пре 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 година
  Steven Valdez dbe01585ba Implement ContentType TLS 1.3 variant. пре 7 година
  David Benjamin e8703a3708 Switch a number of files to C++. пре 7 година
  David Benjamin 9961dff055 Unwind V2ClientHello counters. пре 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 година
  David Benjamin bf833c346d Rename hs->public_key. пре 7 година
  Steven Valdez 2d85062c4f Add Data-less Zero-RTT support. пре 7 година