1. 541a5d5 Add comment to force appveyor run by Christian Huitema · 3 years, 1 month ago
  2. a6ca5ae Add appveyor action to build picotlsvs by Christian Huitema · 3 years, 1 month ago
  3. 12c5234 Update t/picotls.c by Kazuho Oku · 3 years, 1 month ago
  4. 246817a Merge pull request #347 by Kazuho Oku · 3 years, 1 month ago
  5. f684acb there can more than 1 intermediate certificates; support chain of up to 100 certificates as OpenSSL does by Kazuho Oku · 3 years, 1 month ago
  6. 9db9cae minimize the scope of `params` by Kazuho Oku · 3 years, 1 month ago
  7. afcc5dd keep default list of signature algorithms as-is; new app should register the certificate verification callback by Kazuho Oku · 3 years, 1 month ago
  8. 983ccf4 Update picotls.c by Victor Stewart · 3 years, 1 month ago
  9. 23140f4 Update openssl.c by Victor Stewart · 3 years, 1 month ago
  10. 52eb289 Update openssl.h by Victor Stewart · 3 years, 1 month ago
  11. 9722c33 Update openssl.c by Victor Stewart · 3 years, 1 month ago
  12. 86ccc55 Merge pull request #349 from h2o/fix-raw-cert-windows by Kazuho Oku · 3 years, 1 month ago
  13. 3490d2b Fix compile error on windows. by Christian Huitema · 3 years, 1 month ago
  14. 7f275af error handling fix by Victor Stewart · 3 years, 1 month ago
  15. ec82240 add back X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS by Victor Stewart · 3 years, 1 month ago
  16. 9211c0f removed the printfs haha by Victor Stewart · 3 years, 1 month ago
  17. 7addc1b fix sni by Victor Stewart · 3 years, 1 month ago
  18. b7921f7 add set algo interface for custom verification callback by Victor Stewart · 3 years, 1 month ago
  19. 66a5d85 more tests by Kazuho Oku · 3 years, 1 month ago
  20. 02a946a fix by Kazuho Oku · 3 years, 1 month ago
  21. 37d3afa add tests by Kazuho Oku · 3 years, 1 month ago
  22. b012d77 Merge branch 'kazuho/pr/335' into kazuho/server-cipher-preference by Kazuho Oku · 3 years, 1 month ago
  23. c91baf9 Update README.md by Kazuho Oku · 3 years, 1 month ago
  24. e4fe08f Update README.md by Kazuho Oku · 3 years, 1 month ago
  25. 7d7d31a Merge pull request #343 from h2o/kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  26. 1dd66ec Merge branch 'master' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  27. 0b86b2d remove text part as it is unneeded by Kazuho Oku · 3 years, 1 month ago
  28. 62e67dd Merge branch 'master' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  29. 006c1fc Merge pull request #342 from h2o/kazuho/verify-sign-sha384512 by Kazuho Oku · 3 years, 1 month ago
  30. 76c3d7c Merge branch 'master' into kazuho/verify-sign-sha384512 by Kazuho Oku · 3 years, 1 month ago
  31. 0018405 Merge pull request #344 from h2o/kazuho/openssl-flavors by Kazuho Oku · 3 years, 1 month ago
  32. f2e30df add libressl 3.2 to the mix by Kazuho Oku · 3 years, 1 month ago
  33. 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
  34. a41798c let `cli -h` emit list of supported signature algorithms, run tests based on that by Kazuho Oku · 3 years, 1 month ago
  35. b46e608 define flag at picotls level by Kazuho Oku · 3 years, 1 month ago
  36. efdc1e0 add ed25519 to end-to-end matrix by Kazuho Oku · 3 years, 1 month ago
  37. 2306ec1 Merge branch 'kazuho/verify-sign-sha384512' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  38. 9341aed add verify all supported certificate types by Kazuho Oku · 3 years, 1 month ago
  39. 367ad1d advertise support for ed25519 otherwise the server would never use an ed25519-cert by Kazuho Oku · 3 years, 1 month ago
  40. f3f5dbe pass scheme as the argument rather than a nullable pointer referring to the digest algorithm by Kazuho Oku · 3 years, 1 month ago
  41. 5ef10c9 add comments by Kazuho Oku · 3 years, 1 month ago
  42. 77e007b clang-format by Kazuho Oku · 3 years, 1 month ago
  43. f2a00f4 Merge commit 'efad5b281a7417cf012e80915b3e8d16f05b23a7' into kazuho/cert-ed25519 by Kazuho Oku · 3 years, 1 month ago
  44. 4218a33 oops by Kazuho Oku · 3 years, 1 month ago
  45. 4e18a57 clarify the behavior by Kazuho Oku · 3 years, 1 month ago
  46. 1467459 counterpart of d968b81 by Kazuho Oku · 3 years, 1 month ago
  47. 660362b oops by Kazuho Oku · 3 years, 1 month ago
  48. d968b81 fix hash function used by mgf1; confirmed interop. against www.google.com by Kazuho Oku · 3 years, 1 month ago
  49. 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
  50. f4923b4 validation has moved to the callback by Kazuho Oku · 3 years, 1 month ago
  51. 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
  52. d6387cd use available flag, omit SHAXXX check as we already depend on them unconditionally by Kazuho Oku · 3 years, 1 month ago
  53. 4e11ff3 provide algo ID to `verify_sign` callback by Kazuho Oku · 3 years, 1 month ago
  54. 08d1f1d test all signature schemes by Kazuho Oku · 3 years, 1 month ago
  55. 1e1ea37 [refactor] for reusability, build list of supported schemes at compile-time by Kazuho Oku · 3 years, 1 month ago
  56. 45b02fa Merge pull request #341 from h2o/kazuho/xcode-openssl-brew by Kazuho Oku · 3 years, 1 month ago
  57. efad5b2 Update openssl.c by Victor Stewart · 3 years, 1 month ago
  58. 616313d Update openssl.c by Victor Stewart · 3 years, 1 month ago
  59. bd8211e Update openssl.c by Victor Stewart · 3 years, 1 month ago
  60. 4fac2ec Update openssl.c by Victor Stewart · 3 years, 1 month ago
  61. 05adff4 ed25519 support by Victor Stewart · 3 years, 1 month ago
  62. 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
  63. 47327f8 Merge pull request #337 from h2o/kazuho/reject-0rtt-if-configured-as-such by Kazuho Oku · 3 years, 2 months ago
  64. f653323 reject early data if configured as such by Roberto Guimaraes · 3 years, 2 months ago
  65. dc97438 remove redundant line by Kazuho Oku · 3 years, 2 months ago
  66. 6679374 Merge pull request #336 from deweerdt/rfc7250 by Kazuho Oku · 3 years, 2 months ago
  67. 0d1b6a2 Have the verify subroutines take a reference on the public key by Frederik Deweerdt · 3 years, 2 months ago
  68. f1e4fe2 Update t/cli.c by Frederik Deweerdt · 3 years, 2 months ago
  69. 00f794d Update t/cli.c by Frederik Deweerdt · 3 years, 2 months ago
  70. b327e12 Update t/cli.c by Frederik Deweerdt · 3 years, 2 months ago
  71. 1ced651 clang format by Frederik Deweerdt · 3 years, 2 months ago
  72. d07d3bf add a test that uses EC p256 keys by Frederik Deweerdt · 3 years, 2 months ago
  73. a051346 simplify matching a cert type by Frederik Deweerdt · 3 years, 2 months ago
  74. ead7cf0 Add a dispose API function by Frederik Deweerdt · 3 years, 2 months ago
  75. 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
  76. 48bb372 remove unused `ptls_load_raw_public_key` definition by Frederik Deweerdt · 3 years, 2 months ago
  77. 1ea6371 clang format by Frederik Deweerdt · 3 years, 2 months ago
  78. 5f1f4e1 rework how verification is done in cli by Frederik Deweerdt · 3 years, 2 months ago
  79. 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
  80. 3504e90 Delay decision on supported certs by Frederik Deweerdt · 3 years, 2 months ago
  81. 4a76dc1 no empty list, no single x509 element by Frederik Deweerdt · 3 years, 2 months ago
  82. dd17b7d Verify the pub key signature by Frederik Deweerdt · 3 years, 2 months ago
  83. 6657d37 rename cert0_is_raw_certificate as use_raw_public_keys by Frederik Deweerdt · 3 years, 2 months ago
  84. af635a7 clang format by Frederik Deweerdt · 3 years, 2 months ago
  85. 618a4ae remove unused load cert functions by Frederik Deweerdt · 3 years, 2 months ago
  86. 7e6e9ad remove unnecessary cert list in st_ptls_client_hello_t by Frederik Deweerdt · 3 years, 2 months ago
  87. c2d9126 Fix overrun by Frederik Deweerdt · 3 years, 2 months ago
  88. 6111e7d fix how verification of raw certs is done by Frederik Deweerdt · 3 years, 2 months ago
  89. 951de25 clang format by Frederik Deweerdt · 3 years, 2 months ago
  90. fdc3ada Address review comments by Frederik Deweerdt · 3 years, 2 months ago
  91. 203a2fd Raw public keys (RFC 7250) support by Frederik Deweerdt · 3 years, 2 months ago
  92. 34a6541 Introduce a `server_cipher_preference` knob to allow changing which end by Frederik Deweerdt · 3 years, 3 months ago
  93. d5e3251 Merge pull request #332 from larseggert/rename-xor by Christian Huitema · 3 years, 4 months ago
  94. 45bbc4b Rename arguments to do_xor_iv to avoid clashing with a reserved keyword by Lars Eggert · 3 years, 4 months ago
  95. 4bf62b3 Merge pull request #331 from h2o/iv-96 by Christian Huitema · 3 years, 4 months ago
  96. 57cfb1a remove duplicate test fusion (+1) by Christian Huitema · 3 years, 4 months ago
  97. 70dc2bd Remove unnecessary ifdef by Christian Huitema · 3 years, 4 months ago
  98. 8fffd49 Remove duplicate test-fusion by Christian Huitema · 3 years, 4 months ago
  99. 28e4f88 Add cross providers tests by Christian Huitema · 3 years, 4 months ago
  100. a168094 Update include/picotls.h by Christian Huitema · 3 years, 4 months ago