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