- bc43bf8 Merge pull request #551 from h2o/kazuho/mlkem by Kazuho Oku · 5 hours ago main
- 3d75e9d [cli] use `_all` by Kazuho Oku · 6 hours ago
- a041967 expose list of availabe keyexe like ciphersuites by Kazuho Oku · 6 hours ago
- 455f3db Merge branch 'master' into kazuho/mlkem by Kazuho Oku · 8 hours ago
- 8a67c85 Merge pull request #550 from h2o/kazuho/keyex-invalid-input by Kazuho Oku · 8 hours ago
- b0f7673 returned output should be clean when given invalid input by Kazuho Oku · 8 hours ago
- 82b6724 implement X25519MLKEM768 by Kazuho Oku · 2 days ago
- e7d65c7 Merge pull request #548 from h2o/kazuho/ticket-requests by Kazuho Oku · 2 weeks ago
- 2b05a22 refine comments by Kazuho Oku · 2 weeks ago
- 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
- 061a3ab [cli] add -T option to set ticket_request parameters by Kazuho Oku · 3 weeks ago
- 8e25b26 implement ticket_request extension by Kazuho Oku · 3 weeks ago
- f07db15 Merge pull request #547 from h2o/kazuho/xcode-update-paths by Kazuho Oku · 3 weeks ago
- 9992856 follow the install path changes of brew by Kazuho Oku · 3 weeks ago
- 260922e Merge pull request #542 from huitema/update-sdk-version by Kazuho Oku · 3 weeks ago
- 1a9c1b2 Merge pull request #538 from nak3/add-u-getopt by Kazuho Oku · 3 weeks ago
- 0fcd8c4 Merge pull request #546 from h2o/kazuho/pr543 by Kazuho Oku · 3 weeks ago
- 787bfd9 error exit if O_NONBLOCK fails, as cli would probably not work by Frederik Deweerdt · 3 weeks ago
- 9b88159 Merge commit from fork by Kazuho Oku · 6 weeks ago
- e50ea5c Target windows SDK 10.0.18362.0 by huitema · 7 weeks ago
- 58eaa29 upon failure to generate X25519 secret, do not return address of freed memory by Kazuho Oku · 3 months ago
- 89fe56f Merge pull request #540 from h2o/kazuho/test-keyex-use-subtest by Kazuho Oku · 3 months ago
- cfa0fd5 use subtest for structured output by Kazuho Oku · 3 months ago
- fc3ccb4 Parse the -u option via getopt by Kenjiro Nakayama · 3 months ago
- e4f0a27 Merge pull request #532 from nak3/fix-libressl by Kazuho Oku · 4 months ago
- cae16c8 Fix build error due to undefined variables by Kenjiro Nakayama · 5 months ago
- 4af9f03 Merge pull request #530 from sshock/plh/ecdh-comments by Kazuho Oku · 4 months ago
- 325a0d2 Merge pull request #533 from nak3/chacha20-poly1305 by Kazuho Oku · 4 months ago
- a8d42c0 Allow LibreSSL to use ChaCha20-Poly1305 by Kenjiro Nakayama · 5 months ago
- 0c43865 Refine key exchange comments by Phillip Hellewell · 6 months ago
- 28d3512 Fix typo in method name ecdh_generate_key by Phillip Hellewell · 6 months ago
- 096fc5c Merge pull request #529 from h2o/kazuho/replace-rsa-cert by Kazuho Oku · 6 months ago
- 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
- 5a4461d Merge pull request #520 from davidk-ad8/client-allow-null-sni by Kazuho Oku · 7 months ago
- 23402cc Update lib/openssl.c by Kazuho Oku · 7 months ago
- 2d82c7d Allow client to verify certificate with NULL server name by davidk-ad8 · 7 months ago
- 9de892c Merge pull request #517 from h2o/kazuho/pr501 by Kazuho Oku · 8 months ago
- cc88d42 clang-format by Kazuho Oku · 8 months ago
- 2dbc09e Merge branch 'master' into kazuho/pr501 by Kazuho Oku · 8 months ago
- 8b52beb Merge pull request #481 from h2o/kazuho/psk2 by Kazuho Oku · 8 months ago
- 2af3d24 more tests by Kazuho Oku · 8 months ago
- 71d4dfb check consistency of `ptls_context_t` upon instantiation by Kazuho Oku · 8 months ago
- 9eb094c omit typename as it is unused by Kazuho Oku · 8 months ago
- 5643819 refine comment by Kazuho Oku · 8 months ago
- 3d9b469 [cli] update help following the changes by Kazuho Oku · 8 months ago
- 96826a4 refine comments by Kazuho Oku · 8 months ago
- 1fb276f consistently refer to `ctx->ctx->psk` by Kazuho Oku · 8 months ago
- 388b26e for readability, use one struct and initialize the variables consistently by Kazuho Oku · 8 months ago
- 436e433 fix test by Kazuho Oku · 8 months ago
- 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
- 694dd69 more logging by Kazuho Oku · 8 months ago
- 9547f80 [psk] when HRR is involved at the server side, supply PSK to the key schedule by Kazuho Oku · 8 months ago
- dfaa338 fix compile error when PTLS_DEBUG is set by Kazuho Oku · 8 months ago
- 5655ee1 [cli] add option to enforce PSK handshake rather than PSK-DHE by Kazuho Oku · 8 months ago
- de44a18 PSK+HRR works on the client side by Kazuho Oku · 8 months ago
- a522cd9 [cli] add -P option for setting the PSK hash by Kazuho Oku · 8 months ago
- ddb2121 test various forms of psk handshakes (incl. retry) by Kazuho Oku · 8 months ago
- 12b2453 refactor by Kazuho Oku · 8 months ago
- 859ba9d update picotest by Kazuho Oku · 8 months ago
- c7a825a simplify, reducing diff from master by Kazuho Oku · 8 months ago
- 48ffce5 follow the changes made to other backend tests by Kazuho Oku · 8 months ago
- 90f1ab9 Merge branch 'master' into kazuho/psk2 by Kazuho Oku · 8 months ago
- 5dc20db Remove offending include by Christian Huitema · 8 months ago
- 7abeb0b Merge branch 'master' into mbed-tls-sign-certificate by Christian Huitema · 8 months ago
- fc0774d Add comment, restart PR by Christian Huitema · 8 months ago
- 703553c Merge pull request #513 from robguima/robguima/transfer_tls13_sessions by Kazuho Oku · 9 months ago
- 483973c add FIXME by Kazuho Oku · 9 months ago
- 16d5472 rename by Kazuho Oku · 9 months ago
- 1676eb8 dispose buffer by Kazuho Oku · 9 months ago
- 9fa602c rename for readability by Kazuho Oku · 9 months ago
- adc17a6 remove unused arg by Kazuho Oku · 9 months ago
- 9158265 code reuse by Kazuho Oku · 9 months ago
- 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
- 3363573 exit version-specific logic the same way, setting `state` to value that reflects the role by Kazuho Oku · 9 months ago
- 46a0375 we can assume this; see server_handle_hello by Kazuho Oku · 9 months ago
- 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
- 424ecd0 setup key_schedule before building traffic keys, and we can avoid adding `if` by Kazuho Oku · 9 months ago
- e8c3a80 key_schedule_new might fail due to low memory by Kazuho Oku · 9 months ago
- b586480 no need to build hashes for other cipher suites than the one being selected by Kazuho Oku · 9 months ago
- f765b59 transfer only when requested by Kazuho Oku · 9 months ago
- e4c793b cosmetic: rename function so it does not read as a test by Roberto Guimaraes · 9 months ago
- 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
- 381a154 address comments: adjust tests, cleanup forther, and fix seq size by Roberto Guimaraes · 9 months ago
- 266a066 Update lib/picotls.c by robguima · 9 months ago
- 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
- 628e876 Merge pull request #512 from h2o/i110/clang-format by Kazuho Oku · 9 months ago
- 28da922 clang-format by Ichito Nagata · 9 months ago
- eb013f7 Merge pull request #508 from huitema/master by Christian Huitema · 11 months ago
- a303265 Update include/picotls.h by Christian Huitema · 11 months ago
- 7117071 Merge branch 'master' of https://github.com/huitema/picotls by Christian Huitema · 11 months ago
- e490432 Remove spurious < character by Christian Huitema · 11 months ago
- 0049ae4 Merge branch 'master' into master by Christian Huitema · 11 months ago
- 8822c25 Fix fatal warning in Windows compilers by Christian Huitema · 11 months ago
- 7709dd9 Merge from Picotls Jan 8, 2024 (#12) by Christian Huitema · 11 months ago
- 610286e Merge branch 'master' into master by Christian Huitema · 11 months ago
- 84df81f Merge pull request #507 from h2o/kazuho/session-ticket-context by Kazuho Oku · 11 months ago
- 02f0ed6 Merge branch 'master' into kazuho/session-ticket-context by Kazuho Oku · 11 months ago
- db6dd66 Merge branch 'master' into kazuho/session-ticket-context by Kazuho Oku · 11 months ago
- 6da7ec9 Merge pull request #506 from h2o/kazuho/certificate-authorities-ext by Kazuho Oku · 11 months ago
- b64735c Merge pull request #504 from h2o/kazuho/report-tls-block-overflow by Kazuho Oku · 11 months ago