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