1. bfdd1a9 Give SSL_SESSION a destructor. by David Benjamin · 7 years ago
  2. 2908dd1 Add bssl::UpRef. by David Benjamin · 7 years ago
  3. a3a71e9 Flip SSL_SESSION fields to bool. by David Benjamin · 7 years ago
  4. e8d2439 Expose ssl_session_serialize to libssl. by Adam Langley · 7 years ago
  5. c61b577 Add some more utility functions to bytestring. by Adam Langley · 7 years ago
  6. 66801fe Support high tag numbers in CBS/CBB. by David Benjamin · 7 years ago
  7. a861460 Make SNI per-connection, not per-session. by David Benjamin · 8 years ago
  8. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  9. 8fc2dc0 Put SCTs and OCSP responses in CRYPTO_BUFFERs. by David Benjamin · 8 years ago
  10. ee910bf Use new STACK_OF helpers. by David Benjamin · 8 years ago
  11. d6a8a5a Remove obsolete TODOs. by David Benjamin · 8 years ago
  12. 31b0c9b Add a bunch of scopers. by David Benjamin · 8 years ago
  13. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  14. 1386aad Switch various things to scopers. by David Benjamin · 8 years ago
  15. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  16. e8703a3 Switch a number of files to C++. by David Benjamin · 8 years ago[Renamed (98%) from ssl/ssl_asn1.c]
  17. 8f36c51 Revise version negotiation logic on the C side. by Steven Valdez · 8 years ago
  18. 11fa703 Remove the last remnants of key_exchange_info. by David Benjamin · 8 years ago
  19. 7e06de5 Really remove DHE ciphersuites from TLS. by Matthew Braithwaite · 8 years ago
  20. ad8f5e1 Don't use long for timestamps. by David Benjamin · 8 years ago
  21. 27a9e6a Adding ALPN to session. by Steven Valdez · 8 years ago
  22. 46db7af Remove |X509| things from SSL_SESSION. by Adam Langley · 8 years ago
  23. 17b3083 Use a separate timeout scheme for TLS 1.3. by David Benjamin · 8 years ago
  24. 08b65f4 Enabling 0-RTT on new Session Tickets. by Steven Valdez · 8 years ago
  25. 17cf2cb Work around language and compiler bug in memcpy, etc. by David Benjamin · 8 years ago
  26. f1050fd Preserve the peer signature algorithm across resumes. by David Benjamin · 8 years ago
  27. 4882a6c Replace key_exchange_info with group_id. by David Benjamin · 8 years ago
  28. d519bf6 Add |SSL_CTX_set0_buffer_pool|. by Adam Langley · 8 years ago
  29. 68e7124 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  30. 364f7a6 Push the difference in chain semantics to the edge. by Adam Langley · 8 years ago
  31. 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
  32. 5a6e616 Add |SSL_CTX_set0_buffer_pool|. by Adam Langley · 8 years ago
  33. e850909 Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well. by Adam Langley · 8 years ago
  34. 30c4c30 Revise some integer sizes. by David Benjamin · 8 years ago
  35. a833c35 Update to TLS 1.3 draft 18. by Steven Valdez · 8 years ago
  36. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 8 years ago
  37. 5b7b09c Remove weird special-cases around times in SSL_SESSION. by David Benjamin · 8 years ago
  38. 0f31ac7 Don't serialize negative times and timeouts. by David Benjamin · 8 years ago
  39. 7bb88bb Fix comment on session version field. by David Benjamin · 8 years ago
  40. 5b98608 Updating NewSessionTicket message and updating PSK to Draft 15. by Steven Valdez · 9 years ago
  41. fdd1099 Moving TLS 1.3 version negotiation into extension. by Steven Valdez · 9 years ago
  42. 5409123 Use C99 for size_t loops. by David Benjamin · 9 years ago
  43. 84b5c00 Serialize unresumable sessions to a placeholder value. by Steven Valdez · 9 years ago
  44. baafa4a Undo rename of tlsext_tick_lifetime_hint. by Martin Kreichgauer · 9 years ago
  45. 1e6f11a Adding NewSessionTicket. by Steven Valdez · 9 years ago
  46. 7583643 Disconnect handshake message creation from init_buf. by David Benjamin · 9 years ago
  47. af07365 Check for overflow when parsing a CBS with d2i_*. by David Benjamin · 9 years ago
  48. 96c2a28 Fix all sign/unsigned warnings with Clang and GCC. by Adam Langley · 10 years ago
  49. 7f393f7 Unexport SSL_SESSION_ASN1_VERSION. by David Benjamin · 9 years ago
  50. 9e4e01e Align the SSL stack on #include style. by David Benjamin · 10 years ago
  51. 14e2b50 const-correct a few SSL_SESSION functions. by David Benjamin · 10 years ago
  52. 26416e9 Remove the last of SESS_CERT. by David Benjamin · 10 years ago
  53. 8be79a3 Slightly refactor SSL_SESSION parsing. by David Benjamin · 10 years ago
  54. 2b23d24 Make key exchange strength available. by Sigbjorn Vik · 10 years ago
  55. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  56. a865320 Add CBB_zero to set a CBB to the zero state. by David Benjamin · 10 years ago
  57. 95d3182 Duplicate SSL_SESSIONs when renewing them. by David Benjamin · 10 years ago
  58. fd67aa8 Add SSL_SESSION_from_bytes. by David Benjamin · 10 years ago
  59. a1c90a5 Further tidy up cipher logic. by David Benjamin · 10 years ago
  60. 338e067 Reject sessions with the wrong structure version. by David Benjamin · 10 years ago
  61. f297e02 Reject unknown fields in d2i_SSL_SESSION. by David Benjamin · 10 years ago
  62. 2755a3e Remove unnecessary NULL checks, part 5. by David Benjamin · 10 years ago
  63. 7eaf401 (d2i_SSL_SESSION): Fix a memory leak that occurs on error. by Matt Braithwaite · 10 years ago
  64. 054e682 Eliminate unnecessary includes from low-level crypto modules. by Brian Smith · 10 years ago
  65. 2ee94aa Rename ssl_locl.h to internal.h by David Benjamin · 10 years ago
  66. ab2479a Clean up error reporting. by Håvard Molland · 10 years ago
  67. f3a8b12 Remove SSL_SESSION::cipher_id. by David Benjamin · 10 years ago
  68. 688d8df Remove psk_identity_hint from SSL_SESSION. by David Benjamin · 10 years ago
  69. 3cac450 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. by David Benjamin · 10 years ago
  70. 773bb55 Fix build (broken by removal of key_arg from SSL_SESSION parsing). by Piotr Sikora · 10 years ago
  71. 7001a7f Don't bother accepting key_arg when parsing SSL_SESSION. by David Benjamin · 10 years ago
  72. 7571292 Extended master secret support. by Adam Langley · 10 years ago
  73. 89abaea Reimplement i2d_SSL_SESSION using CBB. by David Benjamin · 10 years ago
  74. 83fd6b6 Reimplement d2i_SSL_SESSION with CBS. by David Benjamin · 10 years ago
  75. d7a76e7 Remove key_arg and key_arg_length from SSL_SESSION. by David Benjamin · 11 years ago
  76. 6c7aed0 Client-side OCSP stapling support. by David Benjamin · 11 years ago
  77. 9169c96 Implement client side of TLS signed certificate stamps extension. by Håvard Molland · 11 years ago
  78. 82b7da2 Set SSL_SESSION.cipher when parsing. by Adam Langley · 11 years ago
  79. ff175b4 unifdef OPENSSL_NO_PSK. by David Benjamin · 11 years ago
  80. 6dbd73d Remove OPENSSL_NO_TLSEXT compilation option. by David Benjamin · 11 years ago
  81. f77452c fix coverity issue 966597 - error line is not always initialised by Adam Langley · 11 years ago
  82. 1258b6a ChannelID support. by Adam Langley · 11 years ago
  83. 7587253 Optionally, retain only SHA-256 of client cert. by Adam Langley · 11 years ago
  84. 95c29f3 Inital import. by Adam Langley · 11 years ago