1. ea5b8fc challenge+tools: minor simplifications by Davide Pesavento · 3 weeks ago master
  2. 74f837d send-email-challenge: make smtp_user/smtp_password optional in config by Davide Pesavento · 3 weeks ago
  3. 397faa9 send-email-challenge: improve default email templates by Davide Pesavento · 3 weeks ago
  4. cf216ea send-email-challenge: rename `tls` encryption mode to `starttls` by Davide Pesavento · 3 weeks ago
  5. ffe487b send-email-challenge: modernize the code a bit by Davide Pesavento · 3 weeks ago
  6. 6866b90 Improve log messages and general code cleanup in CaModule by Davide Pesavento · 5 weeks ago
  7. 6481e1e Use KeyChain::makeCertificate() by Davide Pesavento · 5 weeks ago
  8. a721a4d ca: fallback to CA identity key to sign prefix registrations by Tianyuan Yu · 5 weeks ago
  9. cde062e Switch to std::filesystem by Davide Pesavento · 6 weeks ago
  10. 85bde92 build: require gcc >= 9.1, recommend gcc >= 10.2 by Davide Pesavento · 7 weeks ago
  11. 42bc63e ca+tools: configurable ca forwarding hint and ca-server interface improvement by Tianyuan Yu · 3 months ago
  12. 5926d8b build: recommend Xcode 13 or later by Davide Pesavento · 6 months ago
  13. 6a0f2d4 ci: allow attestations in docker workflow by Davide Pesavento · 9 months ago
  14. 6d00e0b docker: split CA and client into two separate targets by Davide Pesavento · 9 months ago
  15. 794dcbd build+ci: add Dockerfile and workflow by Varun Patil · 9 months ago
  16. 49326eb ci: python3-minimal is insufficient by Davide Pesavento · 9 months ago
  17. 5c701fc build: update waf to version 2.0.27 by Davide Pesavento · 11 months ago
  18. 9510c91 Slim down `ndncert-common.hpp` by Davide Pesavento · 11 months ago
  19. 842f1f7 tests: delete dead code in KeyChainFixture by Davide Pesavento · 11 months ago
  20. 9e9ece6 Add .editorconfig by Davide Pesavento · 11 months ago
  21. 526d4c8 Use Name::append() rather than push_back() by Davide Pesavento · 12 months ago
  22. 52d1326 build: sync default CXXFLAGS and DEFINES with ndn-cxx by Davide Pesavento · 1 year ago
  23. a4951d3 ci: add build testing against named-data PPA by Davide Pesavento · 1 year, 2 months ago
  24. 3e48184 tools: switch to Face::getIoContext() by Davide Pesavento · 1 year, 3 months ago
  25. c2fedec build: switch source archive to xz compression by Davide Pesavento · 1 year, 4 months ago
  26. a3dbb94 build: require boost >= 1.71.0 by Davide Pesavento · 1 year, 4 months ago
  27. fd19485 build: more accurate dependencies on Boost libraries by Davide Pesavento · 1 year, 4 months ago
  28. 4ffe19d build: add `--without-tools` configure option by Davide Pesavento · 1 year, 4 months ago
  29. 71d06fa build: update waf to version 2.0.26 by Davide Pesavento · 1 year, 5 months ago
  30. 22835d7 build: sync default build flags with ndn-cxx by Davide Pesavento · 1 year, 6 months ago
  31. 76304d8 Avoid deprecated ndn-cxx type aliases by Davide Pesavento · 1 year, 6 months ago
  32. f1c32c3 build: align minimum build requirements with ndn-cxx by Davide Pesavento · 1 year, 9 months ago
  33. f48e163 Avoid deprecated ndn-cxx functions by Davide Pesavento · 1 year, 9 months ago
  34. 6a625d8 Fix a couple of dangling-reference and maybe-uninitialized warnings by Davide Pesavento · 1 year, 11 months ago
  35. 95657aa ci: adopt reusable workflows from `named-data/actions` by Davide Pesavento · 2 years ago
  36. d78e77e build: bump ndn-cxx dependency by Davide Pesavento · 2 years, 1 month ago
  37. baa5a9a build: update waf to version 2.0.24 by Davide Pesavento · 2 years, 2 months ago
  38. f8fe685 build: link with lld by default on Linux; add Xcode 14.1 to CI matrix by Davide Pesavento · 2 years, 2 months ago
  39. 6d1b672 build+ci: support macOS on arm64 by Davide Pesavento · 2 years, 5 months ago
  40. 0251aae Remove obsolete deployment instructions and script by Davide Pesavento · 2 years, 7 months ago
  41. 573a621 build: support CentOS Stream 9 by Davide Pesavento · 2 years, 7 months ago
  42. e78fd4d ca: set Data FreshnessPeriod in CaModule::issueCertificate() by Tianyuan Yu · 2 years, 8 months ago
  43. 829aff6 tests: sync common testing infrastructure with ndn-cxx by Davide Pesavento · 2 years, 9 months ago
  44. 48903c2 client: fetch ca profile and validate with preconfigured ca cert by Tianyuan Yu · 2 years, 9 months ago
  45. bdcf52e tests: refactor ChallengePossession test cases by Junxiao Shi · 2 years, 9 months ago
  46. cc6889d challenge: accommodate certificate name in KeyLocator by Junxiao Shi · 2 years, 9 months ago
  47. b5d3a4f client: fold email addresses to lowercase by Tianyuan Yu · 2 years, 11 months ago
  48. 9d6d438 ci: require gcovr 5.1 for code coverage reports by Davide Pesavento · 2 years, 9 months ago
  49. 0d1d11c Migrate to C++17 and refactor by Davide Pesavento · 2 years, 10 months ago
  50. 6f1a2ab Avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 11 months ago
  51. ca23bb0 Prepare for testbed deployment: update ndncert-client by Tianyuan Yu · 2 years, 11 months ago
  52. eec07f5 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 11 months ago
  53. 64d5c8f Drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 11 months ago
  54. 6077555 Add forwarding hint support by Tianyuan Yu · 2 years, 11 months ago
  55. 13aac73 Prepare for testbed deployment: name assignment and redirection policy by Tianyuan Yu · 2 years, 11 months ago
  56. fae76c4 build: update waf to version 2.0.23 by Davide Pesavento · 3 years, 1 month ago
  57. 0dc0201 Reduce namespace nesting (ndn::ndncert -> ndncert) by Davide Pesavento · 3 years, 2 months ago
  58. 75a8384 ci: rewrite GitHub Actions workflow by Davide Pesavento · 3 years, 2 months ago
  59. 725d3fc Sync build flags and CI scripts with ndn-cxx by Davide Pesavento · 3 years, 2 months ago
  60. 5672d29 Fix detection of openssl 3.0 by Davide Pesavento · 3 years, 2 months ago
  61. a34d6de Restore compatibility with older Boost versions by Davide Pesavento · 3 years, 2 months ago
  62. e5b4369 Fix build against current ndn-cxx by Davide Pesavento · 3 years, 2 months ago
  63. 2f5ae21 Remove obsolete Travis CI config by Davide Pesavento · 3 years, 2 months ago
  64. 1f2c3cf fix on email challenge parameter generation by tylerliu · 3 years, 2 months ago
  65. f26d41b minor build issues by tylerliu · 3 years, 4 months ago
  66. 6701f3c update crypto helpers by Zhiyi Zhang · 4 years ago
  67. 1e5d677 update crypto helper by Zhiyi Zhang · 4 years ago
  68. 3b9a503 update by Zhiyi Zhang · 4 years ago
  69. de58e60 fix some more issues mentioned by Junxiao by Zhiyi Zhang · 4 years ago
  70. 6499edd some update by Zhiyi Zhang · 4 years ago
  71. 7cca76a rename by Zhiyi Zhang · 4 years ago
  72. 1b101b3 add RestartSec in systemd file, remove status field from NEW packets by Zhiyi Zhang · 4 years ago
  73. 3f1c7cf remove unused code block by Zhiyi Zhang · 4 years ago
  74. cac27f1 minor by Zhiyi Zhang · 4 years ago
  75. f62cfeb add validity check on new by tylerliu · 4 years ago
  76. 4140fe8 combine requester state by tylerliu · 4 years ago
  77. d35bc5f ca tool: allow to answer Certificate download interest with implicit digest by Zhiyi Zhang · 4 years ago
  78. aa60c96 update systemd default parameter in NDNCERT and update ndncert-ca-server by Zhiyi Zhang · 4 years ago
  79. 276ba78 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  80. 553c6d5 make repo output the default in systemd file by Zhiyi Zhang · 4 years, 1 month ago
  81. 615b6b7 switch to typed name components by Zhiyi Zhang · 4 years, 1 month ago
  82. 659d3b0 allow ca operator to see the secret code by Zhiyi Zhang · 4 years, 1 month ago
  83. ec4aa3a update by Zhiyi Zhang · 4 years, 1 month ago
  84. 17720f2 minor fix by Zhiyi Zhang · 4 years, 1 month ago
  85. 87ded73 update ndncert client by Zhiyi Zhang · 4 years, 1 month ago
  86. 0144784 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  87. 48f546f fix an error in sqlite storage by Zhiyi Zhang · 4 years, 1 month ago
  88. 886a226 remove boost 1.72's functions (load/store_big_u32) by Zhiyi Zhang · 4 years, 1 month ago
  89. 8eda283 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  90. 890b66a Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  91. d82cc5c fix some TODOs by tylerliu · 4 years, 1 month ago
  92. a41c50a Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  93. 5c4f2a1 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  94. 10bb792 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  95. ee71711 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  96. fe2cca7 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  97. b8f616f Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  98. faa54aa Update README.md by Zhiyi Zhang · 4 years, 1 month ago
  99. f67db7b Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago
  100. 4951366 Update waf-build-v03.yml by Zhiyi Zhang · 4 years, 1 month ago