1. 02a946a fix by Kazuho Oku · 3 years, 1 month ago
  2. 37d3afa add tests by Kazuho Oku · 3 years, 1 month ago
  3. b012d77 Merge branch 'kazuho/pr/335' into kazuho/server-cipher-preference by Kazuho Oku · 3 years, 1 month ago
  4. c91baf9 Update README.md by Kazuho Oku · 3 years, 1 month ago
  5. e4fe08f Update README.md by Kazuho Oku · 3 years, 1 month ago
  6. 7d7d31a Merge pull request #343 from h2o/kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  7. 1dd66ec Merge branch 'master' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  8. 0b86b2d remove text part as it is unneeded by Kazuho Oku · 3 years, 1 month ago
  9. 62e67dd Merge branch 'master' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  10. 006c1fc Merge pull request #342 from h2o/kazuho/verify-sign-sha384512 by Kazuho Oku · 3 years, 1 month ago
  11. 76c3d7c Merge branch 'master' into kazuho/verify-sign-sha384512 by Kazuho Oku · 3 years, 1 month ago
  12. 0018405 Merge pull request #344 from h2o/kazuho/openssl-flavors by Kazuho Oku · 3 years, 1 month ago
  13. f2e30df add libressl 3.2 to the mix by Kazuho Oku · 3 years, 1 month ago
  14. 5ea56c5 use focal with openssl 1.1.1 as the default, add openssl 1.1.0 to the matrix by Kazuho Oku · 3 years, 1 month ago
  15. a41798c let `cli -h` emit list of supported signature algorithms, run tests based on that by Kazuho Oku · 3 years, 1 month ago
  16. b46e608 define flag at picotls level by Kazuho Oku · 3 years, 1 month ago
  17. efdc1e0 add ed25519 to end-to-end matrix by Kazuho Oku · 3 years, 1 month ago
  18. 2306ec1 Merge branch 'kazuho/verify-sign-sha384512' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  19. 9341aed add verify all supported certificate types by Kazuho Oku · 3 years, 1 month ago
  20. 367ad1d advertise support for ed25519 otherwise the server would never use an ed25519-cert by Kazuho Oku · 3 years, 1 month ago
  21. f3f5dbe pass scheme as the argument rather than a nullable pointer referring to the digest algorithm by Kazuho Oku · 3 years, 1 month ago
  22. 5ef10c9 add comments by Kazuho Oku · 3 years, 1 month ago
  23. 77e007b clang-format by Kazuho Oku · 3 years, 1 month ago
  24. f2a00f4 Merge commit 'efad5b281a7417cf012e80915b3e8d16f05b23a7' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  25. 4218a33 oops by Kazuho Oku · 3 years, 1 month ago
  26. 4e18a57 clarify the behavior by Kazuho Oku · 3 years, 1 month ago
  27. 1467459 counterpart of d968b81 by Kazuho Oku · 3 years, 1 month ago
  28. 660362b oops by Kazuho Oku · 3 years, 1 month ago
  29. d968b81 fix hash function used by mgf1; confirmed interop. against www.google.com by Kazuho Oku · 3 years, 1 month ago
  30. 16253ef scheme mismatch is an error at the server-side, as we only advertise the signature schemes that can be handled by Kazuho Oku · 3 years, 1 month ago
  31. f4923b4 validation has moved to the callback by Kazuho Oku · 3 years, 1 month ago
  32. 6ec69c6 include the list of supported algorithms in CH.signature_algorithms, while preserving the existing list when no verifier is registered by Kazuho Oku · 3 years, 1 month ago
  33. d6387cd use available flag, omit SHAXXX check as we already depend on them unconditionally by Kazuho Oku · 3 years, 1 month ago
  34. 4e11ff3 provide algo ID to `verify_sign` callback by Kazuho Oku · 3 years, 1 month ago
  35. 08d1f1d test all signature schemes by Kazuho Oku · 3 years, 1 month ago
  36. 1e1ea37 [refactor] for reusability, build list of supported schemes at compile-time by Kazuho Oku · 3 years, 1 month ago
  37. 45b02fa Merge pull request #341 from h2o/kazuho/xcode-openssl-brew by Kazuho Oku · 3 years, 1 month ago
  38. efad5b2 Update openssl.c by Victor Stewart · 3 years, 1 month ago
  39. 616313d Update openssl.c by Victor Stewart · 3 years, 1 month ago
  40. bd8211e Update openssl.c by Victor Stewart · 3 years, 1 month ago
  41. 4fac2ec Update openssl.c by Victor Stewart · 3 years, 1 month ago
  42. 05adff4 ed25519 support by Victor Stewart · 3 years, 1 month ago
  43. f1d85e1 [xcode] for openssl, rely on homebrew instead of assuming that one is installed in /usr/local/openssl-1.1.0 by Kazuho Oku · 3 years, 1 month ago
  44. 47327f8 Merge pull request #337 from h2o/kazuho/reject-0rtt-if-configured-as-such by Kazuho Oku · 3 years, 2 months ago
  45. f653323 reject early data if configured as such by Roberto Guimaraes · 3 years, 2 months ago
  46. dc97438 remove redundant line by Kazuho Oku · 3 years, 2 months ago
  47. 6679374 Merge pull request #336 from deweerdt/rfc7250 by Kazuho Oku · 3 years, 2 months ago
  48. 0d1b6a2 Have the verify subroutines take a reference on the public key by Frederik Deweerdt · 3 years, 2 months ago
  49. f1e4fe2 Update t/cli.c by Frederik Deweerdt · 3 years, 2 months ago
  50. 00f794d Update t/cli.c by Frederik Deweerdt · 3 years, 2 months ago
  51. b327e12 Update t/cli.c by Frederik Deweerdt · 3 years, 2 months ago
  52. 1ced651 clang format by Frederik Deweerdt · 3 years, 2 months ago
  53. d07d3bf add a test that uses EC p256 keys by Frederik Deweerdt · 3 years, 2 months ago
  54. a051346 simplify matching a cert type by Frederik Deweerdt · 3 years, 2 months ago
  55. ead7cf0 Add a dispose API function by Frederik Deweerdt · 3 years, 2 months ago
  56. bc7e5d1 - rename `st_ptls_raw_pubkey_verify_certificate_t` to `st_ptls_openssl_raw_pubkey_verify_certificate_t` by Frederik Deweerdt · 3 years, 2 months ago
  57. 48bb372 remove unused `ptls_load_raw_public_key` definition by Frederik Deweerdt · 3 years, 2 months ago
  58. 1ea6371 clang format by Frederik Deweerdt · 3 years, 2 months ago
  59. 5f1f4e1 rework how verification is done in cli by Frederik Deweerdt · 3 years, 2 months ago
  60. 1b742ed Allow on_client_hello to swap ptls_context_t pointers, checking for cert types only after the callback has run by Frederik Deweerdt · 3 years, 2 months ago
  61. 3504e90 Delay decision on supported certs by Frederik Deweerdt · 3 years, 2 months ago
  62. 4a76dc1 no empty list, no single x509 element by Frederik Deweerdt · 3 years, 2 months ago
  63. dd17b7d Verify the pub key signature by Frederik Deweerdt · 3 years, 2 months ago
  64. 6657d37 rename cert0_is_raw_certificate as use_raw_public_keys by Frederik Deweerdt · 3 years, 2 months ago
  65. af635a7 clang format by Frederik Deweerdt · 3 years, 2 months ago
  66. 618a4ae remove unused load cert functions by Frederik Deweerdt · 3 years, 2 months ago
  67. 7e6e9ad remove unnecessary cert list in st_ptls_client_hello_t by Frederik Deweerdt · 3 years, 2 months ago
  68. c2d9126 Fix overrun by Frederik Deweerdt · 3 years, 2 months ago
  69. 6111e7d fix how verification of raw certs is done by Frederik Deweerdt · 3 years, 2 months ago
  70. 951de25 clang format by Frederik Deweerdt · 3 years, 2 months ago
  71. fdc3ada Address review comments by Frederik Deweerdt · 3 years, 2 months ago
  72. 203a2fd Raw public keys (RFC 7250) support by Frederik Deweerdt · 3 years, 2 months ago
  73. 34a6541 Introduce a `server_cipher_preference` knob to allow changing which end by Frederik Deweerdt · 3 years, 3 months ago
  74. d5e3251 Merge pull request #332 from larseggert/rename-xor by Christian Huitema · 3 years, 4 months ago
  75. 45bbc4b Rename arguments to do_xor_iv to avoid clashing with a reserved keyword by Lars Eggert · 3 years, 4 months ago
  76. 4bf62b3 Merge pull request #331 from h2o/iv-96 by Christian Huitema · 3 years, 5 months ago
  77. 57cfb1a remove duplicate test fusion (+1) by Christian Huitema · 3 years, 5 months ago
  78. 70dc2bd Remove unnecessary ifdef by Christian Huitema · 3 years, 5 months ago
  79. 8fffd49 Remove duplicate test-fusion by Christian Huitema · 3 years, 5 months ago
  80. 28e4f88 Add cross providers tests by Christian Huitema · 3 years, 5 months ago
  81. a168094 Update include/picotls.h by Christian Huitema · 3 years, 5 months ago
  82. 21c2d3e Update lib/fusion.c by Christian Huitema · 3 years, 5 months ago
  83. 4a4bc22 Update lib/fusion.c by Christian Huitema · 3 years, 5 months ago
  84. 9b8baa9 Update lib/cifra/chacha20.c by Christian Huitema · 3 years, 5 months ago
  85. 38ccbdc Update lib/cifra/chacha20.c by Christian Huitema · 3 years, 5 months ago
  86. d00e251 Update lib/cifra/aes-common.h by Christian Huitema · 3 years, 5 months ago
  87. 85f208c Update lib/cifra/aes-common.h by Christian Huitema · 3 years, 5 months ago
  88. 9a3ed33 Fix typo by Christian Huitema · 3 years, 5 months ago
  89. 9a931db Disable Fusion on Windows 32bit builds. by Christian Huitema · 3 years, 5 months ago
  90. 71925d9 Add testfusion on VS builds, debug fusion iv96 by Christian Huitema · 3 years, 5 months ago
  91. 4f8c485 Add support for xor_iv by Christian Huitema · 3 years, 5 months ago
  92. 9238121 Merge pull request #325 from h2o/fusion-benchmark by Kazuho Oku · 3 years, 6 months ago
  93. 14331d0 Fixng CMake list reference by Christian Huitema · 3 years, 6 months ago
  94. d1357d9 Optional fusion for ptlsbench in CMAKE by Christian Huitema · 3 years, 6 months ago
  95. e413e9a Add fusion to ptlsbench and fix bcrypt by Christian Huitema · 3 years, 6 months ago
  96. ba46059 Add SECURITY.md by Jonathan Foote · 3 years, 7 months ago
  97. 2464ada Merge pull request #323 by Kazuho Oku · 3 years, 7 months ago
  98. 14c00c0 clang-format by Kazuho Oku · 3 years, 7 months ago
  99. e47012b the assumed unit size 16KB, therefore applicable to TLS records too by Kazuho Oku · 3 years, 7 months ago
  100. 11b75d5 Confidentiality and integrity limits for AEAD by Christian Huitema · 3 years, 7 months ago