1. d2b5af5 Revert scoped_types.h change. by Adam Langley · 9 years ago
  2. 8c3c313 Remove scoped_types.h. by Adam Langley · 9 years ago
  3. 09feb0f Move C++ helpers into |bssl| namespace. by Adam Langley · 9 years ago
  4. b6a0a51 Simplify version configuration. by David Benjamin · 9 years ago
  5. 10e664b Always set min_version / max_version. by David Benjamin · 9 years ago
  6. f715c42 Make SSL_set_bio's ownership easier to reason about. by David Benjamin · 9 years ago
  7. 5c0fb88 Add tests for SSL_set_fd and friends. by David Benjamin · 9 years ago
  8. 686bb19 Add a unit test for one-sided shutdown. by David Benjamin · 9 years ago
  9. 053931e CECPQ1: change from named curve to ciphersuite. by Matt Braithwaite · 9 years ago
  10. 4f94b1c Adding TLS 1.3 constants. by Steven Valdez · 9 years ago
  11. d8eea14 BIO_new_mem_buf should take const void * by Steven Valdez · 9 years ago
  12. de94238 Fix SSL_get_{read,write}_sequence. by David Benjamin · 9 years ago
  13. fb974e6 Use initializer lists to specify cipher rule tests. by David Benjamin · 9 years ago
  14. 4f6acaf Use more C++11 features. by David Benjamin · 9 years ago
  15. 13414b3 Implement draft-ietf-tls-chacha20-poly1305-04. by David Benjamin · 9 years ago
  16. d6e9eec Remove algo_strength. by David Benjamin · 9 years ago
  17. dcb6ef0 Remove algorithm_ssl. by David Benjamin · 9 years ago
  18. ef14b2d Remove stl_compat.h. by David Benjamin · 9 years ago
  19. 271777f Refactor ChaCha20-Poly1305 AEAD nonce handling. by Brian Smith · 9 years ago
  20. 0a870c2 Correctly free SSL_SESSIONs in ssl_test. by David Benjamin · 9 years ago
  21. 1269ddd Never use the internal session cache for a client. by David Benjamin · 9 years ago
  22. 0f65395 Add tests for the internal session cache behavior. by David Benjamin · 9 years ago
  23. 7a1eefd Deprecate SSL_library_init. by David Benjamin · 9 years ago
  24. 1d128f3 Make SSL_get_client_CA_list slightly more OpenSSL-compatible. by David Benjamin · 10 years ago
  25. af09675 Restore the NULL-SHA ciphersuite. (Alas.) by Matt Braithwaite · 10 years ago
  26. 26416e9 Remove the last of SESS_CERT. by David Benjamin · 10 years ago
  27. 2b23d24 Make key exchange strength available. by Sigbjorn Vik · 10 years ago
  28. 422fe08 Add tests for the padding extension. by David Benjamin · 10 years ago
  29. fd67aa8 Add SSL_SESSION_from_bytes. by David Benjamin · 10 years ago
  30. 85bc560 Add ECDHE-PSK-AES{128,256}-SHA cipher suites. by Adam Langley · 10 years ago
  31. 1feb42a Drop ECDHE-PSK-AES-128-GCM. by Adam Langley · 10 years ago
  32. 338e067 Reject sessions with the wrong structure version. by David Benjamin · 10 years ago
  33. f297e02 Reject unknown fields in d2i_SSL_SESSION. by David Benjamin · 10 years ago
  34. 3fa65f0 Fix some malloc test crashs. by David Benjamin · 10 years ago
  35. 6879373 Revert "Temporarily break a handful of tests." by David Benjamin · 10 years ago
  36. a921d55 Temporarily break a handful of tests. by David Benjamin · 10 years ago
  37. 67be048 Convert ec_test to C++ by David Benjamin · 10 years ago
  38. 83f182c Revert "Temporary introduce a memory leak in ssl_test" by David Benjamin · 10 years ago
  39. 88d0f91 Temporary introduce a memory leak in ssl_test by David Benjamin · 10 years ago
  40. 0344daf Tidy cipher rule processing. by David Benjamin · 10 years ago
  41. 83a8298 Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. by Brian Smith · 10 years ago
  42. 32fbdf2 Remove anonymous cipher suites. by David Benjamin · 10 years ago
  43. e12c437 Fix leak in ssl_test. by David Benjamin · 10 years ago
  44. 1d77e56 Convert ssl_test to C++. by David Benjamin · 10 years ago[Renamed (61%) from ssl/ssl_test.c]
  45. 7061e28 Rename EECDH and EDH to ECDHE and DHE. by David Benjamin · 10 years ago
  46. 2bdb35c Use SSL_get_cipher_by_value in cipher_get_rfc_name tests. by David Benjamin · 10 years ago
  47. 3673be7 Fix standalone build on Win64. by David Benjamin · 10 years ago
  48. 6522625 Add SSL_CIPHER_get_rfc_name. by David Benjamin · 10 years ago
  49. 82c9e90 Merge SSLv23_method and DTLS_ANY_VERSION. by David Benjamin · 10 years ago
  50. 688d8df Remove psk_identity_hint from SSL_SESSION. by David Benjamin · 10 years ago
  51. 3cac450 Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION. by David Benjamin · 10 years ago
  52. 7001a7f Don't bother accepting key_arg when parsing SSL_SESSION. by David Benjamin · 10 years ago
  53. 751e889 Add SSL_SESSION serialization and deserialization tests. by David Benjamin · 10 years ago
  54. 37d9246 Disallow all special operators once groups are used. by David Benjamin · 11 years ago
  55. bb0a17c Add a set of tests for cipher string parsing. by David Benjamin · 11 years ago
  56. e113608 Switch the reason code check to a compile-time assert. by David Benjamin · 11 years ago
  57. c44d2f4 Convert all zero-argument functions to '(void)' by David Benjamin · 11 years ago
  58. 2e52121 Fix magic SSL reason codes. by David Benjamin · 11 years ago