1. 9a3a311 Merge pull request #476 from robguima/robguima/chacha_priority_feature by Kazuho Oku · 1 year ago
  2. f4c3536 `server_prefer_chacha` indicates a condition to disable server-precedence by Kazuho Oku · 1 year ago
  3. 9918937 add a test where the client offers chacha, but chacha is not avail in the server list: server preference should be honered if set by Roberto Guimaraes · 1 year ago
  4. 3664bc6 add a new boolean flag to determine if chacha20 should be reprioritized to the top of the server cipher list in case it happens to appear at the top of the client cipher list by Roberto Guimaraes · 1 year ago
  5. 6122817 Merge pull request #473 from h2o/kazuho/decode-10-11-ch-before-bailing-out by Kazuho Oku · 1 year, 2 months ago
  6. d2b2a69 reject TLS records with unexpected first-byte value ASAP (incl. SSL 2.0 handshake) by Kazuho Oku · 1 year, 2 months ago
  7. fd4db0a add another test vector by Kazuho Oku · 1 year, 2 months ago
  8. fd798c7 return 0 for valid CH, otherwise on_client_hello callback will not be called by Kazuho Oku · 1 year, 2 months ago
  9. 00a230b add test by Kazuho Oku · 1 year, 2 months ago
  10. d46350e refactor legacy CH test to add more variants by Kazuho Oku · 1 year, 2 months ago
  11. 829f4d8 but they might have extensions by Kazuho Oku · 1 year, 2 months ago
  12. 328a7b5 TLS/1.0 and 1.1 CH may lack extensions block by Kazuho Oku · 1 year, 2 months ago
  13. 3b3a910 Merge pull request #467 from h2o/kazuho/boring by Kazuho Oku · 1 year, 3 months ago
  14. eb837a1 Merge pull request #470 from h2o/kazuho/no-alloca by Kazuho Oku · 1 year, 3 months ago
  15. eef2da4 Merge pull request #472 from h2o/kazuho/macos-ci by Kazuho Oku · 1 year, 3 months ago
  16. 036d3de GitHub Actions macOS image no longer has pkg-config by Kazuho Oku · 1 year, 3 months ago
  17. fe3b4aa Merge pull request #471 from samkearney/remove-unused-function-in-cli by Kazuho Oku · 1 year, 3 months ago
  18. db00e38 Removed unused static function find_kem in t/cli.c by Sam Kearney · 1 year, 3 months ago
  19. 7f9ba67 adjust OPENSSL_LIBRARIES as well, because users (h2o) would assume that this function makes necessary adjustments to the variables being loaded by OpenSSL.cmake, rather than just changing the values of interest by picotls by Kazuho Oku · 1 year, 3 months ago
  20. 01bc5d2 Merge branch 'master' into kazuho/no-alloca by Kazuho Oku · 1 year, 3 months ago
  21. c142d85 Merge branch 'master' into kazuho/boring by Kazuho Oku · 1 year, 3 months ago
  22. 2f371d1 Merge pull request #468 from h2o/kazuho/setget-iv by Kazuho Oku · 1 year, 3 months ago
  23. 9fe7c7c don't use alloca by Kazuho Oku · 1 year, 3 months ago
  24. db82650 Merge branch 'master' into kazuho/setget-iv by Kazuho Oku · 1 year, 3 months ago
  25. 47bcca9 Merge pull request #469 from h2o/kazuho/hexdump-trace by Kazuho Oku · 1 year, 3 months ago
  26. 0f6a03e reflect region to which hexdump has been written (amends #458) by Kazuho Oku · 1 year, 3 months ago
  27. 3a1c90c update bcrypt binding by Kazuho Oku · 1 year, 3 months ago
  28. bb2cac2 provide API to set / get IV directly, make xor_iv a wrapper around it by Kazuho Oku · 1 year, 3 months ago
  29. fc455f9 [boringssl] provide blowfish as it is important for quicly doing 64-bit CID, by requiring libdecrepit.a alongside other libraries by Kazuho Oku · 1 year, 3 months ago
  30. 76c3615 add test that calls `ptls_aead_encrypt_update` more than once by Kazuho Oku · 1 year, 3 months ago
  31. 2f79c56 define block size as constant by Kazuho Oku · 1 year, 3 months ago
  32. b7e6b88 memory allocated by boringssl have to be freed using `OPENSSL_free` by Kazuho Oku · 1 year, 3 months ago
  33. 1009a0a add boringssl to CI matrix by Kazuho Oku · 1 year, 3 months ago
  34. 646ccda typo by Kazuho Oku · 1 year, 3 months ago
  35. 8371fd8 clang-format by Kazuho Oku · 1 year, 3 months ago
  36. e7e5194 `ptls_cipher_encrypt` can be called multiple times, with any byte lengths by Kazuho Oku · 1 year, 3 months ago
  37. 1f345b2 correctly pass counter value by Kazuho Oku · 1 year, 3 months ago
  38. d0dd266 implement chachapoly backed by the shared logic and boring's chacha by Kazuho Oku · 1 year, 3 months ago
  39. 803dadd extract chachapoly logic in cifra so that it can be reused by Kazuho Oku · 1 year, 3 months ago
  40. bdb5ede resurrect chacha20 ctr code by @jedisct1 in a structured way by Kazuho Oku · 1 year, 3 months ago
  41. 3f43cb5 Merge pull request #464 from h2o/kazuho/update-uecc by Kazuho Oku · 1 year, 3 months ago
  42. e905c95 Merge pull request #466 from h2o/kazuho/unused-code-in-openssl-aead-init by Kazuho Oku · 1 year, 3 months ago
  43. 0fd05a6 Merge pull request #465 from larseggert/assert-rng by Kazuho Oku · 1 year, 3 months ago
  44. 0896865 since #310, only the openssl backend has been added the capability to detect supplied `key` being NULL, but how is that intended to work? by Kazuho Oku · 1 year, 3 months ago
  45. 8109125 fix: Assert that a RNG is set before calling uECC_make_key by Lars Eggert · 1 year, 3 months ago
  46. 8ce5836 revert ifs to handle chacha-poly differently by Kazuho Oku · 1 year, 3 months ago
  47. 15a903b revert unrelated change by Kazuho Oku · 1 year, 3 months ago
  48. fa4b351 [boringssl] calc strlen at the caller side by Kazuho Oku · 1 year, 3 months ago
  49. a5aad42 adopt changes to lib/ from PR #432 by Frank Denis · 1 year, 3 months ago
  50. 02c28b7 [cmake] detect boringssl by Kazuho Oku · 1 year, 3 months ago
  51. f1f259b Merge pull request #463 from h2o/kazuho/expose-raw by Kazuho Oku · 1 year, 3 months ago
  52. e16bc60 Revert "temporary revert local changes" by Kazuho Oku · 1 year, 3 months ago
  53. daf5f6b extract https://github.com/kmackay/micro-ecc @ b335ee8 () at deps/micro-ecc by Kazuho Oku · 1 year, 3 months ago
  54. 31e939f temporary revert local changes by Kazuho Oku · 1 year, 3 months ago
  55. c56c41c call it the way it was called, move to a location that makes more sense by Kazuho Oku · 1 year, 3 months ago
  56. 8b4114f call out decode error if odd-sized by Kazuho Oku · 1 year, 3 months ago
  57. 0cb2744 expose unparsed list of ciphers instead by Kazuho Oku · 1 year, 3 months ago
  58. 268dd12 Revert "Merge pull request #227 from robguima/robguima/expose_raw_client_cipherlist" by Kazuho Oku · 1 year, 3 months ago
  59. 33a52bb Update README.md by Kazuho Oku · 1 year, 4 months ago
  60. 057b9ac Update README.md by Kazuho Oku · 1 year, 4 months ago
  61. 9398c49 Merge pull request #459 from tatsuhiro-t/add-missing-log-event by Kazuho Oku · 1 year, 4 months ago
  62. cd6e746 fixup! Add missing log_event when application uses its own record layer by Tatsuhiro Tsujikawa · 1 year, 4 months ago
  63. 662fbea Add missing log_event when application uses its own record layer by Tatsuhiro Tsujikawa · 1 year, 4 months ago
  64. bee8265 Merge pull request #458 from tatsuhiro-t/fix-ptls_hexdump by Kazuho Oku · 1 year, 4 months ago
  65. 58551e2 Fix ptls_hexdump return value by Tatsuhiro Tsujikawa · 1 year, 4 months ago
  66. 5e01b2b Merge pull request #457 from h2o/kazuho/expose-sigschemes by Kazuho Oku · 1 year, 5 months ago
  67. c864db9 refine comment by Kazuho Oku · 1 year, 5 months ago
  68. 5a0401f explain the design by Kazuho Oku · 1 year, 5 months ago
  69. b80fc44 update test by Kazuho Oku · 1 year, 5 months ago
  70. da6ad89 define alternative method by Kazuho Oku · 1 year, 5 months ago
  71. 07d848c `ptls_openssl_get_async_fd` assumes particular type of implementation; use a callback to generalize the concept by Kazuho Oku · 1 year, 5 months ago
  72. 41610e4 expose signature scheme selection logic by Kazuho Oku · 1 year, 5 months ago
  73. 093a701 expose the interface to obtain compatible signature schemes for a given private key by Kazuho Oku · 1 year, 5 months ago
  74. 8a44c16 Merge pull request #454 from h2o/kazuho/fusion-aligned-free by Kazuho Oku · 1 year, 5 months ago
  75. fd9b392 Merge pull request #456 from h2o/kazuho/ech-emit-config_id by Kazuho Oku · 1 year, 5 months ago
  76. af70fed Merge pull request #455 from h2o/kazuho/scep256r1 by Kazuho Oku · 1 year, 5 months ago
  77. a79bebe update tests by Kazuho Oku · 1 year, 5 months ago
  78. 8ef127d fix typo by Kazuho Oku · 1 year, 5 months ago
  79. 56fca7a provide API to obtain ECH config_id being used; would be useful to observe DNS expiry by Kazuho Oku · 1 year, 5 months ago
  80. ba56a5d on Windows, `_aligned_free` must be used to free memory allocated by `_aligned_malloc` by Kazuho Oku · 1 year, 5 months ago
  81. 7d294ab Merge pull request #452 from h2o/kazuho/async-sign-quic by Kazuho Oku · 1 year, 5 months ago
  82. 3531e9b Merge branch 'master' into kazuho/async-sign-quic by Kazuho Oku · 1 year, 5 months ago
  83. 4e57e9b Merge pull request #453 from h2o/kazuho/ech-grease by Kazuho Oku · 1 year, 5 months ago
  84. 13038d5 move ECH-related setup code to util.h so that they can be used from quicly/cli by Kazuho Oku · 1 year, 5 months ago
  85. 69bc99e include names defined by RFC 9180 to help users configure by Kazuho Oku · 1 year, 5 months ago
  86. af58d51 `DTRACE_PROBE` applies sizeof to the argument, therefore it cannot be a bit field by Kazuho Oku · 1 year, 5 months ago
  87. 8634156 fix warnings by Kazuho Oku · 1 year, 5 months ago
  88. 27ffadb add probe to observe ech selection by Kazuho Oku · 1 year, 5 months ago
  89. 161b08e tests have to be executable by Kazuho Oku · 1 year, 5 months ago
  90. ffa75bf add live test against crypto.cloudflare.com by Kazuho Oku · 1 year, 5 months ago
  91. 9f006cd [cli] save ECHConfigList when receiving retry_configs due to greasing by Kazuho Oku · 1 year, 5 months ago
  92. f422118 grease ECH when given zero-length ECHConfigList by Kazuho Oku · 1 year, 5 months ago
  93. 916bf73 be consistent in reporting the read epoch by Kazuho Oku · 1 year, 5 months ago
  94. 9be87a4 upon resuming from async signature generation, we do not expect to have input by Kazuho Oku · 1 year, 5 months ago
  95. 4fe18f3 Merge pull request #437 from h2o/kazuho/ech by Kazuho Oku · 1 year, 5 months ago
  96. 444b745 update expected behavior following the change in the previous commit by Kazuho Oku · 1 year, 5 months ago
  97. 8755654 send ECH_REQUIRED alert after Finished, as the draft suggests by Kazuho Oku · 1 year, 5 months ago
  98. 8641129 immedaetly send alert and exit when ECH_REQUIRED is generated by Kazuho Oku · 1 year, 5 months ago
  99. 113fb5d length of public_name field is 1-byte by Kazuho Oku · 1 year, 5 months ago
  100. e6d9bd0 turn `-E` into a read-write file so that it can be used for storing retry_configs by Kazuho Oku · 1 year, 5 months ago