1. 86f852d Fix visual studio configuration bug by Christian Huitema · 4 years, 6 months ago
  2. b958272 Merge pull request #48 from h2o/master by Christian Huitema · 4 years, 7 months ago
  3. 0c8bedb Merge pull request #275 from huitema/bcrypt-on-windows by Christian Huitema · 4 years, 7 months ago
  4. 5b7d292 Clean up the header file. by Christian Huitema · 4 years, 7 months ago
  5. 9e1137c Develop a cryptographic provider library for picotls based on the Windows specifc bcrypt library. by Christian Huitema · 4 years, 7 months ago
  6. 8f0ef08 Merge branch 'kazuho/travis-ci/homebrew-addon' by Kazuho Oku · 4 years, 7 months ago
  7. 1f30443 invoke brew install by using addons by Kazuho Oku · 4 years, 7 months ago
  8. eeef3ef First version of the bcrypt by Christian Huitema · 4 years, 7 months ago
  9. 3a112bd fix typo by Kazuho Oku · 4 years, 7 months ago
  10. b356cea Merge pull request #272 with tweaks by Kazuho Oku · 4 years, 7 months ago
  11. f7ed3d7 add missing files by Kazuho Oku · 4 years, 7 months ago
  12. 60b3089 [xcode] add probes.d to test executables by Kazuho Oku · 4 years, 7 months ago
  13. bfc6326 revert changes to tests, as ptls_new has been restored in 93fe580 by Kazuho Oku · 4 years, 7 months ago
  14. 23f3a34 return internal error when in an unexpected state by Kazuho Oku · 4 years, 7 months ago
  15. 55529be they make sense, to give probes the chance to log the variables post initialization by Kazuho Oku · 4 years, 7 months ago
  16. 937e580 restore `ptls_new` by Kazuho Oku · 4 years, 7 months ago
  17. 8a2eebe clang-format by Kazuho Oku · 4 years, 7 months ago
  18. 572c245 clarify the contract (see #273) by Kazuho Oku · 4 years, 7 months ago
  19. e8cb7b0 Split functionality out into client- and server-only parts. by Lars Eggert · 4 years, 7 months ago
  20. f86a0bf Merge pull request #47 from h2o/master by Christian Huitema · 4 years, 7 months ago
  21. 3fdf6a5 Merge pull request #270 from h2o/kazuho/enable-skip-tracing-only-when-usdt-is-available by Kazuho Oku · 4 years, 7 months ago
  22. 60448a9 `ptls_default_skip_tracing` can be a constant when tracing is not used by Kazuho Oku · 4 years, 7 months ago
  23. 023d47c default should be on, as the feature is used *only when tracing is enabled* by Kazuho Oku · 4 years, 7 months ago
  24. 978bd07 Merge pull request #269 by Kazuho Oku · 4 years, 7 months ago
  25. 0792a13 we omit `int` by Kazuho Oku · 4 years, 7 months ago
  26. d37b6fe Fix non-standard non-"int" bit set warning by steffen · 4 years, 7 months ago
  27. 2166e81 Fix non-standard nameless union warning by steffen · 4 years, 7 months ago
  28. 549bc7c Merge pull request #263 from h2o/kazuho/app-reject-0rtt by Kazuho Oku · 4 years, 8 months ago
  29. b10f111 Merge pull request #264 from toru/raw-ch by Kazuho Oku · 4 years, 8 months ago
  30. 8b1bc6e add a raw_message field to ptls_on_client_hello_parameters_t by Toru Maesaka · 4 years, 8 months ago
  31. d30f013 introduce PTLS_ERROR_REJECT_EARLY_DATA - an error code indicating that 0-RTT is forbidden by Kazuho Oku · 4 years, 8 months ago
  32. f25f1e6 Merge pull request #262 from h2o/kazuho/skip-tracing-tls by Kazuho Oku · 4 years, 8 months ago
  33. a2757a6 introduce `ptls_default_skip_tracing` TLS global, so that the state can be set upon instantiation, skipping the layers in between by Kazuho Oku · 4 years, 8 months ago
  34. 791388b Merge pull request #261 from h2o/kazuho/simplify-tracing by Kazuho Oku · 4 years, 8 months ago
  35. cde1820 connections are opted out from tracing by Kazuho Oku · 4 years, 8 months ago
  36. ad918d2 don't use the callbacks, as it's hard to setup the back pointers and the structures at an early moment by Kazuho Oku · 4 years, 8 months ago
  37. 23e286d Merge pull request #241 from h2o/kazuho/usdt by Kazuho Oku · 4 years, 8 months ago
  38. 453af9d omit prefix (as we can use the module name, now with bpftrace too) by Kazuho Oku · 4 years, 8 months ago
  39. 85cdeee Merge branch 'master' into kazuho/usdt by Kazuho Oku · 4 years, 9 months ago
  40. 267ec0e Merge pull request #258 from h2o/kazuho/option-to-keep-send-side-open by Kazuho Oku · 4 years, 9 months ago
  41. 1eedb1b add option (-I) for keeping the send-side open by Kazuho Oku · 4 years, 9 months ago
  42. ff59676 Merge branch 'master' into kazuho/usdt by Kazuho Oku · 4 years, 9 months ago
  43. 1aa4523 Merge pull request #257 from h2o/kazuho/fix-abstraction-leak by Kazuho Oku · 4 years, 9 months ago
  44. 2eebd8c no need to keep the private key decode buffer, as the private key is copied and retained separately by `ptls_minicrypto_init_secp256r1sha256_sign_certificate` by Kazuho Oku · 4 years, 9 months ago
  45. 0211e29 consolidate the logic, enable tracing when the `is_traced` callback is not registered by Kazuho Oku · 4 years, 9 months ago
  46. 5b8c0be oops by Kazuho Oku · 4 years, 9 months ago
  47. 39d71c1 oops by Kazuho Oku · 4 years, 9 months ago
  48. 3238f7a add API for limiting the connections being traced by Kazuho Oku · 4 years, 9 months ago
  49. 8ed05e3 Merge branch 'master' into kazuho/usdt by Kazuho Oku · 4 years, 9 months ago
  50. d2bf12d Merge pull request #46 from h2o/master by Christian Huitema · 4 years, 10 months ago
  51. 850b3a1 Merge pull request #254 from larseggert/cifra-reorg by Kazuho Oku · 4 years, 10 months ago
  52. 324f338 Add random.c to minicrypto by huitema · 4 years, 10 months ago
  53. 37b5ff3 move random into dedicated file by Kazuho Oku · 4 years, 10 months ago
  54. 0ad2e85 update xcodeproj by Kazuho Oku · 4 years, 10 months ago
  55. 1cbc296 Fix the crash observed in previous ports by huitema · 4 years, 10 months ago
  56. ba047c1 Merge pull request #246 from larseggert/embedded-fixes by Kazuho Oku · 4 years, 10 months ago
  57. 5c276c5 Modify the Visual Studio solution for modularity. by huitema · 4 years, 10 months ago
  58. d16cfe5 Merge pull request #255 from larseggert/avoid-64bit-div by Kazuho Oku · 4 years, 10 months ago
  59. 6571cf8 Avoid 64-bit division by Lars Eggert · 4 years, 10 months ago
  60. 26f1d5d Remove original cifra/aes.c by Lars Eggert · 4 years, 10 months ago
  61. dce59b0 Merge branch 'cifra-reorg' of https://github.com/larseggert/picotls into cifra-reorg by Lars Eggert · 4 years, 10 months ago
  62. 492f8e2 Further modularize AES by Lars Eggert · 4 years, 10 months ago
  63. 3706be1 Fix up diff by Lars Eggert · 4 years, 10 months ago
  64. 21b02ad First cut at reorg by Lars Eggert · 4 years, 10 months ago
  65. ee951db Merge pull request #45 from h2o/master by Christian Huitema · 4 years, 10 months ago
  66. cdcfdfa Fix up diff by Lars Eggert · 4 years, 10 months ago
  67. 8552164 First cut at reorg by Lars Eggert · 4 years, 10 months ago
  68. 32ddf1b Remove part superseded by other PR by Lars Eggert · 4 years, 10 months ago
  69. 4f7d1a3 Fix copy&paste to wrong line by Lars Eggert · 4 years, 10 months ago
  70. aa309cc Merge pull request #252 from larseggert/override-ntoh2 by Kazuho Oku · 4 years, 10 months ago
  71. 494e143 Add ability to override ntoh* functions by Lars Eggert · 4 years, 10 months ago
  72. b15c015 Merge pull request #244 by Kazuho Oku · 4 years, 10 months ago
  73. db6bc31 typedef name should be used for public API by Kazuho Oku · 4 years, 10 months ago
  74. 45835c7 clang-format by Kazuho Oku · 4 years, 10 months ago
  75. d720821 Remove support for esni draft-02 by huitema · 4 years, 10 months ago
  76. 3327644 Add EXTERNAL_READ_ENTROPY define. by Lars Eggert · 4 years, 10 months ago
  77. 3a3a654 Fix build when openssl is not available by Lars Eggert · 4 years, 10 months ago
  78. a1119d9 Add exporter for ESNI secret. by huitema · 4 years, 11 months ago
  79. cafebe8 Remove the ascii option as suggested during review. by huitema · 4 years, 11 months ago
  80. ad97a6f First batch of fixes from picoquic tests. by huitema · 4 years, 11 months ago
  81. b72106d Add code PTLS_ERROR_ESNI_RETRY by huitema · 4 years, 11 months ago
  82. 0a12841 Fix bad edit of client_hello_decrypt_esni by huitema · 4 years, 11 months ago
  83. 1181c1e Using ESNI draft-03 for server response by huitema · 4 years, 11 months ago
  84. f785674 Remove use of windows "secure" calls by huitema · 5 years ago
  85. 3f0868f Write ascii file in addition to regular output, so they keep in sync. by huitema · 5 years ago
  86. 7b97bc8 Update x64/release project by huitema · 5 years ago
  87. 2d68367 Port picotls-esni to Windows, add ascii output option by huitema · 5 years ago
  88. f511946 Merge pull request #44 from h2o/master by Christian Huitema · 5 years ago
  89. 27f31ba Merge pull request #243 from h2o/kazuho/enable-exporter-fix by Kazuho Oku · 5 years ago
  90. b4fdfb6 generate exporter secrets when and only when requested (the condition was the opposite) by Kazuho Oku · 5 years ago
  91. f7d888d Merge pull request #240 from artem-smotrakov/send-alert-in-cli by Kazuho Oku · 5 years ago
  92. ca67dc9 fix incorrect dependency by Kazuho Oku · 5 years ago
  93. 84184b6 enable probes in xcodeproj by Kazuho Oku · 5 years ago
  94. 909f8c3 generate code in favor of probes being inactive by Kazuho Oku · 5 years ago
  95. 839e6b9 Merge branch 'master' into kazuho/usdt by Kazuho Oku · 5 years ago
  96. 389a496 add `picotls_` prefix to all the probe names defined by picotls, because USDT probes on Linux does not have namespaces within one executable by Kazuho Oku · 5 years ago
  97. 9a2d9d1 add trace-utils.cmake to xcodeproj by Kazuho Oku · 5 years ago
  98. e439ffc extract dtrace-related code for reuse in other projects by Kazuho Oku · 5 years ago
  99. 1d1bda6 sample scripts not part of the build by Kazuho Oku · 5 years ago
  100. dbdd8ce add copyright and usage example to dtrace scripts by Kazuho Oku · 5 years ago