1. eb3ebf4 use _aligned_malloc on windows by Kazuho Oku · 2 years ago
  2. 7f165e0 win32/64 fixes by Kazuho Oku · 2 years ago
  3. 224fa36 don't forget the union by Kazuho Oku · 2 years ago
  4. 93b04e1 quick hack for GCC on Intel by Kazuho Oku · 2 years ago
  5. fd7d5c1 reduce register usage by Kazuho Oku · 2 years ago
  6. a7006dc refactor by Kazuho Oku · 2 years ago
  7. 0a8330b oops again by Kazuho Oku · 2 years ago
  8. 34e9b2d less sexy name by Kazuho Oku · 2 years ago
  9. d1a0912 update copyright by Kazuho Oku · 2 years ago
  10. 680ce18 aes-gcm using 256-bit insns by Kazuho Oku · 2 years ago
  11. 204e765 add compile options for 256-bit-wide aesgcm by Kazuho Oku · 2 years ago
  12. 4f6bcae remove needless if by Kazuho Oku · 2 years ago
  13. 9430f84 oops by Kazuho Oku · 2 years ago
  14. 3b2ab61 make sure ek0 is encrypted in the main loop by Kazuho Oku · 2 years ago
  15. fa3cd32 We need this - srclen can increase when switching to the next vector (revert prev commit) by Kazuho Oku · 2 years ago
  16. 86aa4f6 no need to check; bytes_copied + srclen is guaranteed to be less than 6 * 16 by Kazuho Oku · 2 years ago
  17. 65f3b13 oops by Kazuho Oku · 2 years ago
  18. 34037b9 Merge branch 'master' into kazuho/fastls by Kazuho Oku · 2 years ago
  19. de8489d Merge pull request #388 from h2o/kazuho/pr385-c++ by Kazuho Oku · 2 years ago
  20. 0a3f5e4 address C++ compile error introduced in #387 by Frederik Deweerdt · 2 years ago
  21. 608b16e Merge branch 'master' into kazuho/fastls by Kazuho Oku · 2 years ago
  22. 7a0685d no pointer arithmetic on `void *` by Kazuho Oku · 2 years ago
  23. 700beb9 more space, to suppress out-of-bounds read warning by Kazuho Oku · 2 years ago
  24. 122a334 wip by Kazuho Oku · 2 years ago
  25. d1dc136 Merge pull request #383 from h2o/kazuho/offload by Kazuho Oku · 2 years ago
  26. 8b9cd57 disable address sanitization of `fastly_encrypt_v`, as it overwrites 64B lines by Kazuho Oku · 2 years ago
  27. 9385170 add TODO comment by Kazuho Oku · 2 years ago
  28. 6315aec Merge branch 'master' into kazuho/offload by Kazuho Oku · 2 years ago
  29. 7c0fc38 Merge branch 'master' into kazuho/fastls by Kazuho Oku · 2 years ago
  30. deb3430 Merge pull request #387 from h2o/kazuho/obsolete-streaming-encryption by Kazuho Oku · 2 years ago
  31. 5fc1b4b update doc-comment re obsoletion by Kazuho Oku · 2 years ago
  32. 7210d5d default code should use the new encrypt_v API by Kazuho Oku · 2 years ago
  33. 2c0c0c3 Merge pull request #385 from h2o/kazuho/vectorized by Kazuho Oku · 2 years ago
  34. f622c1c implement encrypt_v, add tests by Christian Huitema · 2 years ago
  35. f1c1ccd some ciphers (e.g., block cipher) might return less amount output than input by Kazuho Oku · 2 years ago
  36. e0caecc gcc 9.4 (ubuntu 20.04) cannot detect this transformation by Kazuho Oku · 2 years ago
  37. 59983e9 this helps on gcc by Kazuho Oku · 2 years ago
  38. 791036a 9-th gen Core, slowdown is 6% compared to fusion, when mm256_store is used by Kazuho Oku · 2 years ago
  39. ea42ef7 revert prev commit modulo the introduction of encrypt_v by Kazuho Oku · 2 years ago
  40. 7fb163f output buffers might not be aligned by Kazuho Oku · 2 years ago
  41. 7da0917 oops, use non-temporal by Kazuho Oku · 2 years ago
  42. b854db9 on 9th-gen Core 9% slower than OpenSSL, on Zen 2 4% by Kazuho Oku · 2 years ago
  43. 42a4264 aligned by Kazuho Oku · 2 years ago
  44. ed661b1 it works! implement aes-gcm that uses non-temporal stores by Kazuho Oku · 2 years ago
  45. 3a50ee1 Replace init -> update -> final with vectorized API. AEAD blocks are small, vectorized makes more sense for speed. by Kazuho Oku · 2 years ago
  46. 11565c9 add API to obtain traffic keys for offloading by Kazuho Oku · 2 years, 1 month ago
  47. 0cfcc88 openssl 3 build fix proposal. by David CARLIER · 2 years, 2 months ago
  48. 821997c Merge pull request #377 from tatsuhiro-t/fix-build-errors by Kazuho Oku · 2 years, 3 months ago
  49. 96c89a3 Fix build errors by Tatsuhiro Tsujikawa · 2 years, 3 months ago
  50. 047c5fe Merge pull request #374 from avrma-forks/only-libcrypto by Kazuho Oku · 2 years, 5 months ago
  51. 8d9e7fb Make OpenSSL backend link only libcrypto. by Aman Verma · 2 years, 5 months ago
  52. a966e1b Merge pull request #361 by Kazuho Oku · 2 years, 5 months ago
  53. e800b4d clang-format by Kazuho Oku · 2 years, 5 months ago
  54. 903f603 Merge pull request #373 from h2o/kazuho/openssl-cert-verify-usage by Kazuho Oku · 2 years, 5 months ago
  55. 0e85796 set correct role, confirm behavior using cert w. EKU=serverAuth only by Kazuho Oku · 2 years, 5 months ago
  56. 61cfce2 Merge pull request #372 from h2o/kazuho/cmake-2.8.12 by Kazuho Oku · 2 years, 5 months ago
  57. 410baf3 Merge pull request #371 from h2o/kazuho/ptlsbench-wo-fusion by Kazuho Oku · 2 years, 5 months ago
  58. fc111bd update minimum CMake version to one that does not generate warnings by Kazuho Oku · 2 years, 5 months ago
  59. efd723e skip building ptlsbench on non-amd64, as it depends on fusion by Kazuho Oku · 2 years, 5 months ago
  60. 0a759bd Merge pull request #370 from h2o/gfx/ci-tweaks by Kazuho Oku · 2 years, 5 months ago
  61. 2c46de3 less quotes for workflow files; declare vars in makefiles by Goro Fuji · 2 years, 5 months ago
  62. 14ab2a9 Merge pull request #369 from h2o/gfx/ci-asan by Kazuho Oku · 2 years, 5 months ago
  63. 331b237 gcc uses different function attribute by Kazuho Oku · 2 years, 5 months ago
  64. 3d16154 Avoid running different code in ASan build by Goro Fuji · 2 years, 5 months ago
  65. 3fb53e7 remove -j4 since it doesn't have significant improvements by Goro Fuji · 2 years, 5 months ago
  66. e49b350 add Linux / OpenSSL 1.1.0 with h2oserver/h2o-ci:ubuntu1604 by Goro Fuji · 2 years, 5 months ago
  67. e78fb4f use komake for safer parallel builds by Goro Fuji · 2 years, 5 months ago
  68. 3affbe6 -j4 does not work without komake by Goro Fuji · 2 years, 5 months ago
  69. c4b5eed tweak makefile by Goro Fuji · 2 years, 5 months ago
  70. b91da35 fix UB in cifra, adding halt_on_error to UBSAN_OPTIONS by Goro Fuji · 2 years, 5 months ago
  71. 49d50bc remove travis-ci settings; thank you! by Goro Fuji · 2 years, 5 months ago
  72. 9539215 use CMAKE_* params instead of env vars by Goro Fuji · 2 years, 5 months ago
  73. 91b7d81 fix by Goro Fuji · 2 years, 5 months ago
  74. 7e70597 matrix.openssl is not available in run command by Goro Fuji · 2 years, 5 months ago
  75. 3d08614 do not use system perl for macOS by Goro Fuji · 2 years, 5 months ago
  76. b626c2f show perl -v by Goro Fuji · 2 years, 5 months ago
  77. 3c36224 revert unecessary changes by Goro Fuji · 2 years, 5 months ago
  78. af4995f fix a misplace of an arg by Goro Fuji · 2 years, 5 months ago
  79. 02b84dd CI test matrix for macOS by Goro Fuji · 2 years, 5 months ago
  80. 8620f87 fix macos build by Goro Fuji · 2 years, 5 months ago
  81. 551edac working-directory is not automatically created by Goro Fuji · 2 years, 5 months ago
  82. 22aad30 fix macos build by Goro Fuji · 2 years, 5 months ago
  83. 9f623bb use runner.workspace by Goro Fuji · 2 years, 5 months ago
  84. c4c433f fix macos build by Goro Fuji · 2 years, 5 months ago
  85. 70beec3 fix macos build by Goro Fuji · 2 years, 5 months ago
  86. d2e1d09 fix by Goro Fuji · 2 years, 5 months ago
  87. 8218cbb porting Travis CI to GitHub Actions by Goro Fuji · 2 years, 5 months ago
  88. 8758261 revert adding useless tests by Goro Fuji · 2 years, 5 months ago
  89. 9a99cf1 revert an unecessary change by Goro Fuji · 2 years, 5 months ago
  90. 2ddc2e7 remove tweetnacl since tweetnacl.c has UB by Goro Fuji · 2 years, 5 months ago
  91. 55021c8 fix ASan and UBSan errors; the one in loadn() seems a false positive by Goro Fuji · 2 years, 5 months ago
  92. 73c794c add GHA workflow as CI by Goro Fuji · 2 years, 5 months ago
  93. 80a2bbd Merge pull request #367 from h2o/kazuho/openssl-3.0 by Kazuho Oku · 2 years, 6 months ago
  94. 39a4551 load the legacy provider for testing blowfish by Kazuho Oku · 2 years, 6 months ago
  95. 9608603 Merge pull request #365 from h2o/i110/add-quicint-max by Kazuho Oku · 2 years, 7 months ago
  96. 1c83c76 add PTLS_QUICINT_LONGEST_STR by Ichito Nagata · 2 years, 7 months ago
  97. 4d44ce7 define PTLS_QUICINT_MAX macro by Ichito Nagata · 2 years, 7 months ago
  98. 9accdf4 Merge pull request #363 from sleepybishop/add_access_denied by Kazuho Oku · 2 years, 10 months ago
  99. cc0a1ec add access denied alert code by Joe Calderon · 2 years, 10 months ago
  100. 457a457 Conversion fixes for utils.h by Maxim Sharabayko · 3 years ago