1. f2b2ef8 Update TrustTokenV2 to use VOPRFs and assemble RR. by Steven Valdez · 4 years, 6 months ago
  2. 8f88b27 Link to ws2_32 more consistently. by David Benjamin · 4 years, 9 months ago
  3. d0637e9 Remove TRUST_TOKEN_experiment_v0. by Steven Valdez · 4 years, 10 months ago
  4. c179854 Fixes warning when redefining PATH_MAX when building with MINGW. by Jesko Jochum · 4 years, 9 months ago
  5. 8afdbf0 Abstract fd operations better in tool. by David Benjamin · 4 years, 9 months ago
  6. aa764c4 Introduce TRUST_TOKENS_experiment_v1. by David Benjamin · 5 years ago
  7. 239634d Introduce a TRUST_TOKEN_METHOD hook to select TRUST_TOKEN variations. by David Benjamin · 5 years ago
  8. 17078f2 Fix the types used in token counts. by David Benjamin · 5 years ago
  9. eeb5bb35 Switch the P-384 hash-to-curve to draft-07. by David Benjamin · 5 years ago
  10. 6a71840 Add hash-to-curve code for P384. by Steven Valdez · 5 years ago
  11. 21712d5 Benchmark ECDH slightly more accurately. by David Benjamin · 5 years ago
  12. 188b65a Add bssl speed support for hashtocurve and trusttoken. by Steven Valdez · 5 years ago
  13. 3c11bf5 Add SHA-512-256. by Adam Langley · 5 years ago
  14. 1766935 Remove SSL_CTX_set_ed25519_enabled. by David Benjamin · 5 years ago
  15. bf17f4f Add a -sigalgs option to bssl client. by David Benjamin · 5 years ago
  16. 3e96cd4 Add bssl client option to load a hashed directory of cacerts. by Pete Bentley · 5 years ago
  17. 43890db Fix build warning if _SCL_SECURE_NO_WARNINGS is defined globally by David Benjamin · 5 years ago
  18. 7f02881 Drop CECPQ2b code. by Adam Langley · 5 years ago fips-android-20191020
  19. f10ea55 tool: add -json flag to |speed| by Zola Bridges · 5 years ago
  20. 25e36da Add benchmarks for AES block operations. by David Benjamin · 6 years ago
  21. bd2a8d6 Add a function to convert SSL_ERROR_* values to strings. by David Benjamin · 6 years ago
  22. 3c8ae0f Implements SIKE/p434 by Kris Kwiatkowski · 6 years ago
  23. 7922e5a Add support for SIKE/p503 post-quantum KEM by Kris Kwiatkowski · 6 years ago
  24. c12b7cd tool: fix speed tests. by Adam Langley · 6 years ago
  25. 5501a26 Add 16384 to the default bssl speed sizes. by David Benjamin · 6 years ago
  26. 6443173 Add an option to configure bssl speed chunk size. by David Benjamin · 6 years ago
  27. b84674b Delete the variants/draft code. by Steven Valdez · 7 years ago
  28. 9700b44 HRSS: omit reconstruction of ciphertext. by Adam Langley · 6 years ago
  29. 7b93593 Add initial HRSS support. by Adam Langley · 6 years ago
  30. 6965d25 Work around a JDK 11 TLS 1.3 bug. by David Benjamin · 6 years ago
  31. 8c7c635 Support symbol prefixes by Joshua Liebow-Feeser · 7 years ago
  32. 6855e0a Switch the default TLS 1.3 variant to tls13_rfc. by David Benjamin · 7 years ago
  33. d451453 Implement final TLS 1.3 RFC!!! by Steven Valdez · 7 years ago
  34. e6fd125 Align on a single CMake style. by David Benjamin · 7 years ago
  35. 9bb15f5 Remove SSL 3.0 implementation. by David Benjamin · 7 years ago
  36. 7bf0bcc Add missing <condition_variable> include. by David Benjamin · 7 years ago
  37. c93724b Benchmark TLS AES-CBC ciphers in both directions. by David Benjamin · 7 years ago
  38. 56c4ed9 Allow enabling all TLS 1.3 variants by setting |tls13_default|. by Steven Valdez · 7 years ago
  39. 65359f0 Don't keep trying to read from stdin after EOF. by David Benjamin · 7 years ago
  40. 1d33955 Fix clang-cl build. by David Benjamin · 7 years ago
  41. 26aa7c8 Handle blocked writes in bssl client/server. by David Benjamin · 7 years ago
  42. 3d9705d Fix bssl handling of buffered read data. by David Benjamin · 7 years ago
  43. 28385db Fix bssl select loop on Windows. by David Benjamin · 7 years ago
  44. 3c37d0a Reland "Fix bssl client/server's error-handling." by David Benjamin · 7 years ago
  45. 0cdbc87 Revert "Fix bssl client/server's error-handling." by Steven Valdez · 7 years ago
  46. e7ca8a5 Fix bssl client/server's error-handling. by David Benjamin · 7 years ago
  47. 1414d86 tool: Move the RSA specific code from |Speed| to |SpeedRSA|. by Daniel Hirche · 7 years ago
  48. de20810 Fix return value in speed tool. by Daniel Hirche · 7 years ago
  49. f11ea19 Actually benchmark RSA verification with a fresh key. by David Benjamin · 7 years ago
  50. 861f384 Implement TLS 1.3 draft28. by Steven Valdez · 7 years ago
  51. 88b1a37 Include EC_POINT_oct2point in ECDH benchmarks. by David Benjamin · 7 years ago
  52. a0f1c8e Add RSA key generation to speed.cc by Adam Langley · 7 years ago
  53. f16cd42 Add AES_128_CCM AEAD. by Steven Valdez · 7 years ago
  54. 7e5dd25 Remove draft22 and experiment2. by Steven Valdez · 7 years ago
  55. 11a5726 tool: update selection of draft22 TLS 1.3 variant by Alessandro Ghedini · 7 years ago
  56. 64cc121 Remove deprecated TLS 1.3 variants. by Steven Valdez · 7 years ago
  57. 1530ef3 Add early data input from file. by Steven Valdez · 7 years ago
  58. 8c9cead Add switch to enable draft 22. by Steven Valdez · 7 years ago
  59. 4ddbc7b Fix early data printout in bssl client. by David Benjamin · 7 years ago
  60. 964b237 Implement PR 1091 (TLS 1.3 draft '22'). by Steven Valdez · 7 years ago
  61. 3bcbb37 Fix -early-data documentation. by David Benjamin · 7 years ago
  62. 5b90eb9 Add a -require-any-client-cert flag to bssl server by David Benjamin · 7 years ago
  63. 6cc352e Add helper functions for SSL_SIGN_*. by David Benjamin · 7 years ago
  64. cd8470f Adding support for draft 21 as a TLS 1.3 variant. by Steven Valdez · 7 years ago
  65. 02afbd3 Build with clang-cl standalone. by David Benjamin · 7 years ago
  66. 4c7f5fa Remove old TLS 1.3 variants (NoSessionID and RecordType). by Steven Valdez · 7 years ago
  67. 40b24c8 Add "-www" option to server tool. by Peter Wu · 8 years ago
  68. 5663b63 Write connection info to a BIO instead of stderr. by Peter Wu · 8 years ago
  69. 368cc3b Add support for SSLKEYLOGFILE to server tool. by Peter Wu · 8 years ago
  70. c7d4d21 Add experiment without client CCS and fix session ID bug. by Steven Valdez · 8 years ago
  71. 1682126 Add Experiment 2 by Steven Valdez · 8 years ago
  72. f60bcfb Make SSL_state_string_long work for TLS 1.3. by David Benjamin · 8 years ago
  73. e2daba6 Run the comment converter on fuzz/ and tool/ by David Benjamin · 8 years ago
  74. 65b87ce Remove internal uses of SSLv23_*. by David Benjamin · 8 years ago
  75. 388dfa1 Use getters in tools/ciphers.cc and add -openssl-name flag. by David Benjamin · 8 years ago
  76. 6df7667 Add a -renegotiate-freely flag to bssl client. by David Benjamin · 8 years ago
  77. 590b677 Use names for the TLS 1.3 variants in bssl client. by David Benjamin · 8 years ago
  78. dc110f5 tool: make speed use EVP_AEAD_CTX_seal_scatter by Martin Kreichgauer · 8 years ago
  79. 27e377e Fix miscellaneous clang-tidy warnings. by David Benjamin · 8 years ago
  80. 56851c8 Fix bssl sockets on Windows. by Steven Valdez · 8 years ago
  81. dbe0158 Implement ContentType TLS 1.3 variant. by Steven Valdez · 8 years ago
  82. 520e122 Implement experimental alternate encoding of TLS 1.3. by Steven Valdez · 8 years ago
  83. ee7aa02 Implement basic HTTP tunnel support in bssl client. by David Benjamin · 8 years ago
  84. 2b0444e Keep the same listening socket in bssl server -loop. by David Benjamin · 8 years ago
  85. 6fff386 Support standard RFC cipher suite names alongside OpenSSL ones. by David Benjamin · 8 years ago
  86. e831a81 Adding support for sending early data on the client. by Steven Valdez · 8 years ago
  87. b529253 Implement scrypt from RFC 7914. by David Benjamin · 8 years ago
  88. 1967094 Align EVP_PKEY Ed25519 API with upstream. by David Benjamin · 8 years ago
  89. c5e9ac1 Move AES-GCM-SIV out from SMALL and handle unaligned keys. by Adam Langley · 8 years ago
  90. 1ac4f16 tool: don't explicitly disable SSLv3 in the server by Alessandro Ghedini · 8 years ago
  91. 1ddd6e5 Make -loop survive errors. by David Benjamin · 8 years ago
  92. d075706 Allow selecting ECDH curves in bssl tool. by Piotr Sikora · 8 years ago
  93. 82b2b85 Unwind multiprime RSA support. by David Benjamin · 8 years ago
  94. cb3af3e Allow specifying certificate and key in separate files. by David Benjamin · 8 years ago
  95. 4a2cc28 Unwind RSA_generate_multi_prime_key. by David Benjamin · 8 years ago
  96. fd49993 First part of the FIPS module. by Adam Langley · 8 years ago
  97. 6952211 Support Ed25519 in TLS. by David Benjamin · 8 years ago
  98. 4e78e30 Add a basic signing tool. by David Benjamin · 8 years ago
  99. 712f372 Make the bssl client -resume flag less confusing. by David Benjamin · 8 years ago
  100. ca307ab tool: show if early data was accepted by Alessandro Ghedini · 8 years ago