1. a772b16 Allow dtls_seal_record to work in-place. by David Benjamin · 8 years ago
  2. 03b96d7 Remove unused |ssl_parse_x509|. by Adam Langley · 8 years ago
  3. 8d5f9da Abstract away BIO_flush calls in the handshake. by David Benjamin · 8 years ago
  4. 2e83924 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  5. 5322010 Revert "Remove old ChaCha20-Poly1305 AEAD." by Adam Langley · 8 years ago
  6. def9b46 Remove old ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  7. 5fc99c6 There are no more MD5 ciphers. by David Benjamin · 8 years ago
  8. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 8 years ago
  9. 2be4aa7 Add a helper function for resetting SSL_get_error state. by David Benjamin · 8 years ago
  10. 650aa1c Clean up certificate auto-chaining. by David Benjamin · 8 years ago
  11. 6f600d6 Add experimental TLS 1.3 short record header extension. by David Benjamin · 8 years ago
  12. 4cb8494 Splitting handshake traffic derivation from key change. by Steven Valdez · 8 years ago
  13. 0567220 Don't use X.509 functions to check ECDSA keyUsage. by Adam Langley · 8 years ago
  14. 0c29425 Don't use |X509_get_pubkey| in TLS 1.3 code either. by Adam Langley · 8 years ago
  15. f1050fd Preserve the peer signature algorithm across resumes. by David Benjamin · 8 years ago
  16. d515722 Don't depend on the X509 code for getting public keys. by Adam Langley · 8 years ago
  17. d519bf6 Add |SSL_CTX_set0_buffer_pool|. by Adam Langley · 8 years ago
  18. 68e7124 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  19. cb0c29f Move state and next_state to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  20. 5edfc8c Emulate the client_cert_cb with cert_cb. by David Benjamin · 8 years ago
  21. 3977f30 Rename hs->state to hs->tls13_state. by David Benjamin · 8 years ago
  22. c0fc7a1 Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well." by Adam Langley · 8 years ago
  23. 651aaef Remove CECPQ1 (experimental post-quantum key agreement). by Matthew Braithwaite · 8 years ago
  24. e850909 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  25. f04c2e9 Move client_version into SSL_HANDSHAKE. by David Benjamin · 8 years ago
  26. a2bda9f Make more functions static. by David Benjamin · 8 years ago
  27. 0be6fc4 Move a few more functions into *_method.c. by David Benjamin · 8 years ago
  28. 4ba6e19 Better pack ssl_handshake_st and ssl3_state_st. by Adam Langley · 8 years ago
  29. 2578b29 Make ssl3_choose_cipher and dependencies static. by David Benjamin · 8 years ago
  30. 731058e Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO. by David Benjamin · 8 years ago
  31. 91e9b0d Remove tls_record_type_t. by David Benjamin · 8 years ago
  32. f3c8f8d Pass explicit parameters elsewhere. by David Benjamin · 8 years ago
  33. 8baf963 Pass explicit hs parameters to ssl_ext_*. by David Benjamin · 8 years ago
  34. 6773972 Pass explicit hs parameters into t1_enc.c. by David Benjamin · 8 years ago
  35. 2bd1917 Pass explicit hs parameters into custom_extensions.c. by David Benjamin · 8 years ago
  36. 6e4fc33 Pass explicit hs parameters to tls13_*.c. by David Benjamin · 8 years ago
  37. 8c880a2 Pass explicit hs parameters to kExtensions callbacks. by David Benjamin · 8 years ago
  38. c3c8882 Match state machine functions with new calling convention. by David Benjamin · 8 years ago
  39. ce8c9d2 Maintain SSL_HANDSHAKE lifetime outside of handshake_func. by David Benjamin · 8 years ago
  40. a4ee74d Skipping early data on 0RTT rejection. by Steven Valdez · 8 years ago
  41. cfa08c3 Enforce basic sanity of SCT lists. by Adam Langley · 8 years ago
  42. b5172a7 Make tls1_setup_key_block static. by David Benjamin · 8 years ago
  43. 12d6baf Make ssl_ext_pre_shared_key_add_clienthello static. by David Benjamin · 8 years ago
  44. f01f42a Negotiate ciphers before resumption. by David Benjamin · 8 years ago
  45. 4eb95cc Parse ClientHello extensions before deciding on resumption. by David Benjamin · 8 years ago
  46. 75f9914 Align TLS 1.2 and 1.3 server session validity checks. by David Benjamin · 8 years ago
  47. ffb1107 Add a helper function for parsing extensions blocks. by David Benjamin · 8 years ago
  48. a833c35 Update to TLS 1.3 draft 18. by Steven Valdez · 8 years ago
  49. ced9479 Replace hash_current_message with get_current_message. by David Benjamin · 8 years ago
  50. 78476f6 Move tlsext_ticket_expected to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  51. 5eead16 Splitting finish_message to finish_message/queue_message. by Steven Valdez · 8 years ago
  52. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 8 years ago
  53. 4e41926 Move key_block into SSL_HANDSHAKE. by David Benjamin · 8 years ago
  54. da863608 Expose SSL_max_seal_overhead. by David Benjamin · 8 years ago
  55. 123db57 Measure session->timeout from ticket issuance. by David Benjamin · 8 years ago
  56. d2cb1c1 Remove cipher_list_by_id. by David Benjamin · 8 years ago
  57. abbbee1 Detach TLS 1.3 cipher configuration from the cipher language. by David Benjamin · 8 years ago
  58. 9ef31f0 Negotiate the cipher suite before ALPN. by David Benjamin · 8 years ago
  59. af3b3d3 Only resolve which cipher list to use once. by David Benjamin · 8 years ago
  60. b917909 Move a few more types out of ssl.h. by David Benjamin · 8 years ago
  61. b6b6ff3 Verifying resumption cipher validity with current configuration. by Steven Valdez · 8 years ago
  62. 60a85cb Implement ChannelID for TLS 1.3. by Nick Harper · 8 years ago
  63. 3ef7697 Don't accept {sha1, ecdsa} and {sha512, ecdsa}. by David Benjamin · 8 years ago
  64. e228bd2 Hide SSL3_STATE. by David Benjamin · 8 years ago
  65. a128a55 Update the TLS 1.3 draft version to draft 16. by David Benjamin · 8 years ago
  66. 3baa6e1 Implement draft 16 HelloRetryRequest and cookie. by David Benjamin · 8 years ago
  67. c4aa727 Updating Key Schedule and KeyUpdate to draft 16. by Steven Valdez · 8 years ago
  68. a4c8ff0 Move TLS 1.2 key exchange fields to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  69. 43612b6 Move peer_supported_group_list to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  70. f04976b Remove the get_peer_groups parameter to tls1_get_grouplist. by David Benjamin · 8 years ago
  71. 9d0b4bc Trim tls1_check_group_id. by David Benjamin · 8 years ago
  72. 938fa7c Inline tls1_check_ec_cert. by David Benjamin · 8 years ago
  73. b74b081 Move next_proto_neg_seen into SSL_HANDSHAKE. by David Benjamin · 8 years ago
  74. f5d2cd0 Move extensions bitmasks into SSL_HANDSHAKE. by David Benjamin · 8 years ago
  75. a048678 Move some fields from tmp to hs. by David Benjamin · 8 years ago
  76. 1a5e8ec Apply GREASE to TLS 1.3 tickets. by David Benjamin · 8 years ago
  77. 803c77a Update crypto negotation to draft 15. by Steven Valdez · 9 years ago
  78. 5b98608 Updating NewSessionTicket message and updating PSK to Draft 15. by Steven Valdez · 9 years ago
  79. 5fd1807 Implement SSL_CTX_set1_curves_list() by Alessandro Ghedini · 8 years ago
  80. d9791bf Apply GREASE to the version extension. by David Benjamin · 8 years ago
  81. 65ac997 Implement draft-davidben-tls-grease-01. by David Benjamin · 9 years ago
  82. c8b6b4f Only predict X25519 in TLS 1.3. by David Benjamin · 9 years ago
  83. 2dc0204 Don't return invalid versions in version_from_wire. by David Benjamin · 9 years ago
  84. c027999 Take the version parameter out of ssl_do_msg_callback. by David Benjamin · 9 years ago
  85. e0ff767 Remove SSL_set_fallback_version. by David Benjamin · 9 years ago
  86. bac75b8 Move peer_psk_identity_hint to SSL_HANDSHAKE. by David Benjamin · 9 years ago
  87. 4fe3c90 Release TLS 1.3 key shares earlier in TLS 1.2. by David Benjamin · 9 years ago
  88. 8aaa9e1 Remove RC4 from TLS for real. by Matthew Braithwaite · 9 years ago
  89. 3d458dc Revert of Determining certificate_auth and key_exchange based on SSL. by David Benjamin · 9 years ago
  90. bd09ecc Determining certificate_auth and key_exchange based on SSL. by Steven Valdez · 9 years ago
  91. 4d0be24 Only allow SSL_set_session before the handshake. by David Benjamin · 9 years ago
  92. 0fc37ef Fix a number of sigalg scope issues. by David Benjamin · 9 years ago
  93. cb96654 Adding ARRAY_SIZE macro for getting the size of constant arrays. by Steven Valdez · 9 years ago
  94. 7aa31d6 Remove ssl->verify_result. by David Benjamin · 9 years ago
  95. 8a8349b Request contexts are now illegal during the handshake. by David Benjamin · 9 years ago
  96. 4aa154e Adding code to send session as PSK Identity. by Steven Valdez · 9 years ago
  97. fddbadc Pass a ClientHello into ssl3_choose_cipher. by David Benjamin · 9 years ago
  98. 1deb41b Move SCSV handling out of cipher list parsing. by David Benjamin · 9 years ago
  99. e14ff06 Only have one ClientHello parser, not three. by David Benjamin · 9 years ago
  100. 4087df9 Move more side-specific code out of tls13_process_certificate. by David Benjamin · 9 years ago