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