1. e6c58ff go fmt runner.go by Adam Langley · 8 years ago
  2. 7b6acc5 Make generated Bazel match canonical format. by Adam Langley · 8 years ago
  3. 2916430 Test that nullptr has the obvious memory representation. by David Benjamin · 8 years ago
  4. 4d2e1a8 Add a note on architecture requirements. by David Benjamin · 8 years ago
  5. af2b1e8 C++ headers should be more aggressively wrapped in extern "C++". by David Benjamin · 8 years ago
  6. ec78383 Make ranged for loops work with STACK_OF(T). by David Benjamin · 8 years ago
  7. d4e3795 x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. by David Benjamin · 8 years ago
  8. edad306 Detect if the kernel preserves %zmm registers. by David Benjamin · 8 years ago
  9. 0121953 Register stack deleters automatically. by David Benjamin · 8 years ago
  10. 9a89250 Don't use std::is_trivially_destructable. by David Benjamin · 8 years ago
  11. 2507d9e Add a CMake toggle to allow the C++ runtime. by David Benjamin · 8 years ago
  12. 13fafcd Add a warning to |SSL_get_servername|. by Adam Langley · 8 years ago
  13. ccf8057 Use functions that do not depend on the current locale. by Adam Langley · 8 years ago
  14. a6b8689 Document our strict behaviour when clients attempt renegotiation. by Adam Langley · 8 years ago
  15. 10e1060 Send correct fatal alert the renegotation extension fails to match. by Adam Langley · 8 years ago
  16. 22df691 Document the behaviour of non-standard separators in cipher strings. by Adam Langley · 8 years ago
  17. 6d81cf3 Add a tool to check dependencies. by David Benjamin · 8 years ago
  18. 506be38 Add a BORINGSSL_ALLOW_CXX_RUNTIME build flag. by David Benjamin · 8 years ago
  19. 56851c8 Fix bssl sockets on Windows. by Steven Valdez · 8 years ago
  20. e664a53 Return null from SSL_get0_peer_certificates if unauthenticated. by David Benjamin · 8 years ago
  21. 2eee131 span: work around MSVC warning C4996 by Martin Kreichgauer · 8 years ago
  22. d6a8a5a Remove obsolete TODOs. by David Benjamin · 8 years ago
  23. 9ad98f7 Add comment conversion tool. by David Benjamin · 8 years ago
  24. 17c3057 Add bssl::SealRecord and bssl::OpenRecord. by Martin Kreichgauer · 8 years ago
  25. c937699 Avoid a C++ runtime dependency. by David Benjamin · 8 years ago
  26. c642aca Convert SSL_ECDH_CTX to C++. by David Benjamin · 8 years ago
  27. ebb4a37 Define BORINGSSL_NO_CXX if !__cplusplus. by David Benjamin · 8 years ago
  28. 9f9f4ea Fix typo. by David Benjamin · 8 years ago
  29. 6dc8bf6 Convert SSL_TRANSCRIPT to C++. by David Benjamin · 8 years ago
  30. bf1117d Sample server GREASE from the server_random. by David Benjamin · 8 years ago
  31. 31b0c9b Add a bunch of scopers. by David Benjamin · 8 years ago
  32. 8f28886 Give SSL_HANDSHAKE a constructor and destructor. by David Benjamin · 8 years ago
  33. e39ac8f Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games. by David Benjamin · 8 years ago
  34. 1386aad Switch various things to scopers. by David Benjamin · 8 years ago
  35. 59392c3 Update FIPS documentation with pointer to the cert and security policy. by Adam Langley · 8 years ago
  36. cfc11c2 C++-ify SSL_AEAD_CTX. by David Benjamin · 8 years ago
  37. 86e95b8 Move libssl's internals into the bssl namespace. by David Benjamin · 8 years ago
  38. 0e4a448 Add ClientHello no_session_id variant. by Steven Valdez · 8 years ago
  39. 6f2cd5d Build with -fno-exceptions standalone. by David Benjamin · 8 years ago
  40. 7d53638 Use __NR_getrandom rather than SYS_getrandom. by David Benjamin · 8 years ago
  41. 71dfad4 Add new functions for configuring the client CA list. by David Benjamin · 8 years ago
  42. 3a1dd46 Add async certificate verification callback. by David Benjamin · 8 years ago
  43. 7e9e06a Use OPENSSL_UNUSED in OPENSSL_COMPILE_ASSERT. by David Benjamin · 8 years ago
  44. c5304e4 Use -chip_check_exe_only to work around SDE VDSO issues. by David Benjamin · 8 years ago
  45. 818031e Build with -Wimplicit-fallthrough in Clang. by David Benjamin · 8 years ago
  46. 11d11d6 Fix and/or annotate all switch fall-throughs. by Adam Langley · 8 years ago
  47. 09ed119 Test that record-splitting splits records. by David Benjamin · 8 years ago
  48. 1430873 Disable record splitting in fuzzer mode. by Adam Langley · 8 years ago
  49. a3d76d0 Switch OPENSSL_COMPILE_ASSERT to static_assert in C++ code. by David Benjamin · 8 years ago
  50. 9f2bffb Add SSL_AEAD_CTX_seal_scatter. by Martin Kreichgauer · 8 years ago
  51. b853f31 Fix handling of ServerHellos with omitted extensions. by David Benjamin · 8 years ago
  52. c66e397 Enable extra_in with the ChaCha20-Poly1305 AEAD. by Adam Langley · 8 years ago
  53. c386440 Add some timestamps to connect/accept failures. by David Benjamin · 8 years ago
  54. 03fe369 Refresh TLS fuzzer corpora. by David Benjamin · 8 years ago
  55. 2abda63 Fix TLS 1.3 variant fuzzers. by David Benjamin · 8 years ago
  56. 3ba4fb4 Build the fuzzers with -Wno-missing-prototypes. by David Benjamin · 8 years ago
  57. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  58. 6fb16cc Fix linux_fuzz bot. by David Benjamin · 8 years ago
  59. 8a5dcbc Print the socket error when connect fails. by David Benjamin · 8 years ago
  60. 4a8d1f3 Make missing prototypes warning work in clang/C++. by David Benjamin · 8 years ago
  61. c6d4af0 Remove ssl_{c,cc}_sources from generate_build_files.py. by David Benjamin · 8 years ago
  62. d304a2f Switch tls13_client and tls13_server to C++. by David Benjamin · 8 years ago
  63. 81678aa Switch t1_lib, tls_record, and tls13_both to C++. by David Benjamin · 8 years ago
  64. 0238d8f Switch more files to C++. by David Benjamin · 8 years ago
  65. b609c22 Switch ssl_privkey to C++. by David Benjamin · 8 years ago
  66. f526081 Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++. by David Benjamin · 8 years ago
  67. 81a5df4 Switch ssl_ecdh to C++. by David Benjamin · 8 years ago
  68. e64d2c7 Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. by David Benjamin · 8 years ago
  69. d781fc4 Switch handshake_client and handshake_server to C++. by David Benjamin · 8 years ago
  70. e8703a3 Switch a number of files to C++. by David Benjamin · 8 years ago
  71. a93a68d Fix comment for SSL_ERROR_PENDING_CERTIFICATE. by David Benjamin · 8 years ago
  72. 52586f9 Adding TLS 1.3 variant to SSL*. by Steven Valdez · 8 years ago
  73. 812b197 Refresh TLS fuzzer corpus. by David Benjamin · 8 years ago
  74. 1ffb4a4 Route the TLS 1.3 experiment into the fuzzer. by David Benjamin · 8 years ago
  75. a502239 Actually test the TLS 1.3 experimental variant. by David Benjamin · 8 years ago
  76. 038da9b Move the version to an extension in the experimental TLS 1.3 encoding. by Steven Valdez · 8 years ago
  77. 9d4e06e Switch some pointer casts to memcpy. by David Benjamin · 8 years ago
  78. b065177 Reduce the alignment tag on aead_aes_gcm_siv_asm_ctx. by David Benjamin · 8 years ago
  79. 08fea48 Fix fuzzer mode test suppressions. by David Benjamin · 8 years ago
  80. 96ee4a8 Remove non-GTest build generation bits. by David Benjamin · 8 years ago
  81. 0b80f7f Convert example_mul to GTest. by David Benjamin · 8 years ago
  82. 8d43674 Convert the tests in x509v3 to GTest. by David Benjamin · 8 years ago
  83. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  84. a818134 Simplify ChangeCipherSpec code in runner. by David Benjamin · 8 years ago
  85. be483db Revise SSL_CTX_sess_set_new_cb documentation. by David Benjamin · 8 years ago
  86. ee7aa02 Implement basic HTTP tunnel support in bssl client. by David Benjamin · 8 years ago
  87. d9cbb53 Fix SSL_version on 0-RTT. by David Benjamin · 8 years ago
  88. 2ec3b31 Unify RSA errors somewhat. by David Benjamin · 8 years ago
  89. 35dd4c8 Avoid possible memleak in X509_policy_check() by David Benjamin · 8 years ago
  90. 13f1f17 Fix typo in FUZZING.md. by David Benjamin · 8 years ago
  91. d68618b <sup> doesn't work in Markdown, use Unicode instead. by Adam Langley · 8 years ago
  92. fed35d3 Update the FIPS documentation. by Adam Langley · 8 years ago
  93. d2e872f Test that overflowing AEAD ciphertext length is handled. by Adam Langley · 8 years ago
  94. 00019f2 Add text about build logic to the style guide. by David Benjamin · 8 years ago
  95. a1ce856 Test record splitting at all ciphers. by David Benjamin · 8 years ago
  96. bf5f192 Add some addition tests for the cipher parsing code and tidy. by David Benjamin · 8 years ago
  97. 634f475 Test the Channel IDs are not requested without ECDHE. by David Benjamin · 8 years ago
  98. 99a93d4 Remove some unnecessary error codes. by David Benjamin · 8 years ago
  99. c3648fa Add tests for SSL_VERIFY_PEER_IF_NO_OBC and fix TLS 1.3. by David Benjamin · 8 years ago
  100. 364af78 Add some cipher negotiation tests. by David Benjamin · 8 years ago