1. 974083f Remove the last of the filename comments. by David Benjamin · 2 years, 3 months ago
  2. b7d6320 Replace OPENSSL_STATIC_ASSERT with static_assert. by David Benjamin · 2 years, 8 months ago
  3. 123eaae Record ClientHelloInner values in msg_callback. by David Benjamin · 3 years, 2 months ago
  4. 5ecfb10 Modernize OPENSSL_COMPILE_ASSERT, part 2. by David Benjamin · 6 years ago
  5. a307cb7 Preliminary support for compressed certificates. by Adam Langley · 7 years ago
  6. a0bc29a Remove remnants of the HRR message. by David Benjamin · 7 years ago
  7. cd8470f Adding support for draft 21 as a TLS 1.3 variant. by Steven Valdez · 7 years ago
  8. 4c7f5fa Remove old TLS 1.3 variants (NoSessionID and RecordType). by Steven Valdez · 7 years ago
  9. e58f8a6 Simplify tls1_change_cipher_spec. by David Benjamin · 8 years ago
  10. 4d71a9a Migrate TLS 1.2 and below state machines to the new style. by Steven Valdez · 8 years ago
  11. 4512b79 Run comment conversion script on include/ by David Benjamin · 8 years ago
  12. 7934f08 Replace init_msg/init_num with a get_message hook. by David Benjamin · 8 years ago
  13. 8f94c31 Replace reuse_message with an explicit next_message call. by David Benjamin · 8 years ago
  14. 3a1dd46 Add async certificate verification callback. by David Benjamin · 8 years ago
  15. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  16. 4414874 Simplify ssl_private_key_* state machine points. by David Benjamin · 8 years ago
  17. 0d1730d Squash together states in the TLS 1.2 server Certificate flight. by David Benjamin · 8 years ago
  18. b5f55c3 Squash together TLS 1.2 states for server Finished block. by David Benjamin · 8 years ago
  19. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  20. 3e0b2ce Prune some dead constants. by David Benjamin · 8 years ago
  21. 77458a4 Avoid transitioning into SSL_ST_OK and back out. by David Benjamin · 8 years ago
  22. dc8c1d9 Remove some dead state constants. by David Benjamin · 8 years ago
  23. 42bfeb3 Remove an unnecessary TLS 1.2 ClientHello state. by David Benjamin · 8 years ago
  24. 16315f7 Remove the rest of write_message. by David Benjamin · 8 years ago
  25. 5edfc8c Emulate the client_cert_cb with cert_cb. by David Benjamin · 8 years ago
  26. 4eb95cc Parse ClientHello extensions before deciding on resumption. by David Benjamin · 8 years ago
  27. 25fe85b Insert a state before cert_cb. by David Benjamin · 9 years ago
  28. 13f1ebe Factor out the client_cert_cb code. by David Benjamin · 9 years ago
  29. 143e8b3 Add TLS 1.3 1-RTT. by Steven Valdez · 9 years ago
  30. 4dbdf94 Push V2ClientHello handling into ssl3_get_message. by David Benjamin · 9 years ago
  31. d94b83b Rename Channel ID's EncryptedExtensions to just ChannelID in C. by David Benjamin · 9 years ago
  32. 352d0a9 Remove a/b parameters to send_change_cipher_spec. by David Benjamin · 9 years ago
  33. 3dcec45 Rename SERVER_DONE to SERVER_HELLO_DONE. by David Benjamin · 9 years ago
  34. bbd43b5 Renaming SSL3_MT_NEWSESSION_TICKET to SSL3_MT_NEW_SESSION_TICKET. by Steven Valdez · 9 years ago
  35. 1eca1d3 Renaming Channel ID Encrypted Extensions. by Steven Valdez · 9 years ago
  36. 1e6d6df Remove state parameters to ssl3_get_message. by David Benjamin · 9 years ago
  37. 03f0005 Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER. by David Benjamin · 9 years ago
  38. 3398dbf Add server-side support for asynchronous RSA decryption. by nagendra modadugu · 10 years ago
  39. d5635d4 Fix ssl3.h / ssl.h circular dependency. by David Benjamin · 9 years ago
  40. 8370bfd Remove unhelpful warning about changing state numbers. by David Benjamin · 9 years ago
  41. 8f1c268 Wait for CertificateStatus message to verify certificate. by Paul Lietar · 10 years ago
  42. 1f9f9c4 Tidy up the ssl3_send_server_key_exchange slightly. by David Benjamin · 10 years ago
  43. 6505567 Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT. by David Benjamin · 10 years ago
  44. b8d28cf Factor out the buffering and low-level record code. by David Benjamin · 10 years ago
  45. aeeff2c Server-side OCSP stapling support. by Paul Lietar · 10 years ago
  46. 45c6c3e Use the record-layer buffer for sniffing V2ClientHellos. by David Benjamin · 10 years ago
  47. b088331 Simplify handshake hash handling. by David Benjamin · 10 years ago
  48. 5375fd5 Switch the handshake buffer from memory BIO to BUF_MEM. by David Benjamin · 10 years ago
  49. c8d5122 Fold dtls1_process_record into dtls1_get_record. by David Benjamin · 10 years ago
  50. 229adfb FALLBACK_SCSV is an RFC now. by David Benjamin · 10 years ago
  51. fc05994 Fold away EC point format negotiation. by David Benjamin · 10 years ago
  52. 601448a Add server-side support for asynchronous signing. by nagendra modadugu · 10 years ago
  53. 0950563 Implement custom extensions. by Adam Langley · 10 years ago
  54. 49c7af1 Convert the Channel ID extension to the new system. by Adam Langley · 10 years ago
  55. f3cdc50 Remove some unused constants. by David Benjamin · 10 years ago
  56. 047d6f0 Remove ssl2.h and ssl23.h. by Håvard Molland · 10 years ago
  57. 614c66a Add infrastructure for better extension handling. by Adam Langley · 10 years ago
  58. b4d65fd Implement asynchronous private key operations for client auth. by David Benjamin · 10 years ago
  59. 24f346d Limit the number of warning alerts silently consumed. by David Benjamin · 10 years ago
  60. a8ebe22 Add tests for empty record limit and make it work in the async case. by David Benjamin · 10 years ago
  61. cd90f3a Remove renegotiation deferral logic. by David Benjamin · 10 years ago
  62. 31a0779 Factor SSL_AEAD_CTX into a dedicated type. by David Benjamin · 10 years ago
  63. e6df054 Add s->s3->initial_handshake_complete. by David Benjamin · 10 years ago
  64. 7cde0de Fold num_renegotiations into total_renegotiations. by David Benjamin · 10 years ago
  65. 4a3f073 Tidy record length check. by David Benjamin · 10 years ago
  66. 9faafda Clean up do_ssl3_write fragment handling. by David Benjamin · 10 years ago
  67. f46cea8 Fix the derivation of SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD. by David Benjamin · 10 years ago
  68. ed7c475 Rename cutthrough to False Start. by David Benjamin · 10 years ago
  69. a54e2e8 Remove server-side HelloVerifyRequest support. by David Benjamin · 10 years ago
  70. ccf74f8 Revise SSL_cutthrough_complete and SSL_in_init. by David Benjamin · 10 years ago
  71. b4a494c Reformat SSL/TLS headers. by Adam Langley · 10 years ago
  72. 66850dd Add dummy variables to keep wpa_supplicant happy. by Adam Langley · 10 years ago
  73. b8a56f1 Remove dead code from EVP_CIPHER codepaths. by David Benjamin · 10 years ago
  74. ea72bd0 Implement all TLS ciphers with stateful AEADs. by David Benjamin · 10 years ago
  75. 4b755cb Implement the V2ClientHello sniff in version-locked methods. by David Benjamin · 10 years ago
  76. e518f65 Update references to RFCs. by David Benjamin · 10 years ago
  77. 8c6fe45 Replace s->first_packet with a s->s3->have_version bit. by David Benjamin · 10 years ago
  78. e319a2f Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. by David Benjamin · 10 years ago
  79. 4cd8c43 Remove support for processing fragmented alerts by Alex Chernyakhovsky · 10 years ago
  80. 688d8df Remove psk_identity_hint from SSL_SESSION. by David Benjamin · 10 years ago
  81. e1b20a0 Remove SSL3_FLAGS_POP_BUFFER. by David Benjamin · 10 years ago
  82. 7571292 Extended master secret support. by Adam Langley · 10 years ago
  83. a19fc25 Move ECC extensions out of SSL_SESSION. by David Benjamin · 10 years ago
  84. c92c2d7 Prune some dead quirks and document the SSL_OP_ALL ones. by David Benjamin · 11 years ago
  85. 6c7aed0 Client-side OCSP stapling support. by David Benjamin · 11 years ago
  86. 457112e unifdef a bunch of OPENSSL_NO_* ifdefs. by David Benjamin · 11 years ago
  87. 854dd65 Refactor server-side CertificateVerify handling. by David Benjamin · 11 years ago
  88. 92909a6 Remove MS SGC support on the the server. by David Benjamin · 11 years ago
  89. bd30f8e Remove support on both sides for *_fixed_(ec)dh client auth. by David Benjamin · 11 years ago
  90. 86271ee Change CCS_OK to EXPECT_CCS. by David Benjamin · 11 years ago
  91. cb5abad Consolidate CCS_OK paths in s3_clnt.c. by David Benjamin · 11 years ago
  92. 84ec49e Consolidate CCS_OK codepaths in s3_srvr.c. by David Benjamin · 11 years ago
  93. b9cc33a Remove SSL_OP_EPHEMERAL_RSA quirk. by David Benjamin · 11 years ago
  94. 045cc55 Don't delay CKX and Finished for False Start. by Adam Langley · 11 years ago
  95. 4c921e1 Move public headers to include/openssl/ by Adam Langley · 11 years ago
  96. 95c29f3 Inital import. by Adam Langley · 11 years ago