1. 5fc1b4b update doc-comment re obsoletion by Kazuho Oku · 2 years ago
  2. 7210d5d default code should use the new encrypt_v API by Kazuho Oku · 2 years ago
  3. 2c0c0c3 Merge pull request #385 from h2o/kazuho/vectorized by Kazuho Oku · 2 years ago
  4. f622c1c implement encrypt_v, add tests by Christian Huitema · 2 years ago
  5. f1c1ccd some ciphers (e.g., block cipher) might return less amount output than input by Kazuho Oku · 2 years ago
  6. e0caecc gcc 9.4 (ubuntu 20.04) cannot detect this transformation by Kazuho Oku · 2 years ago
  7. 59983e9 this helps on gcc by Kazuho Oku · 2 years ago
  8. 791036a 9-th gen Core, slowdown is 6% compared to fusion, when mm256_store is used by Kazuho Oku · 2 years ago
  9. ea42ef7 revert prev commit modulo the introduction of encrypt_v by Kazuho Oku · 2 years ago
  10. 7fb163f output buffers might not be aligned by Kazuho Oku · 2 years ago
  11. 7da0917 oops, use non-temporal by Kazuho Oku · 2 years ago
  12. b854db9 on 9th-gen Core 9% slower than OpenSSL, on Zen 2 4% by Kazuho Oku · 2 years ago
  13. 42a4264 aligned by Kazuho Oku · 2 years ago
  14. ed661b1 it works! implement aes-gcm that uses non-temporal stores by Kazuho Oku · 2 years ago
  15. 3a50ee1 Replace init -> update -> final with vectorized API. AEAD blocks are small, vectorized makes more sense for speed. by Kazuho Oku · 2 years ago
  16. 11565c9 add API to obtain traffic keys for offloading by Kazuho Oku · 2 years ago
  17. 0cfcc88 openssl 3 build fix proposal. by David CARLIER · 2 years, 2 months ago
  18. 821997c Merge pull request #377 from tatsuhiro-t/fix-build-errors by Kazuho Oku · 2 years, 3 months ago
  19. 96c89a3 Fix build errors by Tatsuhiro Tsujikawa · 2 years, 3 months ago
  20. 047c5fe Merge pull request #374 from avrma-forks/only-libcrypto by Kazuho Oku · 2 years, 5 months ago
  21. 8d9e7fb Make OpenSSL backend link only libcrypto. by Aman Verma · 2 years, 5 months ago
  22. a966e1b Merge pull request #361 by Kazuho Oku · 2 years, 5 months ago
  23. e800b4d clang-format by Kazuho Oku · 2 years, 5 months ago
  24. 903f603 Merge pull request #373 from h2o/kazuho/openssl-cert-verify-usage by Kazuho Oku · 2 years, 5 months ago
  25. 0e85796 set correct role, confirm behavior using cert w. EKU=serverAuth only by Kazuho Oku · 2 years, 5 months ago
  26. 61cfce2 Merge pull request #372 from h2o/kazuho/cmake-2.8.12 by Kazuho Oku · 2 years, 5 months ago
  27. 410baf3 Merge pull request #371 from h2o/kazuho/ptlsbench-wo-fusion by Kazuho Oku · 2 years, 5 months ago
  28. fc111bd update minimum CMake version to one that does not generate warnings by Kazuho Oku · 2 years, 5 months ago
  29. efd723e skip building ptlsbench on non-amd64, as it depends on fusion by Kazuho Oku · 2 years, 5 months ago
  30. 0a759bd Merge pull request #370 from h2o/gfx/ci-tweaks by Kazuho Oku · 2 years, 5 months ago
  31. 2c46de3 less quotes for workflow files; declare vars in makefiles by Goro Fuji · 2 years, 5 months ago
  32. 14ab2a9 Merge pull request #369 from h2o/gfx/ci-asan by Kazuho Oku · 2 years, 5 months ago
  33. 331b237 gcc uses different function attribute by Kazuho Oku · 2 years, 5 months ago
  34. 3d16154 Avoid running different code in ASan build by Goro Fuji · 2 years, 5 months ago
  35. 3fb53e7 remove -j4 since it doesn't have significant improvements by Goro Fuji · 2 years, 5 months ago
  36. e49b350 add Linux / OpenSSL 1.1.0 with h2oserver/h2o-ci:ubuntu1604 by Goro Fuji · 2 years, 5 months ago
  37. e78fb4f use komake for safer parallel builds by Goro Fuji · 2 years, 5 months ago
  38. 3affbe6 -j4 does not work without komake by Goro Fuji · 2 years, 5 months ago
  39. c4b5eed tweak makefile by Goro Fuji · 2 years, 5 months ago
  40. b91da35 fix UB in cifra, adding halt_on_error to UBSAN_OPTIONS by Goro Fuji · 2 years, 5 months ago
  41. 49d50bc remove travis-ci settings; thank you! by Goro Fuji · 2 years, 5 months ago
  42. 9539215 use CMAKE_* params instead of env vars by Goro Fuji · 2 years, 5 months ago
  43. 91b7d81 fix by Goro Fuji · 2 years, 5 months ago
  44. 7e70597 matrix.openssl is not available in run command by Goro Fuji · 2 years, 5 months ago
  45. 3d08614 do not use system perl for macOS by Goro Fuji · 2 years, 5 months ago
  46. b626c2f show perl -v by Goro Fuji · 2 years, 5 months ago
  47. 3c36224 revert unecessary changes by Goro Fuji · 2 years, 5 months ago
  48. af4995f fix a misplace of an arg by Goro Fuji · 2 years, 5 months ago
  49. 02b84dd CI test matrix for macOS by Goro Fuji · 2 years, 5 months ago
  50. 8620f87 fix macos build by Goro Fuji · 2 years, 5 months ago
  51. 551edac working-directory is not automatically created by Goro Fuji · 2 years, 5 months ago
  52. 22aad30 fix macos build by Goro Fuji · 2 years, 5 months ago
  53. 9f623bb use runner.workspace by Goro Fuji · 2 years, 5 months ago
  54. c4c433f fix macos build by Goro Fuji · 2 years, 5 months ago
  55. 70beec3 fix macos build by Goro Fuji · 2 years, 5 months ago
  56. d2e1d09 fix by Goro Fuji · 2 years, 5 months ago
  57. 8218cbb porting Travis CI to GitHub Actions by Goro Fuji · 2 years, 5 months ago
  58. 8758261 revert adding useless tests by Goro Fuji · 2 years, 5 months ago
  59. 9a99cf1 revert an unecessary change by Goro Fuji · 2 years, 5 months ago
  60. 2ddc2e7 remove tweetnacl since tweetnacl.c has UB by Goro Fuji · 2 years, 5 months ago
  61. 55021c8 fix ASan and UBSan errors; the one in loadn() seems a false positive by Goro Fuji · 2 years, 5 months ago
  62. 73c794c add GHA workflow as CI by Goro Fuji · 2 years, 5 months ago
  63. 80a2bbd Merge pull request #367 from h2o/kazuho/openssl-3.0 by Kazuho Oku · 2 years, 6 months ago
  64. 39a4551 load the legacy provider for testing blowfish by Kazuho Oku · 2 years, 6 months ago
  65. 9608603 Merge pull request #365 from h2o/i110/add-quicint-max by Kazuho Oku · 2 years, 7 months ago
  66. 1c83c76 add PTLS_QUICINT_LONGEST_STR by Ichito Nagata · 2 years, 7 months ago
  67. 4d44ce7 define PTLS_QUICINT_MAX macro by Ichito Nagata · 2 years, 7 months ago
  68. 9accdf4 Merge pull request #363 from sleepybishop/add_access_denied by Kazuho Oku · 2 years, 10 months ago
  69. cc0a1ec add access denied alert code by Joe Calderon · 2 years, 10 months ago
  70. 457a457 Conversion fixes for utils.h by Maxim Sharabayko · 2 years, 11 months ago
  71. ea3e079 Merge pull request #360 from h2o/kazuho/client-cert-verify by Kazuho Oku · 3 years ago
  72. 0b87c20 remove unnecessary `if` by Kazuho Oku · 3 years, 1 month ago
  73. 8411ef3 modify param of X509_STORE_CTX, much like `ssl_verify_cert_chain` of OpenSSL does by Kazuho Oku · 3 years, 1 month ago
  74. a2a69fb don't change the default behavior by Kazuho Oku · 3 years, 1 month ago
  75. d74f0be implement client certificate verification; cherry-pick from h2o/h2o #2621 up to 73e2b8a by ha0li · 3 years, 1 month ago
  76. 6a15d57 clang-format by Kazuho Oku · 3 years, 1 month ago
  77. dc5a9fe Merge pull request #357 from h2o/kazuho/name-supported-groups by Kazuho Oku · 3 years, 1 month ago
  78. 682898c Merge pull request #358 from h2o/kazuho/bcrypt-cipher-names by Kazuho Oku · 3 years, 1 month ago
  79. 1cca8db add names to bcrypt-backed ciphers by Kazuho Oku · 3 years, 1 month ago
  80. 6712044 add name field to `ptls_key_exchange_algorithm_t` by Kazuho Oku · 3 years, 1 month ago
  81. 086fc50 Merge pull request #355 from h2o/kazuho/cipher-names by Kazuho Oku · 3 years, 1 month ago
  82. 5fca86a Merge branch 'master' into kazuho/cipher-names by Kazuho Oku · 3 years, 1 month ago
  83. f41b01b Merge pull request #356 from h2o/kazuho/appveyor-fixes by Kazuho Oku · 3 years, 1 month ago
  84. 90a744b empty compound literal is forbidden by MSVC by Kazuho Oku · 3 years, 1 month ago
  85. cf0fe98 suppress "sizeof returns 0" warning by Kazuho Oku · 3 years, 1 month ago
  86. 57f909f add `const char *ptls_cipher_suite_t::name` that contains the cipher name by Kazuho Oku · 3 years, 1 month ago
  87. c4136e1 Merge pull request #345 from h2o/kazuho/server-cipher-preference by Kazuho Oku · 3 years, 1 month ago
  88. 822638a Merge pull request #353 from h2o/appveyor-action by Kazuho Oku · 3 years, 1 month ago
  89. 1acd5d7 remove lines copied from picou by Christian Huitema · 3 years, 1 month ago
  90. 3e61e31 Also fix bench and demo project by Christian Huitema · 3 years, 1 month ago
  91. 81f2b96 Add search for openssl lib in Win32 by Christian Huitema · 3 years, 1 month ago
  92. 339845d make git update quiet by Christian Huitema · 3 years, 1 month ago
  93. 3fefd4a Tweak the script to restart appveyor by Christian Huitema · 3 years, 1 month ago
  94. 3dfec18 tweak the install command by Christian Huitema · 3 years, 1 month ago
  95. a2f0b4d some powershell magic to suppress the error by Christian Huitema · 3 years, 1 month ago
  96. af3067c Using install step to init submodule by Christian Huitema · 3 years, 1 month ago
  97. ffdeb57 Initialize submodules by Christian Huitema · 3 years, 1 month ago
  98. 680a00a Remove reference to ms/applink.c by Christian Huitema · 3 years, 1 month ago
  99. 1772565 diagnose pre-build and fix ptlsbcrypt.c by Christian Huitema · 3 years, 1 month ago
  100. 24b6ac7 Rewrite appveyor script by Christian Huitema · 3 years, 1 month ago