- 9a3a311 Merge pull request #476 from robguima/robguima/chacha_priority_feature by Kazuho Oku · 3 weeks ago main
- f4c3536 `server_prefer_chacha` indicates a condition to disable server-precedence by Kazuho Oku · 3 weeks ago
- 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 · 3 weeks ago
- 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 · 4 weeks ago
- 6122817 Merge pull request #473 from h2o/kazuho/decode-10-11-ch-before-bailing-out by Kazuho Oku · 3 months ago
- d2b2a69 reject TLS records with unexpected first-byte value ASAP (incl. SSL 2.0 handshake) by Kazuho Oku · 3 months ago
- fd4db0a add another test vector by Kazuho Oku · 3 months ago
- fd798c7 return 0 for valid CH, otherwise on_client_hello callback will not be called by Kazuho Oku · 3 months ago
- 00a230b add test by Kazuho Oku · 3 months ago
- d46350e refactor legacy CH test to add more variants by Kazuho Oku · 3 months ago
- 829f4d8 but they might have extensions by Kazuho Oku · 3 months ago
- 328a7b5 TLS/1.0 and 1.1 CH may lack extensions block by Kazuho Oku · 3 months ago
- 3b3a910 Merge pull request #467 from h2o/kazuho/boring by Kazuho Oku · 3 months ago
- eb837a1 Merge pull request #470 from h2o/kazuho/no-alloca by Kazuho Oku · 3 months ago
- eef2da4 Merge pull request #472 from h2o/kazuho/macos-ci by Kazuho Oku · 3 months ago
- 036d3de GitHub Actions macOS image no longer has pkg-config by Kazuho Oku · 3 months ago
- fe3b4aa Merge pull request #471 from samkearney/remove-unused-function-in-cli by Kazuho Oku · 3 months ago
- db00e38 Removed unused static function find_kem in t/cli.c by Sam Kearney · 3 months ago
- 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 · 4 months ago
- 01bc5d2 Merge branch 'master' into kazuho/no-alloca by Kazuho Oku · 4 months ago
- c142d85 Merge branch 'master' into kazuho/boring by Kazuho Oku · 4 months ago
- 2f371d1 Merge pull request #468 from h2o/kazuho/setget-iv by Kazuho Oku · 4 months ago
- 9fe7c7c don't use alloca by Kazuho Oku · 4 months ago
- db82650 Merge branch 'master' into kazuho/setget-iv by Kazuho Oku · 4 months ago
- 47bcca9 Merge pull request #469 from h2o/kazuho/hexdump-trace by Kazuho Oku · 4 months ago
- 0f6a03e reflect region to which hexdump has been written (amends #458) by Kazuho Oku · 4 months ago
- 3a1c90c update bcrypt binding by Kazuho Oku · 4 months ago
- bb2cac2 provide API to set / get IV directly, make xor_iv a wrapper around it by Kazuho Oku · 4 months ago
- fc455f9 [boringssl] provide blowfish as it is important for quicly doing 64-bit CID, by requiring libdecrepit.a alongside other libraries by Kazuho Oku · 4 months ago
- 76c3615 add test that calls `ptls_aead_encrypt_update` more than once by Kazuho Oku · 4 months ago
- 2f79c56 define block size as constant by Kazuho Oku · 4 months ago
- b7e6b88 memory allocated by boringssl have to be freed using `OPENSSL_free` by Kazuho Oku · 4 months ago
- 1009a0a add boringssl to CI matrix by Kazuho Oku · 4 months ago
- 646ccda typo by Kazuho Oku · 4 months ago
- 8371fd8 clang-format by Kazuho Oku · 4 months ago
- e7e5194 `ptls_cipher_encrypt` can be called multiple times, with any byte lengths by Kazuho Oku · 4 months ago
- 1f345b2 correctly pass counter value by Kazuho Oku · 4 months ago
- d0dd266 implement chachapoly backed by the shared logic and boring's chacha by Kazuho Oku · 4 months ago
- 803dadd extract chachapoly logic in cifra so that it can be reused by Kazuho Oku · 4 months ago
- bdb5ede resurrect chacha20 ctr code by @jedisct1 in a structured way by Kazuho Oku · 4 months ago
- 3f43cb5 Merge pull request #464 from h2o/kazuho/update-uecc by Kazuho Oku · 4 months ago
- e905c95 Merge pull request #466 from h2o/kazuho/unused-code-in-openssl-aead-init by Kazuho Oku · 4 months ago
- 0fd05a6 Merge pull request #465 from larseggert/assert-rng by Kazuho Oku · 4 months ago
- 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 · 4 months ago
- 8109125 fix: Assert that a RNG is set before calling uECC_make_key by Lars Eggert · 4 months ago
- 8ce5836 revert ifs to handle chacha-poly differently by Kazuho Oku · 4 months ago
- 15a903b revert unrelated change by Kazuho Oku · 4 months ago
- fa4b351 [boringssl] calc strlen at the caller side by Kazuho Oku · 4 months ago
- a5aad42 adopt changes to lib/ from PR #432 by Frank Denis · 4 months ago
- 02c28b7 [cmake] detect boringssl by Kazuho Oku · 4 months ago
- f1f259b Merge pull request #463 from h2o/kazuho/expose-raw by Kazuho Oku · 4 months ago
- e16bc60 Revert "temporary revert local changes" by Kazuho Oku · 4 months ago
- daf5f6b extract https://github.com/kmackay/micro-ecc @ b335ee8 () at deps/micro-ecc by Kazuho Oku · 4 months ago
- 31e939f temporary revert local changes by Kazuho Oku · 4 months ago
- c56c41c call it the way it was called, move to a location that makes more sense by Kazuho Oku · 4 months ago
- 8b4114f call out decode error if odd-sized by Kazuho Oku · 4 months ago
- 0cb2744 expose unparsed list of ciphers instead by Kazuho Oku · 4 months ago
- 268dd12 Revert "Merge pull request #227 from robguima/robguima/expose_raw_client_cipherlist" by Kazuho Oku · 4 months ago
- 33a52bb Update README.md by Kazuho Oku · 4 months ago
- 057b9ac Update README.md by Kazuho Oku · 4 months ago
- 9398c49 Merge pull request #459 from tatsuhiro-t/add-missing-log-event by Kazuho Oku · 5 months ago
- cd6e746 fixup! Add missing log_event when application uses its own record layer by Tatsuhiro Tsujikawa · 5 months ago
- 662fbea Add missing log_event when application uses its own record layer by Tatsuhiro Tsujikawa · 5 months ago
- bee8265 Merge pull request #458 from tatsuhiro-t/fix-ptls_hexdump by Kazuho Oku · 5 months ago
- 58551e2 Fix ptls_hexdump return value by Tatsuhiro Tsujikawa · 5 months ago
- 5e01b2b Merge pull request #457 from h2o/kazuho/expose-sigschemes by Kazuho Oku · 5 months ago
- c864db9 refine comment by Kazuho Oku · 6 months ago
- 5a0401f explain the design by Kazuho Oku · 6 months ago
- b80fc44 update test by Kazuho Oku · 6 months ago
- da6ad89 define alternative method by Kazuho Oku · 6 months ago
- 07d848c `ptls_openssl_get_async_fd` assumes particular type of implementation; use a callback to generalize the concept by Kazuho Oku · 6 months ago
- 41610e4 expose signature scheme selection logic by Kazuho Oku · 6 months ago
- 093a701 expose the interface to obtain compatible signature schemes for a given private key by Kazuho Oku · 6 months ago
- 8a44c16 Merge pull request #454 from h2o/kazuho/fusion-aligned-free by Kazuho Oku · 6 months ago
- fd9b392 Merge pull request #456 from h2o/kazuho/ech-emit-config_id by Kazuho Oku · 6 months ago
- af70fed Merge pull request #455 from h2o/kazuho/scep256r1 by Kazuho Oku · 6 months ago
- a79bebe update tests by Kazuho Oku · 6 months ago
- 8ef127d fix typo by Kazuho Oku · 6 months ago
- 56fca7a provide API to obtain ECH config_id being used; would be useful to observe DNS expiry by Kazuho Oku · 6 months ago
- ba56a5d on Windows, `_aligned_free` must be used to free memory allocated by `_aligned_malloc` by Kazuho Oku · 6 months ago
- 7d294ab Merge pull request #452 from h2o/kazuho/async-sign-quic by Kazuho Oku · 6 months ago
- 3531e9b Merge branch 'master' into kazuho/async-sign-quic by Kazuho Oku · 6 months ago
- 4e57e9b Merge pull request #453 from h2o/kazuho/ech-grease by Kazuho Oku · 6 months ago
- 13038d5 move ECH-related setup code to util.h so that they can be used from quicly/cli by Kazuho Oku · 6 months ago
- 69bc99e include names defined by RFC 9180 to help users configure by Kazuho Oku · 6 months ago
- af58d51 `DTRACE_PROBE` applies sizeof to the argument, therefore it cannot be a bit field by Kazuho Oku · 6 months ago
- 8634156 fix warnings by Kazuho Oku · 6 months ago
- 27ffadb add probe to observe ech selection by Kazuho Oku · 6 months ago
- 161b08e tests have to be executable by Kazuho Oku · 6 months ago
- ffa75bf add live test against crypto.cloudflare.com by Kazuho Oku · 6 months ago
- 9f006cd [cli] save ECHConfigList when receiving retry_configs due to greasing by Kazuho Oku · 6 months ago
- f422118 grease ECH when given zero-length ECHConfigList by Kazuho Oku · 6 months ago
- 916bf73 be consistent in reporting the read epoch by Kazuho Oku · 6 months ago
- 9be87a4 upon resuming from async signature generation, we do not expect to have input by Kazuho Oku · 6 months ago
- 4fe18f3 Merge pull request #437 from h2o/kazuho/ech by Kazuho Oku · 6 months ago
- 444b745 update expected behavior following the change in the previous commit by Kazuho Oku · 6 months ago
- 8755654 send ECH_REQUIRED alert after Finished, as the draft suggests by Kazuho Oku · 6 months ago
- 8641129 immedaetly send alert and exit when ECH_REQUIRED is generated by Kazuho Oku · 6 months ago
- 113fb5d length of public_name field is 1-byte by Kazuho Oku · 6 months ago
- e6d9bd0 turn `-E` into a read-write file so that it can be used for storing retry_configs by Kazuho Oku · 6 months ago