1. 8a694b6 no need to have prefix for static functions by Kazuho Oku · 6 months ago
  2. 60f4749 add missing `static` by Kazuho Oku · 6 months ago
  3. bf9e1d7 reduce state, release memory regardless of errors by Kazuho Oku · 6 months ago
  4. 0635d6e expand doc-comment in picotls.h instead by Kazuho Oku · 6 months ago
  5. fc2bae6 fail the same way by Kazuho Oku · 6 months ago
  6. 7550f87 update test code to not rely on init-update-final cycle that is now optional (see doc-comment of ptls_aead_context_t) by Kazuho Oku · 6 months ago
  7. 2e4ecad simply AEAD code by only supporting the mandatory operation types by Kazuho Oku · 6 months ago
  8. 4741102 move useful comments to `.h`, as they are not specific to the mbedtls backend by Kazuho Oku · 6 months ago
  9. 046b582 limit scope of `psa_key_attributes_t` by Kazuho Oku · 6 months ago
  10. d4987ca Merge branch 'master' into kazuho/psk2 by Kazuho Oku · 6 months ago
  11. 8fb46c6 Merge pull request #490 from h2o/kazuho/evp_keyex_init-on-error by Kazuho Oku · 6 months ago
  12. f4cb1fd Merge pull request #494 from h2o/kazuho/key_schedule_new-no-memory by Kazuho Oku · 6 months ago
  13. 9e32304 key_schedule_new might fail due to malloc failing by Kazuho Oku · 6 months ago
  14. 4d5827d `ptls_cipher_init` is not called in ECB mode by Kazuho Oku · 6 months ago
  15. e6ac47f amend 2106299 by Kazuho Oku · 6 months ago
  16. c4521e8 have ones own by Kazuho Oku · 6 months ago
  17. bdec08f report error in detail by Kazuho Oku · 6 months ago
  18. 89c9fa1 engines can be tested using `test_picotls` by Kazuho Oku · 6 months ago
  19. 2106299 reduce state of symmentric ciphers; no need to set key for every IV by Kazuho Oku · 6 months ago
  20. e2f03c9 PRNG might fail too by Kazuho Oku · 6 months ago
  21. 68662dc it is our convention to let the user initialize the crypto backends (see openssl) by Kazuho Oku · 6 months ago
  22. 3e99858 mbedtls is dependency by Kazuho Oku · 6 months ago
  23. 967e854 define hash implementations using `ptls_define_hash` by Kazuho Oku · 6 months ago
  24. 6d6985a when building picotls, picotls is not part of the system, whereas mbedtls is by Kazuho Oku · 6 months ago
  25. 24bb556 when building picotls, picotls is not part of the system by Kazuho Oku · 6 months ago
  26. e2a3a82 these files are included by `crypto.h` by Kazuho Oku · 6 months ago
  27. cb3e51c rename (amends 08e5319) by Kazuho Oku · 6 months ago
  28. 86266ad [xcode] add files by Kazuho Oku · 6 months ago
  29. cdd6c95 add capability to define custom clone functions for hash contexts by Kazuho Oku · 6 months ago
  30. bcf9f71 API doc goes into .h by Kazuho Oku · 6 months ago
  31. c9dcc3e ensure that MBEDTLS_SHA384_C is detected regardless of include order by Kazuho Oku · 6 months ago
  32. 939eb5d `()` in a prototype means any number of args, no zero by Kazuho Oku · 6 months ago
  33. 08e5319 rename files following the convention that backends use just the backend name by Kazuho Oku · 6 months ago
  34. 07b73c9 clang-format by Kazuho Oku · 6 months ago
  35. af66fc4 Merge pull request #493 from h2o/kazuho/avx2-on-i386 by Kazuho Oku · 6 months ago
  36. 33e2fc1 maybe `_mm_insert_epi64` is unavailable on i386? by Kazuho Oku · 6 months ago
  37. 73d64a3 Merge pull request #492 from h2o/kazuho/streamline-fusion-check by Kazuho Oku · 6 months ago
  38. 7c9c82b [fusion] unify detection scheme to the best one that we have (which we have had in h2o) by Kazuho Oku · 6 months ago
  39. 9fa382d Merge pull request #491 from h2o/kazuho/tls12-ch-wo-ext-block by Kazuho Oku · 7 months ago
  40. 1a18e83 even though we do not test what is recorded, clear it otherwise tests that follow fail by Kazuho Oku · 7 months ago
  41. ba9bba4 extensions block is optional in TLS/1.2 also by Kazuho Oku · 7 months ago
  42. 348e8a9 add the failing case by Kazuho Oku · 7 months ago
  43. e220cda external PSK mode is orthogonal to X.509 client auth by Kazuho Oku · 7 months ago
  44. 651a060 [on_client_hello_cb] pass list of PSK identities offerred by client, so that the server can swap ptls_context_t based on the availability of an external PSK by Kazuho Oku · 7 months ago
  45. d462d0c [evp_keyex_init] keep refcount unchanged when the function fails by Kazuho Oku · 7 months ago
  46. 3aed2ae ditto on server side by Kazuho Oku · 7 months ago
  47. 1a1ecc8 if the client offered PSK but the server did not use it, call it a handshake failure by Kazuho Oku · 7 months ago
  48. 2a21e18 Merge branch 'master' into kazuho/psk2 by Kazuho Oku · 7 months ago
  49. ffb2cda Merge pull request #486 from h2o/kazuho/minicrypto-x25519-bad-output by Kazuho Oku · 8 months ago
  50. cc9364e Fix reference to test_key_exchange by Christian Huitema · 8 months ago
  51. eec837c Add test of mbedtls key exchanges by Christian Huitema · 8 months ago
  52. 3cd437b Add x25519 by Christian Huitema · 8 months ago
  53. 1c24153 Simplify aead setup by Christian Huitema · 8 months ago
  54. 8fa15dc use macro to avoid compile errors by Kazuho Oku · 8 months ago
  55. b9104e7 clear secret by Kazuho Oku · 8 months ago
  56. b55b56a [boringssl] check x25519 bad key by Kazuho Oku · 8 months ago
  57. 0a3dccb Add code of sec256r1 by Christian Huitema · 8 months ago
  58. d913765 Fix typo by Christian Huitema · 8 months ago
  59. c112fc5 Fix test random by Christian Huitema · 8 months ago
  60. 871f507 here also by Kazuho Oku · 8 months ago
  61. 32b9845 msvc compatibility by Kazuho Oku · 8 months ago
  62. 943c8a9 use high level PSA API by Christian Huitema · 8 months ago
  63. b06746d [minicrypto] x25519 key derivation must fail when output is all-zero by Kazuho Oku · 8 months ago
  64. 5701e4a typo by Kazuho Oku · 8 months ago
  65. e922949 Add support for MbedTLS random by Christian Huitema · 8 months ago
  66. 815a6b5 Declare cipher suites by Christian Huitema · 8 months ago
  67. 8f1542d Condition fusion to PTLS_HAVE_FUSION by Christian Huitema · 8 months ago
  68. 833b34a Fix debug message by Christian Huitema · 8 months ago
  69. c06bc1b Add mbedtls to ptlsbench by Christian Huitema · 8 months ago
  70. 480f189 Fix initialization of chacha20-ctr by Christian Huitema · 8 months ago
  71. e4cc1ff Provide capability to segment session resumption using user-supplied value by Roberto Guimaraes · 8 months ago
  72. 9b80cac That's for coding when half asleep by Christian Huitema · 8 months ago
  73. 167be77 One last typo, hopefully by Christian Huitema · 8 months ago
  74. 25894ae Fix chacha20 declaration by Christian Huitema · 8 months ago
  75. f818675 use chacha20 test by Christian Huitema · 8 months ago
  76. 4510592 Fix declarations by Christian Huitema · 8 months ago
  77. 62736e7 Another typo to fix by Christian Huitema · 8 months ago
  78. 0ad6f7f Fix copy paste errors by Christian Huitema · 8 months ago
  79. 5118631 Add test definition. by Christian Huitema · 8 months ago
  80. ca4b8cb Add chachapoly by Christian Huitema · 8 months ago
  81. 251d42b Add aes256gcm by Christian Huitema · 8 months ago
  82. bc75434 Update sha384 definitions and test by Christian Huitema · 8 months ago
  83. ccecfa5 Add sha512 and sha384 by Christian Huitema · 8 months ago
  84. 12bd194 Build mbedtls parallel to picotls by Christian Huitema · 8 months ago
  85. 8bca3c2 More debugging of github action by Christian Huitema · 8 months ago
  86. 684008c Decomposing the build steps by Christian Huitema · 8 months ago
  87. ce37fa0 Debugging github action. by Christian Huitema · 8 months ago
  88. b29d4b4 Add github action for mbedtls by Christian Huitema · 8 months ago
  89. 3d5657c fix typo by Christian Huitema · 8 months ago
  90. 17dee3e update mbedtls test by Christian Huitema · 8 months ago
  91. 262d334 Remove error condition for debug by Christian Huitema · 8 months ago
  92. bbb502e Struggling with Found condition. by Christian Huitema · 8 months ago
  93. 5aac49f Check mbedtls found condition by Christian Huitema · 8 months ago
  94. 7a53976 Add missing endif by Christian Huitema · 8 months ago
  95. 4a01610 Update MbedTLS find by Christian Huitema · 8 months ago
  96. be89606 Add find package by Christian Huitema · 8 months ago
  97. e5cd275 Add cmake module path by Christian Huitema · 8 months ago
  98. aac4491 include find mbedtls by Christian Huitema · 8 months ago
  99. 52c2797 Incorporate mbedtls in cmake by Christian Huitema · 8 months ago
  100. 7ec11a7 Merge pull request #483 from deweerdt/12ku by Kazuho Oku · 9 months ago