1. 9a4876e Remove hmac.h include from ssl.h. by David Benjamin · 8 years ago
  2. f51f273 Temporarily gate new Fuchsia APIs on CHROMIUM_ROLLING_MAGENTA_TO_ZIRCON. by David Benjamin · 8 years ago
  3. 36d5947 Update Fuchsia symbols that have been renamed by Aaron Green · 8 years ago
  4. 5a79ff5 Clarify some comments. by David Benjamin · 8 years ago
  5. 33fc2ba Opaquify SSL_CIPHER. by David Benjamin · 8 years ago
  6. 368cc3b Add support for SSLKEYLOGFILE to server tool. by Peter Wu · 8 years ago
  7. 683ffbb Fix fuzzer mode suppressions. by David Benjamin · 8 years ago
  8. 9c2b36a Refresh fuzzer corpus. by David Benjamin · 8 years ago
  9. a16e86c Don't depend on 16-byte alignment from malloc. by Adam Langley · 8 years ago
  10. c7d4d21 Add experiment without client CCS and fix session ID bug. by Steven Valdez · 8 years ago
  11. aba057a Work around a Java client bug when rotating certificates. by David Benjamin · 8 years ago
  12. 1682126 Add Experiment 2 by Steven Valdez · 8 years ago
  13. 54c259d Clarify RSA_add_pkcs1_prefix must be released with OPENSSL_free. by David Benjamin · 8 years ago
  14. a9c96ba Remove a DHE remnant from runner. by David Benjamin · 8 years ago
  15. 6881ec0 Add a note to PORTING.md about free/OPENSSL_free mixups. by David Benjamin · 8 years ago
  16. 2978d05 Refresh TLS fuzzer corpus. by David Benjamin · 8 years ago
  17. 2ff44b1 Add DTLS fuzzers. by David Benjamin · 8 years ago
  18. a196ea1 Share all of fuzz/{client,server}.cc into fuzzer.h. by David Benjamin · 8 years ago
  19. e51fb0f Fix empty fragment handling in DTLS message reassembly. by David Benjamin · 8 years ago
  20. 769b386 Fix error handling/cleanup by David Benjamin · 8 years ago
  21. b86be36 Guard against DoS in name constraints handling. by Martin Kreichgauer · 8 years ago
  22. 3c995f3 Fix overflow in c2i_ASN1_BIT_STRING. by Martin Kreichgauer · 8 years ago
  23. d0beda0 Properly report SSL_session_reused after a renegotiation. by David Benjamin · 8 years ago
  24. 3d8f080 Honor SSL_SESS_CACHE_CLIENT in TLS 1.3. by David Benjamin · 8 years ago
  25. a861460 Make SNI per-connection, not per-session. by David Benjamin · 8 years ago
  26. c0e15d1 Zero memory in |OPENSSL_free|. by Martin Kreichgauer · 8 years ago
  27. a23b68f ssl/test/runner: Change ecdsa.PublicKey initialization by Martin Kreichgauer · 8 years ago
  28. be90bf7 Clarify ERR_print_errors_* clear the error queue. by David Benjamin · 8 years ago
  29. 28d6979 Print errors better in FileTestGTest. by David Benjamin · 8 years ago
  30. 24e3609 Teach evp_test to verify by round-tripping. by David Benjamin · 8 years ago
  31. 8459d06 Properly size_t EVP_PKEY_CTX_set0_rsa_oaep_label. by David Benjamin · 8 years ago
  32. ce3773f Add a test for OAEP labels and custom digests. by David Benjamin · 8 years ago
  33. 74795b3 More miscellaneous bools. by David Benjamin · 8 years ago
  34. 046bc1f SSL3_STATE ints to bools. by David Benjamin · 8 years ago
  35. 4cbb931 Collapse client Finished states together. by David Benjamin · 8 years ago
  36. fd45ee7 Replace bits in SSL_HANDSHAKE with bool. by David Benjamin · 8 years ago
  37. d816874 Set SSL_in_init to false before new_session_cb. by Steven Valdez · 8 years ago
  38. 1ab133a Fix some style guide samples. by David Benjamin · 8 years ago
  39. 6abaa31 Remove unnecessary parameter. by David Benjamin · 8 years ago
  40. 0a47191 Test empty extensions fields are omitted. by David Benjamin · 8 years ago
  41. 2762b35 Add X509_PUBKEY to bssl::UniquePtr. by David Benjamin · 8 years ago
  42. 3536809 Update style guide for C++. by David Benjamin · 8 years ago
  43. c11ea942 Convert comments in ssl. by David Benjamin · 8 years ago
  44. 66d49b4 Fix SSL_CTX client_CA list locking. by David Benjamin · 8 years ago
  45. c79ae7a Test SSL_add_client_CA. by David Benjamin · 8 years ago
  46. 3969fdf Test invalid certificates. by David Benjamin · 8 years ago
  47. 398085b Simplify states with hs_wait_t returns. by Steven Valdez · 8 years ago
  48. e2ec654 Update to Go 1.9 on the bots. by David Benjamin · 8 years ago
  49. 617b818 Add a test for SSL_R_NO_CIPHERS_AVAILABLE. by David Benjamin · 8 years ago
  50. 4d71a9a Migrate TLS 1.2 and below state machines to the new style. by Steven Valdez · 8 years ago
  51. 8997b2a Better test cert verification happening only once. by David Benjamin · 8 years ago
  52. e3bb51c Remove deprecated cipher property APIs. by David Benjamin · 8 years ago 3202 chromium-3202
  53. f216507 Cut down on some redundant flags. by David Benjamin · 8 years ago
  54. 5c4271f Don't reauthenticate on renegotiation. by David Benjamin · 8 years ago
  55. 5ef40c6 Mark renego-established sessions not resumable. by David Benjamin · 8 years ago
  56. 2c46c10 Fix build when linux-headers are not installed. by Peter Wu · 8 years ago
  57. 302b818 Only enable DTLS post-handshake rexmits if we sent the final Finished. by David Benjamin · 8 years ago
  58. 8fc2dc0 Put SCTs and OCSP responses in CRYPTO_BUFFERs. by David Benjamin · 8 years ago
  59. e784822 Use OPENSSL_hash32 in lh_strhash. by David Benjamin · 8 years ago
  60. 7cc3f4f Use __asm__ instead of asm. by David Benjamin · 8 years ago
  61. 4512b79 Run comment conversion script on include/ by David Benjamin · 8 years ago
  62. 808f832 Run the comment converter on libcrypto. by David Benjamin · 8 years ago
  63. f60bcfb Make SSL_state_string_long work for TLS 1.3. by David Benjamin · 8 years ago
  64. 68a0b1b Remove RFC 5114 groups. by David Benjamin · 8 years ago
  65. e2daba6 Run the comment converter on fuzz/ and tool/ by David Benjamin · 8 years ago
  66. 331d2ce Rename mont_data to order_mont. by David Benjamin · 8 years ago
  67. 65b87ce Remove internal uses of SSLv23_*. by David Benjamin · 8 years ago
  68. 388dfa1 Use getters in tools/ciphers.cc and add -openssl-name flag. by David Benjamin · 8 years ago
  69. 32524c9 Run the comment conversion script on decrepit/ by David Benjamin · 8 years ago
  70. 1a66326 Refactor ssl_test ForEachVersion into a GTest fixture. by Martin Kreichgauer · 8 years ago
  71. e2568c4 Tidy up some Windows compiler assumptions. by David Benjamin · 8 years ago
  72. 6df7667 Add a -renegotiate-freely flag to bssl client. by David Benjamin · 8 years ago
  73. 3e2001c Remove BIO_set_callback and friends. by David Benjamin · 8 years ago
  74. 72912d2 Rotate the default ticket encryption key. by Martin Kreichgauer · 8 years ago
  75. e976887 CQ: bring back Windows builders. by Andrii Shyshkalov · 8 years ago
  76. 5600c58 CQ config: always run win tryjobs, but don't block on them. by Andrii Shyshkalov · 8 years ago
  77. ae9f061 CQ: make win builder optional as temp workaround. by Andrii Shyshkalov · 8 years ago
  78. 34bf605 Add default cert store on Fuchsia by Aaron Green · 8 years ago
  79. 874c738 Revert ADX due to build issues. by David Benjamin · 8 years ago
  80. 02b1d19 Refactor bio_io() by Vlad Tsyrklevich · 8 years ago
  81. 18cdde7 Remove old BORINGSSL_YYYYMM defines. by David Benjamin · 8 years ago
  82. f4ecc84 Prevent both early data and custom extensions from being accepted. by Steven Valdez · 8 years ago
  83. 78f5e75 Enable AVX2 and ADX in p256-x86_64-asm.pl. by David Benjamin · 8 years ago
  84. 488ca0e Enable ADX in x86_64-mont*.pl. by David Benjamin · 8 years ago
  85. e1bfd16 Update yasm to 1.3.0 on the bots. by David Benjamin · 8 years ago
  86. 348f0d8 Add OpenSSL 1.1.0's cipher property functions. by David Benjamin · 8 years ago
  87. bd70845 Add tests for CertificateVerify by Dimitar Vlahovski · 8 years ago
  88. ca9e8f5 Tidy up handshake digest logic. by David Benjamin · 8 years ago
  89. 74115c9 Align the tables in P-256 select w[57] tests. by David Benjamin · 8 years ago
  90. 8c44afd Revert "Enable ADX in x86_64-mont*.pl." by David Benjamin · 8 years ago
  91. 83d1a3d Enable ADX in x86_64-mont*.pl. by David Benjamin · 8 years ago
  92. 4a37de0 Test that Finished checks are enforced in 0-RTT. by David Benjamin · 8 years ago
  93. 70dbf04 Add SSL_CTX_cipher_in_group. by David Benjamin · 8 years ago
  94. 590b677 Use names for the TLS 1.3 variants in bssl client. by David Benjamin · 8 years ago
  95. f6ae9e6 Fix more hard-coded TLS 1.3 variant strings. by David Benjamin · 8 years ago
  96. 016ebe2 OPENSSL_cleanse some buffers. by David Benjamin · 8 years ago
  97. 7934f08 Replace init_msg/init_num with a get_message hook. by David Benjamin · 8 years ago
  98. 8f94c31 Replace reuse_message with an explicit next_message call. by David Benjamin · 8 years ago
  99. ba2d3df Add DTLS_with_buffers_method. by David Benjamin · 8 years ago
  100. e3dee27 Remove the free_buffer parameter to release_current_message. by David Benjamin · 8 years ago