1. 0586618 Trim unnecessary -lrt and ws2_32 deps in the build. by David Benjamin · 2 years, 2 months ago
  2. 80a243e Remove old Trust Token redeem API. by Steven Valdez · 2 years, 2 months ago
  3. df8a55b Const-correct sk_FOO_deep_copy's copy callback. by David Benjamin · 2 years, 2 months ago
  4. 1a46f8f Switch microsecond and iteration counts in bssl speed to uint64_t. by David Benjamin · 2 years, 4 months ago
  5. 1e7cb68 Replace malloc/memcpy pairs with memdup. by David Benjamin · 2 years, 4 months ago
  6. 7ac94aa More -Wshorten-64-to-32 fixes. by David Benjamin · 2 years, 5 months ago
  7. 48f7947 Fix build for older CMake versions. by Daniel Thornburgh · 2 years, 11 months ago
  8. f299342 [build] Fix build with HEAD clang. by Daniel Thornburgh · 2 years, 11 months ago
  9. 2fc6d38 Add CMake install rules. by Daniel Thornburgh · 3 years ago
  10. 08970b3 Include the EKU extension in bssl server's self-signed certs. by David Benjamin · 3 years, 1 month ago
  11. 345c86b Switch CRYPTO_BUFFER_POOL to SipHash-2-4. by David Benjamin · 3 years, 2 months ago
  12. 4f1fae3 Fix the easy -Wformat-signedness errors. by David Benjamin · 3 years, 3 months ago
  13. f958727 Speed up constant-time base64 decoding. by David Benjamin · 3 years, 6 months ago
  14. 41adb34 Ignore SIGPIPE in the bssl tool. by David Benjamin · 3 years, 6 months ago
  15. 417010f Benchmark RSA private key parsing. by David Benjamin · 3 years, 9 months ago
  16. 0768d42 generate_ech.cc: include needed headers by Adam Langley · 3 years, 8 months ago
  17. 7a817f4 Add 'generate-ech' command to bssl tool by Dan McArdle · 3 years, 8 months ago
  18. 17be387 Check strtoul return for overflow error in GetUnsigned() by Dan McArdle · 3 years, 8 months ago
  19. 7153013 hrss: use less stack space. by Adam Langley · 3 years, 9 months ago
  20. ecc301c Add a pointer alignment helper function. by David Benjamin · 3 years, 9 months ago
  21. e9c5d72 Add an option to permute ClientHello extension order. by David Benjamin · 3 years, 9 months ago
  22. 83a4993 Add most of an ECH client implementation. by David Benjamin · 3 years, 10 months ago
  23. c890ae5 Make ECH server APIs take EVP_HPKE_KEY. by David Benjamin · 3 years, 10 months ago
  24. c3b373b Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. by David Benjamin · 3 years, 10 months ago
  25. 3a036c7 Add SSL_ech_accepted API and ech_is_required alerts. by David Benjamin · 3 years, 10 months ago
  26. ef1d779 Don't try to write empty early data in the tool. by David Benjamin · 3 years, 10 months ago
  27. 00e434d Add ECH server (draft-ietf-tls-esni-09). by Daniel McArdle · 4 years, 1 month ago
  28. ab5edbe Benchmark BORINGSSL_self_test in FIPS mode. by David Benjamin · 4 years, 2 months ago
  29. e133345 Add basic BLAKE2b-256 support. by Adam Langley · 4 years, 2 months ago
  30. 571c3e7 Use gai_strerrorA on Windows. by David Benjamin · 4 years, 2 months ago
  31. f2b2ef8 Update TrustTokenV2 to use VOPRFs and assemble RR. by Steven Valdez · 4 years, 6 months ago
  32. 8f88b27 Link to ws2_32 more consistently. by David Benjamin · 4 years, 8 months ago
  33. d0637e9 Remove TRUST_TOKEN_experiment_v0. by Steven Valdez · 4 years, 10 months ago
  34. c179854 Fixes warning when redefining PATH_MAX when building with MINGW. by Jesko Jochum · 4 years, 9 months ago
  35. 8afdbf0 Abstract fd operations better in tool. by David Benjamin · 4 years, 9 months ago
  36. aa764c4 Introduce TRUST_TOKENS_experiment_v1. by David Benjamin · 4 years, 11 months ago
  37. 239634d Introduce a TRUST_TOKEN_METHOD hook to select TRUST_TOKEN variations. by David Benjamin · 4 years, 11 months ago
  38. 17078f2 Fix the types used in token counts. by David Benjamin · 4 years, 11 months ago
  39. eeb5bb35 Switch the P-384 hash-to-curve to draft-07. by David Benjamin · 4 years, 11 months ago
  40. 6a71840 Add hash-to-curve code for P384. by Steven Valdez · 5 years ago
  41. 21712d5 Benchmark ECDH slightly more accurately. by David Benjamin · 5 years ago
  42. 188b65a Add bssl speed support for hashtocurve and trusttoken. by Steven Valdez · 5 years ago
  43. 3c11bf5 Add SHA-512-256. by Adam Langley · 5 years ago
  44. 1766935 Remove SSL_CTX_set_ed25519_enabled. by David Benjamin · 5 years ago
  45. bf17f4f Add a -sigalgs option to bssl client. by David Benjamin · 5 years ago
  46. 3e96cd4 Add bssl client option to load a hashed directory of cacerts. by Pete Bentley · 5 years ago
  47. 43890db Fix build warning if _SCL_SECURE_NO_WARNINGS is defined globally by David Benjamin · 5 years ago
  48. 7f02881 Drop CECPQ2b code. by Adam Langley · 5 years ago fips-android-20191020
  49. f10ea55 tool: add -json flag to |speed| by Zola Bridges · 5 years ago
  50. 25e36da Add benchmarks for AES block operations. by David Benjamin · 6 years ago
  51. bd2a8d6 Add a function to convert SSL_ERROR_* values to strings. by David Benjamin · 6 years ago
  52. 3c8ae0f Implements SIKE/p434 by Kris Kwiatkowski · 6 years ago
  53. 7922e5a Add support for SIKE/p503 post-quantum KEM by Kris Kwiatkowski · 6 years ago
  54. c12b7cd tool: fix speed tests. by Adam Langley · 6 years ago
  55. 5501a26 Add 16384 to the default bssl speed sizes. by David Benjamin · 6 years ago
  56. 6443173 Add an option to configure bssl speed chunk size. by David Benjamin · 6 years ago
  57. b84674b Delete the variants/draft code. by Steven Valdez · 7 years ago
  58. 9700b44 HRSS: omit reconstruction of ciphertext. by Adam Langley · 6 years ago
  59. 7b93593 Add initial HRSS support. by Adam Langley · 6 years ago
  60. 6965d25 Work around a JDK 11 TLS 1.3 bug. by David Benjamin · 6 years ago
  61. 8c7c635 Support symbol prefixes by Joshua Liebow-Feeser · 7 years ago
  62. 6855e0a Switch the default TLS 1.3 variant to tls13_rfc. by David Benjamin · 7 years ago
  63. d451453 Implement final TLS 1.3 RFC!!! by Steven Valdez · 7 years ago
  64. e6fd125 Align on a single CMake style. by David Benjamin · 7 years ago
  65. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 7 years ago
  66. 7bf0bcc Add missing <condition_variable> include. by David Benjamin · 7 years ago
  67. c93724b Benchmark TLS AES-CBC ciphers in both directions. by David Benjamin · 7 years ago
  68. 56c4ed9 Allow enabling all TLS 1.3 variants by setting |tls13_default|. by Steven Valdez · 7 years ago
  69. 65359f0 Don't keep trying to read from stdin after EOF. by David Benjamin · 7 years ago
  70. 1d33955 Fix clang-cl build. by David Benjamin · 7 years ago
  71. 26aa7c8 Handle blocked writes in bssl client/server. by David Benjamin · 7 years ago
  72. 3d9705d Fix bssl handling of buffered read data. by David Benjamin · 7 years ago
  73. 28385db Fix bssl select loop on Windows. by David Benjamin · 7 years ago
  74. 3c37d0a Reland "Fix bssl client/server's error-handling." by David Benjamin · 7 years ago
  75. 0cdbc87 Revert "Fix bssl client/server's error-handling." by Steven Valdez · 7 years ago
  76. e7ca8a5 Fix bssl client/server's error-handling. by David Benjamin · 7 years ago
  77. 1414d86 tool: Move the RSA specific code from |Speed| to |SpeedRSA|. by Daniel Hirche · 7 years ago
  78. de20810 Fix return value in speed tool. by Daniel Hirche · 7 years ago
  79. f11ea19 Actually benchmark RSA verification with a fresh key. by David Benjamin · 7 years ago
  80. 861f384 Implement TLS 1.3 draft28. by Steven Valdez · 7 years ago
  81. 88b1a37 Include EC_POINT_oct2point in ECDH benchmarks. by David Benjamin · 7 years ago
  82. a0f1c8e Add RSA key generation to speed.cc by Adam Langley · 7 years ago
  83. f16cd42 Add AES_128_CCM AEAD. by Steven Valdez · 7 years ago
  84. 7e5dd25 Remove draft22 and experiment2. by Steven Valdez · 7 years ago
  85. 11a5726 tool: update selection of draft22 TLS 1.3 variant by Alessandro Ghedini · 7 years ago
  86. 64cc121 Remove deprecated TLS 1.3 variants. by Steven Valdez · 7 years ago
  87. 1530ef3 Add early data input from file. by Steven Valdez · 7 years ago
  88. 8c9cead Add switch to enable draft 22. by Steven Valdez · 7 years ago
  89. 4ddbc7b Fix early data printout in bssl client. by David Benjamin · 7 years ago
  90. 964b237 Implement PR 1091 (TLS 1.3 draft '22'). by Steven Valdez · 7 years ago
  91. 3bcbb37 Fix -early-data documentation. by David Benjamin · 7 years ago
  92. 5b90eb9 Add a -require-any-client-cert flag to bssl server by David Benjamin · 7 years ago
  93. 6cc352e Add helper functions for SSL_SIGN_*. by David Benjamin · 7 years ago
  94. cd8470f Adding support for draft 21 as a TLS 1.3 variant. by Steven Valdez · 7 years ago
  95. 02afbd3 Build with clang-cl standalone. by David Benjamin · 7 years ago
  96. 4c7f5fa Remove old TLS 1.3 variants (NoSessionID and RecordType). by Steven Valdez · 7 years ago
  97. 40b24c8 Add "-www" option to server tool. by Peter Wu · 8 years ago
  98. 5663b63 Write connection info to a BIO instead of stderr. by Peter Wu · 8 years ago
  99. 368cc3b Add support for SSLKEYLOGFILE to server tool. by Peter Wu · 8 years ago
  100. c7d4d21 Add experiment without client CCS and fix session ID bug. by Steven Valdez · 8 years ago