1. d2ba889 Improve -valgrind error-handling. by David Benjamin · 9 years ago
  2. 9aafb64 Don't swallow tool output on failure. by David Benjamin · 9 years ago
  3. 7a4aaa4 Fix TLS 1.3 fuzzer mode in Go. by David Benjamin · 9 years ago
  4. e0ff767 Remove SSL_set_fallback_version. by David Benjamin · 9 years ago
  5. 28d938d Unwind unnecessary Android hacks. by David Benjamin · 9 years ago
  6. e63d9d7 Test interaction of RSA key exchange and ClientHello.version. by David Benjamin · 9 years ago
  7. 7867934 Do not distinguish NULL and empty PSK identity hints. by David Benjamin · 9 years ago
  8. bac75b8 Move peer_psk_identity_hint to SSL_HANDSHAKE. by David Benjamin · 9 years ago
  9. 1ccfb4e Shush a MinGW warning in crypto/x509. by David Benjamin · 9 years ago
  10. 84759bd Use pthreads on MinGW. by David Benjamin · 9 years ago
  11. f12320a Pack an SSL* a little better. by Adam Langley · 9 years ago
  12. 4fe3c90 Release TLS 1.3 key shares earlier in TLS 1.2. by David Benjamin · 9 years ago
  13. 3ba2ae0 Define __STDC_CONSTANT_MACROS in bn_test.cc. by David Benjamin · 9 years ago
  14. 40a6311 Add BN_set_u64. by David Benjamin · 9 years ago
  15. c446ce5 Add EVP_AEAD_CTX_aead. by David Benjamin · 9 years ago
  16. 41b8ff2 Don't pass -Wa,-g on clang. by David Benjamin · 9 years ago
  17. 2c66e07 Don't send the access_denied alert innappropriately. by David Benjamin · 9 years ago
  18. defe2a8 Add a few more scopers. by David Benjamin · 9 years ago
  19. 9a5f49e Remove a few more remnants of RC4/TLS. by David Benjamin · 9 years ago
  20. 8aaa9e1 Remove RC4 from TLS for real. by Matthew Braithwaite · 9 years ago
  21. 6e3f5cc Add SSL_CTX_get_keylog_callback. by David Benjamin · 9 years ago
  22. bb54840 Move android-cmake README to METADATA file. by Adam Langley · 9 years ago
  23. 75e44ae Move gcm_test to C++ by Adam Langley · 9 years ago
  24. 32d961a Implement BIO_eof() for compatibility by Alessandro Ghedini · 9 years ago
  25. a979197 Use C99 for size_t loops in gcm.c. by David Benjamin · 9 years ago
  26. 6855f77 Update API-CONVENTIONS.md for the new scopers. by David Benjamin · 9 years ago
  27. 45bdb2e Remove identical tests. by David Benjamin · 9 years ago
  28. 3b6fb59 Use fewer macros in C ChaCha implementation. by David Benjamin · 9 years ago
  29. 3d458dc Revert of Determining certificate_auth and key_exchange based on SSL. by David Benjamin · 9 years ago
  30. 639846e Add tests for trailing data in handshake messages. by David Benjamin · 9 years ago
  31. cd2c806 Factor per-message test machinery out. by David Benjamin · 9 years ago
  32. 7208822 Build debug symbols for assembly. by David Benjamin · 9 years ago
  33. 5409123 Use C99 for size_t loops. by David Benjamin · 9 years ago
  34. c763a40 Replace CBC_MAC_ROTATE_IN_PLACE with an N lg N rotation. by David Benjamin · 9 years ago
  35. 84b5c00 Serialize unresumable sessions to a placeholder value. by Steven Valdez · 9 years ago
  36. bd09ecc Determining certificate_auth and key_exchange based on SSL. by Steven Valdez · 9 years ago
  37. 1fc7e9c Remove trailing ';' from macros by Alessandro Ghedini · 9 years ago
  38. 4d0be24 Only allow SSL_set_session before the handshake. by David Benjamin · 9 years ago
  39. 8e726ec Remove unused crypto/perlasm/cbc.pl. by David Benjamin · 9 years ago
  40. fc0c9d9 Use a common state to begin the handshake. by David Benjamin · 9 years ago
  41. 5510863 Temporary remove the TLS 1.3 anti-downgrade mechanism. by David Benjamin · 9 years ago
  42. 0e9138d We no longer allow out < in in-place operations by David Benjamin · 9 years ago
  43. 2f401ec Fix IWYU violation in speed.cc. by David Benjamin · 9 years ago
  44. 31168c9 Print out the signature algorithm in bssl client. by David Benjamin · 9 years ago
  45. ed6c5d3 crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'rm'. by Steven Valdez · 9 years ago
  46. 4709203 Make forward-declaring bssl::UniquePtr<T> actually work. by David Benjamin · 9 years ago
  47. 934b57e Fix a few leaks in X509_REQ_to_X509. by Steven Valdez · 9 years ago
  48. c241d79 Add tests around compression methods. by David Benjamin · 9 years ago
  49. abe94e3 Test that SNI warning alerts are ignored. by David Benjamin · 9 years ago
  50. 3e5619d Blacklist STLPort from C++ scopers. by David Benjamin · 9 years ago
  51. f0e935d Fold stack-allocated types into headers. by David Benjamin · 9 years ago
  52. 7072884 Fix bssl client -session-out. by David Benjamin · 9 years ago
  53. 2aae802 Fix a typo in ssl.h. by Martin Kreichgauer · 9 years ago
  54. 0fb46d4 const-correct a variable. by David Benjamin · 9 years ago
  55. d17d74d Replace Scoped* heap types with bssl::UniquePtr. by Matt Braithwaite · 9 years ago
  56. bc61769 Update pinned revisions in util/bot. by David Benjamin · 9 years ago
  57. 57e929f Enable RSA-PSS in TLS 1.2 by default. by David Benjamin · 9 years ago
  58. 449c381 Import NIST ECDSA verification tests. by David Benjamin · 9 years ago
  59. 9962057 Test that the early callback can affect max_version. by David Benjamin · 9 years ago
  60. a6e86bc Import NIST ECDSA signing tests. by David Benjamin · 9 years ago
  61. 163c956 Forbid EMS from changing during renegotation. by David Benjamin · 9 years ago
  62. 147f1c4 Simplify RC4 code and remove assembly. by David Benjamin · 9 years ago
  63. 8c2d53a Import NIST ECDH test vectors. by David Benjamin · 9 years ago
  64. 9b7d836 Be -Wnewline-eof clean. by David Benjamin · 9 years ago
  65. 9c8c418 Remove RC4 ciphersuites from TLS. by Matt Braithwaite · 9 years ago
  66. 8aae8a1 Remove M_i2d_* and M_d2i_*. by David Benjamin · 9 years ago
  67. 1db42fb Clarify CBS/CBB with respect to high tag number form. by David Benjamin · 9 years ago
  68. a6cd185 Set verify_result, even on failure. by Adam Langley · 9 years ago
  69. 008f081 Allow .arch directives with Clang. by Adam Langley · 9 years ago
  70. 81f4335 Don't crash when a session callback returns NULL. by Adam Langley · 9 years ago
  71. 07e7806 runner: use 3DES instead of RC4 where possible. by Matt Braithwaite · 9 years ago
  72. c72e6f9 Fix off by 1 in ASN1_STRING_set() by David Benjamin · 9 years ago
  73. 311c257 Declare SSL_R_BLOCK_CIPHER_PAD_IS_WRONG and SSL_R_NO_CIPHERS_SPECIFIED. by David Benjamin · 9 years ago
  74. 0fc37ef Fix a number of sigalg scope issues. by David Benjamin · 9 years ago
  75. 7bee853 Include |BN_MONT_CTX| construction in RSA verification speed test. by Brian Smith · 9 years ago
  76. 7c04075 Rewrite BN_bn2dec. by David Benjamin · 9 years ago
  77. 4c4ff02 Fix bn_wexpand's documentation. by David Benjamin · 9 years ago
  78. 7c7d831 Trim a few extensions when min_version is TLS 1.3. by David Benjamin · 9 years ago
  79. 5c4e857 Fill in the curve ID for TLS 1.3. by David Benjamin · 9 years ago
  80. 29e5cf7 Remove SSL_SESSION_get_key_exchange_info. by David Benjamin · 9 years ago
  81. cb96654 Adding ARRAY_SIZE macro for getting the size of constant arrays. by Steven Valdez · 9 years ago
  82. 04aa694 Implement BORINGSSL_UNSAFE_FUZZER_MODE for TLS 1.3. by David Benjamin · 9 years ago
  83. 0e95015 RSA-PSS should work in TLS 1.2. by David Benjamin · 9 years ago
  84. 7aa31d6 Remove ssl->verify_result. by David Benjamin · 9 years ago
  85. 93d9743 Deprecate and no-op SSL_set_verify_result. by David Benjamin · 9 years ago
  86. 4666248 Test resuming renewed sessions. by David Benjamin · 9 years ago
  87. 32635b8 Add limit for consecutive KeyUpdate messages. by Steven Valdez · 9 years ago
  88. dd634eb s/nginx/NGINX/ by David Benjamin · 9 years ago
  89. 54ed58e Forbid PKCS1 in TLS 1.3. by Steven Valdez · 9 years ago
  90. 3764683 Have |SSL_get_verify_result| return |X509_V_OK| when no client certificate is given. by Adam Langley · 9 years ago
  91. 867bcba Move ssl_handshake_new, etc., into s3_both.c. by David Benjamin · 9 years ago
  92. ee32bea Fix TLS 1.2 sigalgs fallback logic for ECDSA. by David Benjamin · 9 years ago
  93. 9b01c61 Clarify origin of optimized computation of Montgomery n0. by Brian Smith · 9 years ago
  94. d224d52 Add constants for BN_rand and use them. by David Benjamin · 9 years ago
  95. 8fcc755 Don't add ERR_R_INTERNAL_ERROR to BN_R_NO_INVERSE. by David Benjamin · 9 years ago
  96. 8a8349b Request contexts are now illegal during the handshake. by David Benjamin · 9 years ago
  97. e73c7f4 Flesh out missing TLS 1.3 state machine coverage. by David Benjamin · 9 years ago
  98. e54af06 Configure common config bits in one place. by David Benjamin · 9 years ago
  99. 405da48 Improve TLS 1.3 resumption/version tests. by David Benjamin · 9 years ago
  100. 4aa154e Adding code to send session as PSK Identity. by Steven Valdez · 9 years ago