1. 4d71a9a Migrate TLS 1.2 and below state machines to the new style. by Steven Valdez · 8 years ago
  2. f60bcfb Make SSL_state_string_long work for TLS 1.3. by David Benjamin · 8 years ago
  3. 8f94c31 Replace reuse_message with an explicit next_message call. 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. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  6. 0238d8f Switch more files to C++. by David Benjamin · 8 years ago[Renamed from ssl/ssl_stat.c]
  7. 4414874 Simplify ssl_private_key_* state machine points. by David Benjamin · 8 years ago
  8. 0d1730d Squash together states in the TLS 1.2 server Certificate flight. by David Benjamin · 8 years ago
  9. b5f55c3 Squash together TLS 1.2 states for server Finished block. by David Benjamin · 8 years ago
  10. 9e766d7 Unexport the handshake's internal state. by David Benjamin · 8 years ago
  11. dc8c1d9 Remove some dead state constants. by David Benjamin · 8 years ago
  12. 16315f7 Remove the rest of write_message. by David Benjamin · 8 years ago
  13. cb0c29f Move state and next_state to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  14. 5edfc8c Emulate the client_cert_cb with cert_cb. by David Benjamin · 8 years ago
  15. 1db9e1b Add the certificate_required alert. by David Benjamin · 8 years ago
  16. 13f1ebe Factor out the client_cert_cb code. by David Benjamin · 9 years ago
  17. 352d0a9 Remove a/b parameters to send_change_cipher_spec. by David Benjamin · 9 years ago
  18. 1e6d6df Remove state parameters to ssl3_get_message. by David Benjamin · 9 years ago
  19. c2ae53d Document alert handling. by David Benjamin · 9 years ago
  20. b86847c Clean up ssl_stat.c slightly. by David Benjamin · 9 years ago
  21. 79a0589 Ditch remaining filename comments from public headers and ssl/ by David Benjamin · 9 years ago
  22. 9e4e01e Align the SSL stack on #include style. by David Benjamin · 10 years ago
  23. b8d28cf Factor out the buffering and low-level record code. by David Benjamin · 10 years ago
  24. 047d6f0 Remove ssl2.h and ssl23.h. by Håvard Molland · 10 years ago
  25. 8ec8810 Remove SSL_in_before and SSL_ST_BEFORE. by David Benjamin · 10 years ago
  26. 2ee94aa Rename ssl_locl.h to internal.h by David Benjamin · 10 years ago
  27. a54e2e8 Remove server-side HelloVerifyRequest support. by David Benjamin · 10 years ago
  28. fcf2583 Reformat the rest of ssl/. by Adam Langley · 10 years ago
  29. e58a71b Trim impossible state combinations. by David Benjamin · 10 years ago
  30. 457112e unifdef a bunch of OPENSSL_NO_* ifdefs. by David Benjamin · 11 years ago
  31. 98e882e Clean up s23_srvr.c. by David Benjamin · 11 years ago
  32. cb5abad Consolidate CCS_OK paths in s3_clnt.c. by David Benjamin · 11 years ago
  33. 84ec49e Consolidate CCS_OK codepaths in s3_srvr.c. by David Benjamin · 11 years ago
  34. b2ce058 Add support for asynchronous session lookup. by Adam Langley · 11 years ago
  35. 95c29f3 Inital import. by Adam Langley · 11 years ago