1. 15073af Adding a fuzzer for Sessions by Robert Sloan · 8 years ago
  2. a4ee74d Skipping early data on 0RTT rejection. by Steven Valdez · 8 years ago
  3. 8f820b4 Clean up resumption secret "derivation" step. by David Benjamin · 8 years ago
  4. ce1f62c Make `bssl server` generate a self-signed cert if none is provided. by Martin Kreichgauer · 8 years ago
  5. 509889d Sync with upstream's version of sha256-armv4.pl. by Adam Langley · 8 years ago
  6. f086df9 signed char => int8_t. by David Benjamin · 8 years ago
  7. e4a9dbc Minor formatting fixups. by David Benjamin · 8 years ago
  8. bfe5f08 Rewrite EC_window_bits_for_scalar_size into a function. by David Benjamin · 8 years ago
  9. c6d09e8 Check for BN_lshift failure in BN_sqrt. by David Benjamin · 8 years ago
  10. 1c68eff Fix error code for unreduced x. by David Benjamin · 8 years ago
  11. 14ebb4f Don't compute the Kronecker symbol in ec_GFp_simple_set_compressed_coordinates. by David Benjamin · 8 years ago
  12. bd69175 Test that BN_mod_sqrt detects quadratic non-residues. by David Benjamin · 8 years ago
  13. 55a1ecc Don't allow BN_mod_sqrt(0) to return P in tests. by David Benjamin · 8 years ago
  14. 3d622e5 Add missing bounds check in tls13_derive_resumption_secret. by David Benjamin · 8 years ago
  15. 68f37b7 Run TestOneSidedShutdown at all versions. by David Benjamin · 8 years ago
  16. 0fef305 Add a ForEachVersion function to ssl_test. by David Benjamin · 8 years ago
  17. 9b885c5 Don't allow invalid SCT lists to be set. by Adam Langley · 8 years ago
  18. 6f5f49f Flush TLS 1.3 certificate extensions. by Adam Langley · 8 years ago
  19. cfa08c3 Enforce basic sanity of SCT lists. by Adam Langley · 8 years ago
  20. b5172a7 Make tls1_setup_key_block static. by David Benjamin · 8 years ago
  21. 7da8ea7 Add forward declaration to avoid a compiler warning by Doug Kwan · 8 years ago
  22. fbbef12 Don't put a colon in the extra error message. by Adam Langley · 8 years ago
  23. d7b9002 Define BORINGSSL_SHARED_LIBRARY when building tests with Bazel. by Adam Langley · 8 years ago
  24. 5f04b6b Add ppc64le vector implementation of SHA-1. by Doug Kwan · 8 years ago
  25. 35598ae Remove ext_alpn_init. by David Benjamin · 8 years ago
  26. e7f60a2 Fix alert on tls1_process_alert failure. by David Benjamin · 8 years ago
  27. 12d6baf Make ssl_ext_pre_shared_key_add_clienthello static. by David Benjamin · 8 years ago
  28. 2aaaa16 Depend all_tests on p256-x86_64_test. by David Benjamin · 8 years ago
  29. bbaf367 Add |SSL_set_retain_only_sha256_of_client_certs|. by David Benjamin · 8 years ago
  30. a933c38 Test setting session ID context in early or SNI callback. by David Benjamin · 8 years ago
  31. f01f42a Negotiate ciphers before resumption. by David Benjamin · 8 years ago
  32. 34202b9 Call cert_cb before resolving resumption. by David Benjamin · 8 years ago
  33. 4eb95cc Parse ClientHello extensions before deciding on resumption. by David Benjamin · 8 years ago
  34. 8d3f130 tool: print client's SNI value, if any. by Alessandro Ghedini · 8 years ago
  35. 4008c7a Fix some more negative zeros and add tests for each case. by David Benjamin · 8 years ago
  36. ca0b603 Remove unnecessary BN_is_negative check in p256-x86_64_test. by David Benjamin · 8 years ago
  37. dc16f38 ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity. by David Benjamin · 8 years ago
  38. e1cc35e Tolerate cipher changes on TLS 1.3 resumption as a client. by David Benjamin · 8 years ago
  39. 2b02f4b Loosen TLS 1.3 session/cipher matching in BoGo. by David Benjamin · 8 years ago
  40. d0d532f Select TLS 1.3 cipher before resumption in BoGo. by David Benjamin · 8 years ago
  41. 6929f27 Fix return values for TLS 1.3 state machine code. by David Benjamin · 8 years ago
  42. 71186e8 Move ExpectTicketAge out of AcceptAnySession. by David Benjamin · 8 years ago
  43. 0b8f85e Fix AcceptAnyVersion bug. by David Benjamin · 8 years ago
  44. ba28dfc Add a -repeat-until-failure flag to runner. by David Benjamin · 8 years ago
  45. 53210cb Do not send unsolicited SCTs in TLS 1.3. by David Benjamin · 8 years ago
  46. ea80f9d obfuscated_ticket_age must also be reset when comparing. by David Benjamin · 8 years ago
  47. 75f9914 Align TLS 1.2 and 1.3 server session validity checks. by David Benjamin · 8 years ago
  48. 1e21e99 More flexible detection of arm processors to fix cmake errors on armv6l and armv7l devices by Aurelien Regat-Barrel · 8 years ago
  49. bca451e Remove bssl::Main wrapper in ec_test. by David Benjamin · 8 years ago
  50. e36888d Rename and document ecp_nistz256_mod_inverse. by David Benjamin · 8 years ago
  51. dde19c6 Fix booth_recode_w5 comment. by David Benjamin · 8 years ago
  52. 4a9313a Add low-level p256-x86_64 tests. by David Benjamin · 8 years ago
  53. 28d1dc8 Perform stricter reduction in p256-x86_64-asm.pl. by David Benjamin · 8 years ago
  54. c5665c9 Remove out-of-date BoGo earlyDataContext parsing bits. by David Benjamin · 8 years ago
  55. b8d74f5 Add tests for failing cert_cb. by David Benjamin · 8 years ago
  56. d5ff2f9 Refresh TLS fuzzer corpora. by David Benjamin · 8 years ago
  57. fd06601 Add a script to refresh fuzzer corpora. by David Benjamin · 8 years ago
  58. 9b63f29 Fix run_tests on fuzzer-mode builds. by David Benjamin · 8 years ago
  59. dfb4138 Update suppressions for fuzzer mode. by David Benjamin · 8 years ago
  60. ffb1107 Add a helper function for parsing extensions blocks. by David Benjamin · 8 years ago
  61. 32b47a5 Allow PSK binder mismatches in fuzzer mode. by David Benjamin · 8 years ago
  62. a833c35 Update to TLS 1.3 draft 18. by Steven Valdez · 8 years ago
  63. ced9479 Replace hash_current_message with get_current_message. by David Benjamin · 8 years ago
  64. e8b554d Fix Android bots. by David Benjamin · 8 years ago
  65. 2c51645 Add runner tests which send intermediate certificates. by David Benjamin · 8 years ago
  66. e6f2221 Enforce record-layer version numbers. by David Benjamin · 8 years ago
  67. 49b5038 Speculative fix to Android bots. by David Benjamin · 8 years ago
  68. eab773a Add missing PSK identity comment. by David Benjamin · 8 years ago
  69. 076ade5 Update pinned revisions in util/bot. by David Benjamin · 8 years ago
  70. 78476f6 Move tlsext_ticket_expected to SSL_HANDSHAKE. by David Benjamin · 8 years ago
  71. ba1660b Tidy up finish_message logic. by David Benjamin · 8 years ago
  72. 5eead16 Splitting finish_message to finish_message/queue_message. by Steven Valdez · 8 years ago
  73. 8499621 Check for i2d_name_canon failures in x509_name_canon. by Jinguang Dong · 8 years ago
  74. a380f9d Always assume little-endian in Poly1305 reference code. by Adam Langley · 8 years ago
  75. e4f96d6 Align the non-vector Poly1305 structure. by Adam Langley · 8 years ago
  76. 45c844a aes/asm/aesp8-ppc.pl: improve [backward] portability. by David Benjamin · 8 years ago
  77. 231a475 Test bad records at all cipher suites. by David Benjamin · 8 years ago
  78. 126fa27 Don't leak memory on ASN1_GENERALIZEDTIME_adj() error path by David Benjamin · 8 years ago
  79. 7f2ee35 bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (not affected). by David Benjamin · 8 years ago
  80. 14c7e8d BORINGSSL_UNSAFE_FUZZER_MODE implies BORINGSSL_UNSAFE_DETERMINISTIC_MODE. by David Benjamin · 8 years ago
  81. c5ac2b6 Rename X.509 members in |SSL_SESSION| and |CERT|. by Adam Langley · 8 years ago
  82. a983b4c Set SSL_MODE_NO_AUTO_CHAIN by default. by David Benjamin · 8 years ago
  83. b348897 Correctness fixes for NaCl and other platforms. by Matthew Braithwaite · 8 years ago
  84. da4789e Fix BoGo HelloVerifyRequest version handling. by David Benjamin · 8 years ago
  85. 4e41926 Move key_block into SSL_HANDSHAKE. by David Benjamin · 8 years ago
  86. 54955fe Allow building on MIPS. by Kenneth Geisshirt · 8 years ago
  87. ec978dd Add corpora for fuzzers with fuzzer mode disabled. by David Benjamin · 8 years ago
  88. da863608 Expose SSL_max_seal_overhead. by David Benjamin · 8 years ago
  89. 864c887 Add STACK_OF(CRYPTO_BUFFER). by Adam Langley · 8 years ago
  90. d50f1c8 Address review comments from https://boringssl-review.googlesource.com/#/c/11920/2 by Adam Langley · 8 years ago
  91. 123db57 Measure session->timeout from ticket issuance. by David Benjamin · 8 years ago
  92. e75cc27 Fix ssl3_send_new_session_ticket error-handling. by David Benjamin · 8 years ago
  93. 0a011fc Flush TLS 1.3 NewSessionTicket messages together. by David Benjamin · 8 years ago
  94. 8e816eb Treat sessions as expired on the boundary second. by David Benjamin · 8 years ago
  95. 5b7b09c Remove weird special-cases around times in SSL_SESSION. by David Benjamin · 8 years ago
  96. 0f31ac7 Don't serialize negative times and timeouts. by David Benjamin · 8 years ago
  97. 11a7b3c Trim ssl_create_cipher_list slightly. by David Benjamin · 8 years ago
  98. 3c51d9b Test that session renewals interact with lifetimes correctly. by David Benjamin · 8 years ago
  99. c034e2d Add ED25519_keypair_from_seed. by Ladar Levison · 8 years ago
  100. dda85e8 Remove the last of BIO_print_errors. by David Benjamin · 8 years ago