1. 4732c54 Add ECDH_compute_key_fips inside the module. by Adam Langley · 6 years ago
  2. c4f3b8a Add a compile time verification ciphers are sorted for bsearch() by Michał Janiszewski · 6 years ago
  3. 23e9aec Support Wycheproof vectors with the curve given in the group. by Adam Langley · 6 years ago
  4. f3bfab0 Comment change in codereview.settings by Ryan Tseng · 6 years ago
  5. ed09f2d Move the MSan sanity check to a source file. by David Benjamin · 6 years ago
  6. 9af1edb Don't build test/malloc.cc with TSAN. by Daniel Hirche · 6 years ago
  7. 22ac2d9 Fail the build if MSan is built with assembly. by David Benjamin · 6 years ago
  8. fc04cb2 Add some TSan coverage of CRYPTO_BUFFER. by David Benjamin · 6 years ago
  9. 6c04bd1 Add some basic SSL_CTX threading tests. by David Benjamin · 6 years ago
  10. c5f680e Add a thread test for RSA. by David Benjamin · 6 years ago
  11. 5852cfc Add a basic TSan test for ref-counts. by David Benjamin · 6 years ago
  12. 20b6a4e Clear r->neg in bn_mod_{add,sub}_consttime. by David Benjamin · 6 years ago
  13. d154c7c shim: call SSL_CTX_set_tlsext_ticket_keys() only once. by Matthew Braithwaite · 6 years ago
  14. 6d597a3 shim: rewrite MoveTestState() to use a serialized representation. by Matthew Braithwaite · 6 years ago
  15. 0cbb1af Don't mint TLS 1.3 tickets if SSL_OP_NO_TICKETS is set. by David Benjamin · 6 years ago
  16. 5869eb3 Test cert_cb and certificate verify ordering. by David Benjamin · 6 years ago
  17. c59b9aa Remove more remnants of SSLv3. by David Benjamin · 6 years ago
  18. 8d1203d Fix some malloc error handling. by David Benjamin · 6 years ago
  19. 861abcc Switch a bunch of ints to bools. by David Benjamin · 6 years ago
  20. 3218c1d Add support for building ppc64le with bazel by William D. Irons · 6 years ago
  21. 35b4a12 Namespace CertCompressionAlg and use more scopers. by David Benjamin · 6 years ago
  22. 89b9ecf Add more scopers. by David Benjamin · 6 years ago
  23. bc118ee6 Add SSL_get0_peer_verify_algorithms. by David Benjamin · 6 years ago
  24. 0a3e07a Remove custom extensions support. by David Benjamin · 6 years ago
  25. 42ea84b Update Wycheproof test vectors. by David Benjamin · 6 years ago
  26. ce77762 shim: extract a |DoSplitHandshake| helper function. by Matthew Braithwaite · 6 years ago
  27. 79f1a49 Update delocate to handle new compiler output. by Adam Langley · 6 years ago
  28. a4e9f8d Simplify SSLTranscript. by David Benjamin · 6 years ago
  29. e0afc85 Send an alert if we fail to pick a signature algorithm. by Adam Langley · 6 years ago
  30. 428fb3a Make |BORINGSSL_MAKE_UP_REF| a no-op when C++ is disabled. by Adam Langley · 6 years ago
  31. c312fd0 Remove MoveTestConfig(). by Matthew Braithwaite · 6 years ago
  32. 82639e6 Use a pool of |rand_state| objects. by Adam Langley · 6 years ago
  33. 4685376 Remove other unnecessary tlsext_ prefixes. by David Benjamin · 6 years ago
  34. 7bb0fbf C++ the ticket keys a bit. by David Benjamin · 6 years ago
  35. 0ce090a A bunch more scopers. by David Benjamin · 6 years ago
  36. 50596f8 Switch some easy SSL fields to UniquePtr. by David Benjamin · 6 years ago
  37. c1389f2 Give SSL and SSL_CTX dummy constructor and destructor. by David Benjamin · 6 years ago
  38. 4979803 Unsplit SSL and SSL_CTX. by David Benjamin · 6 years ago
  39. e7b2b13 Add link to CMake bugfix. by David Benjamin · 6 years ago
  40. c7db323 Add “bssl::” prefix to |UpRef| and |PushToStack| in fuzzer code. by Adam Langley · 6 years ago
  41. 8596795 Drop C++ from certificate compression API. by Adam Langley · 6 years ago
  42. d2f87a7 shim: move handshake helper functions into their own file. by Matthew Braithwaite · 6 years ago
  43. f2bc5f4 shim: move |TestState| and |TestConfig| to their own files. by Matthew Braithwaite · 6 years ago
  44. bfdd1a9 Give SSL_SESSION a destructor. by David Benjamin · 6 years ago
  45. 58150ed Add lh_FOO_retrieve_key to avoid stack-allocating SSL_SESSION. by David Benjamin · 6 years ago
  46. 63c7912 Remove the redundant version check in ssl_session_cmp. by David Benjamin · 6 years ago
  47. 53d2c7a Remove fail_second_ddos_callback. by David Benjamin · 6 years ago
  48. 2908dd1 Add bssl::UpRef. by David Benjamin · 6 years ago
  49. 2e74fda Don't redefine alignas in C++. by David Benjamin · 6 years ago
  50. aaef833 Use more accessors in ssl_test.cc by David Benjamin · 6 years ago
  51. 0363de9 Namespace SSL_X509_METHOD. by David Benjamin · 6 years ago
  52. a3a71e9 Flip SSL_SESSION fields to bool. by David Benjamin · 6 years ago
  53. 997ff09 shim: move |SettingsWriter| into its own file. by Matthew Braithwaite · 6 years ago
  54. 791f282 Fix VS build when assembler is enabled by Guillaume Egles · 6 years ago
  55. 26f8297 Switch to 64-bit tools on Windows. by David Benjamin · 6 years ago
  56. 0cc51a7 Remove reference to SSL3 in PORTING.md. by David Benjamin · 6 years ago
  57. 9c3b120 [fuchsia] Update to zx_cprng_draw by Adam Barth · 6 years ago
  58. a037318 Update QUIC transport parameters extension codepoint by Alessandro Ghedini · 6 years ago
  59. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 6 years ago
  60. fec83fc Order draft-28 over draft-23. by David Benjamin · 6 years ago
  61. 3815720 Add a bunch of compatibility functions for PKCS#7. by David Benjamin · 6 years ago
  62. eaf0a17 Add a copy of NASM to util/bot/ in BoringSSL. by David Benjamin · 6 years ago
  63. 79c97bf Allow empty return values from PKCS7_get_*. by David Benjamin · 6 years ago
  64. 8803c05 Properly advance the CBS when parsing BER structures. by David Benjamin · 6 years ago
  65. b4810de Make X509 time validation stricter. by Jesse Selover · 6 years ago
  66. 03de681 Write error messages in the FIPS module to stderr. by Adam Langley · 6 years ago
  67. bcfb499 Add special AES-GCM AEAD for TLS 1.3. by Adam Langley · 6 years ago
  68. 954eefa Actually add AES-192-OFB. by David Benjamin · 6 years ago
  69. 0080d83 Implement the client side of certificate compression. by Adam Langley · 6 years ago
  70. f6e5d0d Add AES-192-OFB. by David Benjamin · 6 years ago
  71. 7139f75 Fix some timing leaks in the DSA code. by David Benjamin · 6 years ago
  72. 9f9c938 Revert "Reland "Revert "Add other Windows configurations to the CQ.""" by David Benjamin · 6 years ago
  73. 23aa4d2 Update tools. by David Benjamin · 6 years ago
  74. dd93520 Zero-initialize tmp in ec_GFp_simple_mul_single. by David Benjamin · 6 years ago
  75. 6ff2ba8 [fuchsia] Update to zx_cprng_draw_new by Adam Barth · 6 years ago
  76. 43eb0af Reland "Revert "Add other Windows configurations to the CQ."" by David Benjamin · 6 years ago
  77. 23e92d5 Revert "Revert "Add other Windows configurations to the CQ."" by David Benjamin · 6 years ago
  78. 4665da6 Add OFB ciphers to EVP_get_cipherbyname. by David Benjamin · 6 years ago
  79. 3b2ff02 Add SSL_SESSION_get0_id_context. by David Benjamin · 6 years ago
  80. b570fd9 Link advapi32.lib when linking crypto. by Loo Rong Jie · 6 years ago
  81. 070151c Update ECDH and EVP tests to accept latest Wycheproof vectors. by Adam Langley · 6 years ago
  82. 1c68fa2 Hide SSL_SESSION. by David Benjamin · 6 years ago
  83. 3e2b3ee Hand back in-progress handshakes after a session resumption. by Matthew Braithwaite · 6 years ago
  84. 5267ef7 Reject unexpected application data in bidirectional shutdown. by David Benjamin · 6 years ago
  85. a307cb7 Preliminary support for compressed certificates. by Adam Langley · 6 years ago
  86. c1e4f33 Use std::thread in thread_test.cc. by David Benjamin · 6 years ago
  87. 1627871 Include bn/internal.h for RSAZ code. by Adam Langley · 6 years ago
  88. 7bf0bcc Add missing <condition_variable> include. by David Benjamin · 6 years ago
  89. caf8ddd Add SSL_SESSION_set1_id. by David Benjamin · 6 years ago
  90. 81a6f6d Add a tool to check for filename collisions. by David Benjamin · 6 years ago
  91. fe7a174 Fix typo. by David Benjamin · 6 years ago
  92. a827d18 Match OpenSSL's EVP_MD_CTX_reset return value. by David Benjamin · 6 years ago
  93. 9229b4f Fix typo in build flags. by David Benjamin · 6 years ago
  94. 700631b Pack encrypted handshake messages together. by David Benjamin · 6 years ago
  95. 81d4a03 Update tools. by David Benjamin · 6 years ago
  96. f86693d Document the correct nonce length for AES-GCM. by David Benjamin · 6 years ago
  97. 5601bda Rename crypto/rsa_extra/print.c. by David Benjamin · 6 years ago
  98. 990a323 Add --embed_test_data=false option to generate_build_files.py by Adam Langley · 6 years ago
  99. 239c05a Allow convert_wycheproof.go to be used one file at a time. by Adam Langley · 6 years ago
  100. 576b637 Move convert_wycheproof.go to util/ by Adam Langley · 6 years ago