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