1. bc43bf8 Merge pull request #551 from h2o/kazuho/mlkem by Kazuho Oku · 5 hours ago main
  2. 3d75e9d [cli] use `_all` by Kazuho Oku · 6 hours ago
  3. a041967 expose list of availabe keyexe like ciphersuites by Kazuho Oku · 6 hours ago
  4. 455f3db Merge branch 'master' into kazuho/mlkem by Kazuho Oku · 8 hours ago
  5. 8a67c85 Merge pull request #550 from h2o/kazuho/keyex-invalid-input by Kazuho Oku · 8 hours ago
  6. b0f7673 returned output should be clean when given invalid input by Kazuho Oku · 8 hours ago
  7. 82b6724 implement X25519MLKEM768 by Kazuho Oku · 2 days ago
  8. e7d65c7 Merge pull request #548 from h2o/kazuho/ticket-requests by Kazuho Oku · 2 weeks ago
  9. 2b05a22 refine comments by Kazuho Oku · 2 weeks ago
  10. 0d9a63c test specified number of tickets are issued and that the last one is useful (we test the first one being usable by the path that tests handshake wo. ticket-requests, so...) by Kazuho Oku · 3 weeks ago
  11. 061a3ab [cli] add -T option to set ticket_request parameters by Kazuho Oku · 3 weeks ago
  12. 8e25b26 implement ticket_request extension by Kazuho Oku · 3 weeks ago
  13. f07db15 Merge pull request #547 from h2o/kazuho/xcode-update-paths by Kazuho Oku · 3 weeks ago
  14. 9992856 follow the install path changes of brew by Kazuho Oku · 3 weeks ago
  15. 260922e Merge pull request #542 from huitema/update-sdk-version by Kazuho Oku · 3 weeks ago
  16. 1a9c1b2 Merge pull request #538 from nak3/add-u-getopt by Kazuho Oku · 3 weeks ago
  17. 0fcd8c4 Merge pull request #546 from h2o/kazuho/pr543 by Kazuho Oku · 3 weeks ago
  18. 787bfd9 error exit if O_NONBLOCK fails, as cli would probably not work by Frederik Deweerdt · 3 weeks ago
  19. 9b88159 Merge commit from fork by Kazuho Oku · 6 weeks ago
  20. e50ea5c Target windows SDK 10.0.18362.0 by huitema · 7 weeks ago
  21. 58eaa29 upon failure to generate X25519 secret, do not return address of freed memory by Kazuho Oku · 3 months ago
  22. 89fe56f Merge pull request #540 from h2o/kazuho/test-keyex-use-subtest by Kazuho Oku · 3 months ago
  23. cfa0fd5 use subtest for structured output by Kazuho Oku · 3 months ago
  24. fc3ccb4 Parse the -u option via getopt by Kenjiro Nakayama · 3 months ago
  25. e4f0a27 Merge pull request #532 from nak3/fix-libressl by Kazuho Oku · 4 months ago
  26. cae16c8 Fix build error due to undefined variables by Kenjiro Nakayama · 5 months ago
  27. 4af9f03 Merge pull request #530 from sshock/plh/ecdh-comments by Kazuho Oku · 4 months ago
  28. 325a0d2 Merge pull request #533 from nak3/chacha20-poly1305 by Kazuho Oku · 4 months ago
  29. a8d42c0 Allow LibreSSL to use ChaCha20-Poly1305 by Kenjiro Nakayama · 5 months ago
  30. 0c43865 Refine key exchange comments by Phillip Hellewell · 6 months ago
  31. 28d3512 Fix typo in method name ecdh_generate_key by Phillip Hellewell · 6 months ago
  32. 096fc5c Merge pull request #529 from h2o/kazuho/replace-rsa-cert by Kazuho Oku · 6 months ago
  33. 110bb5b reissue t/assets/rsa/cert.pem using t/assets/test-ca.crt; CN has been changed to `rsa.test.example.com` in alignment with other certs and also because xip.io has ceased to exist by Kazuho Oku · 6 months ago
  34. 5a4461d Merge pull request #520 from davidk-ad8/client-allow-null-sni by Kazuho Oku · 7 months ago
  35. 23402cc Update lib/openssl.c by Kazuho Oku · 7 months ago
  36. 2d82c7d Allow client to verify certificate with NULL server name by davidk-ad8 · 7 months ago
  37. 9de892c Merge pull request #517 from h2o/kazuho/pr501 by Kazuho Oku · 8 months ago
  38. cc88d42 clang-format by Kazuho Oku · 8 months ago
  39. 2dbc09e Merge branch 'master' into kazuho/pr501 by Kazuho Oku · 8 months ago
  40. 8b52beb Merge pull request #481 from h2o/kazuho/psk2 by Kazuho Oku · 8 months ago
  41. 2af3d24 more tests by Kazuho Oku · 8 months ago
  42. 71d4dfb check consistency of `ptls_context_t` upon instantiation by Kazuho Oku · 8 months ago
  43. 9eb094c omit typename as it is unused by Kazuho Oku · 8 months ago
  44. 5643819 refine comment by Kazuho Oku · 8 months ago
  45. 3d9b469 [cli] update help following the changes by Kazuho Oku · 8 months ago
  46. 96826a4 refine comments by Kazuho Oku · 8 months ago
  47. 1fb276f consistently refer to `ctx->ctx->psk` by Kazuho Oku · 8 months ago
  48. 388b26e for readability, use one struct and initialize the variables consistently by Kazuho Oku · 8 months ago
  49. 436e433 fix test by Kazuho Oku · 8 months ago
  50. a8e1af5 when HRR is involved, make sure called HKDF-Extract(PSK) only once per handshake, and binder_key is derived from null message by Kazuho Oku · 8 months ago
  51. 694dd69 more logging by Kazuho Oku · 8 months ago
  52. 9547f80 [psk] when HRR is involved at the server side, supply PSK to the key schedule by Kazuho Oku · 8 months ago
  53. dfaa338 fix compile error when PTLS_DEBUG is set by Kazuho Oku · 8 months ago
  54. 5655ee1 [cli] add option to enforce PSK handshake rather than PSK-DHE by Kazuho Oku · 8 months ago
  55. de44a18 PSK+HRR works on the client side by Kazuho Oku · 8 months ago
  56. a522cd9 [cli] add -P option for setting the PSK hash by Kazuho Oku · 8 months ago
  57. ddb2121 test various forms of psk handshakes (incl. retry) by Kazuho Oku · 8 months ago
  58. 12b2453 refactor by Kazuho Oku · 8 months ago
  59. 859ba9d update picotest by Kazuho Oku · 8 months ago
  60. c7a825a simplify, reducing diff from master by Kazuho Oku · 8 months ago
  61. 48ffce5 follow the changes made to other backend tests by Kazuho Oku · 8 months ago
  62. 90f1ab9 Merge branch 'master' into kazuho/psk2 by Kazuho Oku · 8 months ago
  63. 5dc20db Remove offending include by Christian Huitema · 8 months ago
  64. 7abeb0b Merge branch 'master' into mbed-tls-sign-certificate by Christian Huitema · 8 months ago
  65. fc0774d Add comment, restart PR by Christian Huitema · 8 months ago
  66. 703553c Merge pull request #513 from robguima/robguima/transfer_tls13_sessions by Kazuho Oku · 9 months ago
  67. 483973c add FIXME by Kazuho Oku · 9 months ago
  68. 16d5472 rename by Kazuho Oku · 9 months ago
  69. 1676eb8 dispose buffer by Kazuho Oku · 9 months ago
  70. 9fa602c rename for readability by Kazuho Oku · 9 months ago
  71. adc17a6 remove unused arg by Kazuho Oku · 9 months ago
  72. 9158265 code reuse by Kazuho Oku · 9 months ago
  73. 69e65f8 better notify the key update; the install key cannot be derived / has not been notified at an earlier moment by Kazuho Oku · 9 months ago
  74. 3363573 exit version-specific logic the same way, setting `state` to value that reflects the role by Kazuho Oku · 9 months ago
  75. 46a0375 we can assume this; see server_handle_hello by Kazuho Oku · 9 months ago
  76. a451c0b rename; tls13 traffic keys are constructed in two ways, the name of the function should imply the case being dealt by Kazuho Oku · 9 months ago
  77. 424ecd0 setup key_schedule before building traffic keys, and we can avoid adding `if` by Kazuho Oku · 9 months ago
  78. e8c3a80 key_schedule_new might fail due to low memory by Kazuho Oku · 9 months ago
  79. b586480 no need to build hashes for other cipher suites than the one being selected by Kazuho Oku · 9 months ago
  80. f765b59 transfer only when requested by Kazuho Oku · 9 months ago
  81. e4c793b cosmetic: rename function so it does not read as a test by Roberto Guimaraes · 9 months ago
  82. 61e0403 fix test failures: store the original server ptls_t pointer to use for ptls_is_ech_handshake because the migrated ptls_t does not contain handshake information by Roberto Guimaraes · 9 months ago
  83. 381a154 address comments: adjust tests, cleanup forther, and fix seq size by Roberto Guimaraes · 9 months ago
  84. 266a066 Update lib/picotls.c by robguima · 9 months ago
  85. a1a3559 adds support for ptls_import() and ptls_export() TLSv1.3 essentially adding the ability to transfer the traffic secrets from one tls structure to another newly created one. This also adds adds a ptls_dupe test function for t/picotls.c which simulates the usage of import/export in different code paths and handshake types. by Roberto Guimaraes · 9 months ago
  86. 628e876 Merge pull request #512 from h2o/i110/clang-format by Kazuho Oku · 9 months ago
  87. 28da922 clang-format by Ichito Nagata · 9 months ago
  88. eb013f7 Merge pull request #508 from huitema/master by Christian Huitema · 11 months ago
  89. a303265 Update include/picotls.h by Christian Huitema · 11 months ago
  90. 7117071 Merge branch 'master' of https://github.com/huitema/picotls by Christian Huitema · 11 months ago
  91. e490432 Remove spurious < character by Christian Huitema · 11 months ago
  92. 0049ae4 Merge branch 'master' into master by Christian Huitema · 11 months ago
  93. 8822c25 Fix fatal warning in Windows compilers by Christian Huitema · 11 months ago
  94. 7709dd9 Merge from Picotls Jan 8, 2024 (#12) by Christian Huitema · 11 months ago
  95. 610286e Merge branch 'master' into master by Christian Huitema · 11 months ago
  96. 84df81f Merge pull request #507 from h2o/kazuho/session-ticket-context by Kazuho Oku · 11 months ago
  97. 02f0ed6 Merge branch 'master' into kazuho/session-ticket-context by Kazuho Oku · 11 months ago
  98. db6dd66 Merge branch 'master' into kazuho/session-ticket-context by Kazuho Oku · 11 months ago
  99. 6da7ec9 Merge pull request #506 from h2o/kazuho/certificate-authorities-ext by Kazuho Oku · 11 months ago
  100. b64735c Merge pull request #504 from h2o/kazuho/report-tls-block-overflow by Kazuho Oku · 11 months ago