1. 3604f8b old versions of GCC (e.g. 5.4) cannot detect support for aes,pclmul by Kazuho Oku · 4 years ago
  2. 3ee790b check CPU features by Kazuho Oku · 4 years ago
  3. 9c230ef create dependency by Kazuho Oku · 4 years ago
  4. 6d1eaab set `-mavx2` as well by Kazuho Oku · 4 years ago
  5. 076982f oops, argument to slli is in bytes by Kazuho Oku · 4 years ago
  6. ba2b960 let AEAD impls retain static_iv themselves using the formats they prefer by Kazuho Oku · 4 years ago
  7. 56c572a add API for initializing AEAD directly by Kazuho Oku · 4 years ago
  8. 079b1d0 use 128-bit load when the entire data is on the same page by Kazuho Oku · 4 years ago
  9. 02ca0f0 we can make it a contractual obligation that IV can be loaded as 16-byte value by Kazuho Oku · 4 years ago
  10. 1cf91f6 delay supplementary operation until the dependent region of the AES-GCM output is obtained, remove support for supplementary operation on the decryption size (as it is impossible to use when processing one packet) by Kazuho Oku · 4 years ago
  11. 977cf3d follow the API change by Kazuho Oku · 4 years ago
  12. e68d6a3 handle non-zero vectors by Kazuho Oku · 4 years ago
  13. 66a95e5 apply XOR by Kazuho Oku · 4 years ago
  14. faedb81 remove unnecessary assert by Kazuho Oku · 4 years ago
  15. 4879386 unaligned access by Kazuho Oku · 4 years ago
  16. 94feca2 expose fusion to the picotls API by Kazuho Oku · 4 years ago
  17. 9f2fb30 CTR mode by Kazuho Oku · 4 years ago
  18. 624f30b Merge pull request #309 by Kazuho Oku · 4 years ago
  19. 8717fd7 simplify by Kazuho Oku · 4 years ago
  20. ae95e4c be explicit about the origin by Kazuho Oku · 4 years ago
  21. f94669f add fusionbench to xcodeproj by Kazuho Oku · 4 years ago
  22. a891e31 add option to benchmark decryption speed by Kazuho Oku · 4 years ago
  23. 8b4dfee decryption by Kazuho Oku · 4 years ago
  24. bdabc76 parameterize the benchmark by Kazuho Oku · 4 years ago
  25. 91c3b18 bail out as soon as learning that only GHASH calculation is necessary by Kazuho Oku · 4 years ago
  26. 64832b0 Add workaround for array detection in Xcode <10 by Hajime Fujita · 4 years ago
  27. a1a81e6 wip by Kazuho Oku · 4 years ago
  28. bb320d8 fix off-by-one block by Kazuho Oku · 4 years ago
  29. fb5bc58 add test case by Kazuho Oku · 4 years ago
  30. 303153d abondon unnecessary AES calculation by Kazuho Oku · 4 years ago
  31. 5e0f82e remove dead code by Kazuho Oku · 4 years ago
  32. 8289564 tests! by Kazuho Oku · 4 years ago
  33. e46529c add aesecb api by Kazuho Oku · 4 years ago
  34. 8363d78 comments by Kazuho Oku · 4 years ago
  35. 1e586c0 Merge branch 'kazuho/fusion-once' into kazuho/fusion by Kazuho Oku · 4 years ago
  36. f5f0f64 add benchmark by Kazuho Oku · 4 years ago
  37. f198c1b let the user specify the maximum size by Kazuho Oku · 4 years ago
  38. 9a1143c remove unused function by Kazuho Oku · 4 years ago
  39. 274a572 precompute the entire ghash table by Kazuho Oku · 4 years ago
  40. cd0b7f0 Merge pull request #308 from h2o/kazuho/fusion-O2 by Kazuho Oku · 4 years ago
  41. 2ef1c0f clang-format by Kazuho Oku · 4 years ago
  42. 083f531 unroll hot loops by Kazuho Oku · 4 years ago
  43. 0a1dc47 use loop to optimize for size by Kazuho Oku · 4 years ago
  44. 2842536 do ~ 16384 bytes in thes test code too by Kazuho Oku · 4 years ago
  45. 7936cdd constantify by Kazuho Oku · 4 years ago
  46. ac9f2d0 remove dead code by Kazuho Oku · 4 years ago
  47. 50b3568 clang-format by Kazuho Oku · 4 years ago
  48. 58f04f4 unaligned access by Kazuho Oku · 4 years ago
  49. fa13ede it works by Kazuho Oku · 4 years ago
  50. 32f6c7b it works by Kazuho Oku · 4 years ago
  51. c5e7c8a Merge pull request #306 from h2o/kazuho/ccs-fixes by Kazuho Oku · 4 years, 1 month ago
  52. 6ff86d6 [cli] enable compatibility mode on client by default by Kazuho Oku · 4 years, 1 month ago
  53. c9b90a2 send UNEXPECTED_MESSAGE when Compatibility Mode is used in QUIC by Kazuho Oku · 4 years, 1 month ago
  54. 07dc8af send CCS in response, if the client has sent one by Kazuho Oku · 4 years, 1 month ago
  55. 4813be5 as a client running in compatibility mode, send CCS before sending client certs by Kazuho Oku · 4 years, 1 month ago
  56. aaf8fd6 Merge pull request #305 from h2o/kazuho/omit-legacy-session-id by Kazuho Oku · 4 years, 1 month ago
  57. e7b182a as client, send legacy_session_id only when sending CCS by Kazuho Oku · 4 years, 1 month ago
  58. 7ae91e0 Merge pull request #304 from h2o/kazuho/elementsof-oldgcc by Kazuho Oku · 4 years, 1 month ago
  59. 4a6958a use `*` expr instead of `,` to avoid compiler warning by Kazuho Oku · 4 years, 1 month ago
  60. cec6fcf `__builtin_types_compatible_p` is broken someweher between 4.x and 5.x by Kazuho Oku · 4 years, 1 month ago
  61. 2f614f6 read data to be sent in 0-RTT (fix regression in #302) by Kazuho Oku · 4 years, 1 month ago
  62. edd8393 reuse prebuilt zero-cleared plaintext buffer by Kazuho Oku · 4 years, 1 month ago
  63. 5d7bbc4 Update README.md by Kazuho Oku · 4 years, 1 month ago
  64. 736ac86 Update README.md by Kazuho Oku · 4 years, 1 month ago
  65. 13379b2 Update README.md by Kazuho Oku · 4 years, 1 month ago
  66. cc6b14d Merge pull request #302 from h2o/kazuho/perfbench-dont-push-too-much by Kazuho Oku · 4 years, 1 month ago
  67. 58a87bc Merge pull request #301 from h2o/kazuho/elementsof by Kazuho Oku · 4 years, 1 month ago
  68. 6c8430a add more data to `ptbuf` (plaintext buffer) only when encbuf is empty by Kazuho Oku · 4 years, 1 month ago
  69. f634be0 add PTLS_ELEMENTSOF for counting the number of elements in an array by Kazuho Oku · 4 years, 1 month ago
  70. 60f0dc2 Merge pull request #300 from h2o/kazuho/cert-compress-fallback by Kazuho Oku · 4 years, 1 month ago
  71. 0d4c8c7 the server can now handle both cases by Kazuho Oku · 4 years, 1 month ago
  72. 90f1978 provide list of compression methods to the emit_certificate callback, let it designate fallback to the default by Kazuho Oku · 4 years, 1 month ago
  73. a36ea2c do not free in "dispose" function (closes #286) by Kazuho Oku · 4 years, 2 months ago
  74. e890800 Merge pull request #296 from larseggert/fix-dtrace-location by Kazuho Oku · 4 years, 2 months ago
  75. 9d21e67 Fix detection of picotls-probes.d when picotls is a cmake submodule by Lars Eggert · 4 years, 2 months ago
  76. 3730695 Merge pull request #295 from h2o/kazuho/thruput-bench by Kazuho Oku · 4 years, 2 months ago
  77. 99bd4f8 `-y` option for specifying cipher-suite; report AEAD being used by Kazuho Oku · 4 years, 2 months ago
  78. 78ac3ee add througput benchmark mode `-B` by Kazuho Oku · 4 years, 2 months ago
  79. d68a769 Merge pull request #292 from h2o/kazuho/openssl-1.0.2 by Kazuho Oku · 4 years, 2 months ago
  80. 56cb47b add missing return by Kazuho Oku · 4 years, 2 months ago
  81. 0366036 add openssl 1.0.2 to build matrix by Kazuho Oku · 4 years, 2 months ago
  82. c8c081e Merge pull request #288 from h2o/kazuho/quicint by Kazuho Oku · 4 years, 2 months ago
  83. bbaf655 Merge pull request #290 from h2o/kazuho/server-handshake-cleanup by Kazuho Oku · 4 years, 2 months ago
  84. 169fa37 Merge branch 'master' into kazuho/server-handshake-cleanup by Kazuho Oku · 4 years, 2 months ago
  85. 4241ece remove outdated platform by Kazuho Oku · 4 years, 2 months ago
  86. d220769 clear ECDH secret by Kazuho Oku · 4 years, 2 months ago
  87. a7319a2 check error by Kazuho Oku · 4 years, 2 months ago
  88. 01d8efb remove unused variable by Kazuho Oku · 4 years, 2 months ago
  89. c299f05 support multi-byte block using quic varint encoding by Kazuho Oku · 4 years, 3 months ago
  90. dfda03c fixes by Kazuho Oku · 4 years, 3 months ago
  91. 527d4e9 more tests by Kazuho Oku · 4 years, 3 months ago
  92. e90776a fix errors by Kazuho Oku · 4 years, 3 months ago
  93. edfc0e1 add tests by Kazuho Oku · 4 years, 3 months ago
  94. 2421eb9 add codec for quic varint by Kazuho Oku · 4 years, 3 months ago
  95. 69cf8b2 Merge pull request #287 from neheb/patch-1 by Kazuho Oku · 4 years, 3 months ago
  96. f3c7b5a openssl: use EVP_CIPHER_CTX_reset by Rosen Penev · 4 years, 4 months ago
  97. e9ac928 Merge pull request #285 from James-TR/fix/chacha_poly1305_detection by Kazuho Oku · 4 years, 5 months ago
  98. 5efacc2 Fix check for ChaCha_Poly1305 detection by James Taylor · 4 years, 5 months ago
  99. 1916096 Merge pull request #283 from h2o/kazuho/max-message-buffer-size by Kazuho Oku · 4 years, 5 months ago
  100. cef6614 install openssl; Xcode 10.1 no longer has that by default by Kazuho Oku · 4 years, 5 months ago