59 커밋 (8370fb6b416d8177f9775347440925b831fcce69)

작성자 SHA1 메시지 날짜
  David Benjamin 48b276db3d Give ssl_cipher_preference_list_st a destructor. 6 년 전
  David Benjamin e325c3f471 Give CERT a destructor. 6 년 전
  David Benjamin e28552dec8 Add an API to disable RSA-PSS for certificates. 6 년 전
  David Benjamin 9f0e7cb314 Move TB state to ssl->s3. 6 년 전
  Matthew Braithwaite 56986f905f Hand back ECDHE split handshakes after the first server message. 6 년 전
  Adam Langley 40cdb3b5da Don't test |initial_handshake_complete| for dummy PQ padding status. 6 년 전
  Adam Langley 8df8e64205 Record whether dummy PQ padding was used. 6 년 전
  Adam Langley e745b25dcb Remove trailing whitespace from ssl/. 6 년 전
  David Benjamin c03ecb93a2 Remove SSLv3_method and friends. 6 년 전
  Adam Langley 3fe8fa74ac Add initial, experimental support for split handshakes. 6 년 전
  Nick Harper 3c034b2cf3 Add support for QUIC transport params. 6 년 전
  Nick Harper 36fcc4ca5d Implement Token Binding 7 년 전
  Adam Langley 512a289a8a Add support for dummy PQ padding. 6 년 전
  David Benjamin 6df6540766 Add a draft TLS 1.3 anti-downgrade signal. 6 년 전
  David Benjamin 02e6256b16 Move early_data_accepted to ssl->s3. 6 년 전
  David Benjamin 494e4d0e89 Add an option for False Start without ALPN. 6 년 전
  Steven Valdez cd8470f7fa Adding support for draft 21 as a TLS 1.3 variant. 7 년 전
  David Benjamin 5be3a74c49 Remove supports_cipher hook. 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 f6632dae5f Make all read errors idempotent. 7 년 전
  David Benjamin a031b61230 Replace open_close_notify with open_app_data. 7 년 전
  David Benjamin d9229f9802 Lift BIO above SSL_PROTOCOL_METHOD. 7 년 전
  David Benjamin 31aad2dc2c Make low-level record errors idempotent. 7 년 전
  David Benjamin 40e94701dc Always process handshake records in full. 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 7e58c5ef20 Switch more things to bools. 7 년 전
  David Benjamin 23c25d5b3a Rename some things for consistency. 7 년 전
  David Benjamin c64d123933 Push Span down a layer. 7 년 전
  David Benjamin f496249405 Switch int to bool in ssl_cipher.cc. 7 년 전
  David Benjamin 81f030b106 Switch OPENSSL_VERSION_NUMBER to 1.1.0. 8 년 전
  David Benjamin 9eaa3bd55d Remove SSL_CTX_sessions and properly lock SSL_CTX_sess_number. 7 년 전
  David Benjamin 879efc3f3b Switch more things to Array. 7 년 전
  David Benjamin 08f5c76898 Convert more things to Array. 7 년 전
  David Benjamin a861460c89 Make SNI per-connection, not per-session. 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 년 전
  Steven Valdez d816874c52 Set SSL_in_init to false before new_session_cb. 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 5ef40c60f6 Mark renego-established sessions not resumable. 7 년 전
  David Benjamin 8fc2dc07d8 Put SCTs and OCSP responses in CRYPTO_BUFFERs. 7 년 전
  Martin Kreichgauer 72912d2500 Rotate the default ticket encryption key. 7 년 전
  David Benjamin 70dbf042b6 Add SSL_CTX_cipher_in_group. 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 년 전