1. e0b60ac fix ndncert-send-email-challenge: allow both python 2 and 3 by tylerliu · 4 years, 4 months ago v0.2
  2. 35a90d1 ci: disable frames in lcov HTML coverage report by Davide Pesavento · 4 years, 5 months ago
  3. b48bbda Avoid deprecated Data::getSignature() by Davide Pesavento · 4 years, 6 months ago
  4. 7838cfd Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  5. 264b6f2 ci: update Travis configuration by Davide Pesavento · 4 years, 9 months ago
  6. 552174c build+ci: switch to python3 by Davide Pesavento · 4 years, 9 months ago
  7. ad9e04f Delete created identities/keys if the client doesn't complete successfully; update client command line tool by Zhiyi Zhang · 4 years, 10 months ago
  8. 91e47cd build: upgrade waf to version 2.0.19 by Davide Pesavento · 5 years ago
  9. 80ecd43 docs: restructure and update AUTHORS.md by Eric Newberry · 5 years ago
  10. 8da54d6 improve the robustness of ndncert library by Zhiyi Zhang · 5 years ago
  11. caab546 Fix the bug when user type in NONE when selecting CAs by Zhiyi Zhang · 5 years ago
  12. aae119a build: pass pkg_config_path to check_cfg() when looking for libndn-cxx by Davide Pesavento · 5 years ago
  13. 55d9860 build: sync build scripts with ndn-cxx by Davide Pesavento · 5 years ago
  14. 3670683 Fixed several ndncert-client bugs and use lower case Challenge ID by Zhiyi Zhang · 6 years ago
  15. 2546462 ci: upgrade Travis config to Ubuntu 18.04 by Davide Pesavento · 5 years ago
  16. bc2d412 ca module: make it more robust by Zhiyi Zhang · 5 years ago
  17. ff4bcb6 Fix a typo in const variable name by Zhiyi Zhang · 5 years ago
  18. 65e5998 Use HKDF-derived key instead of shared secret by Zhiyi Zhang · 5 years ago
  19. 1519060 Merge "CryptoHelper: Fix a logic error in HKDF and use OpenSSL HMAC" by Zhiyi Zhang · 5 years ago
  20. a2ce599 CryptoHelper: Fix a logic error in HKDF and use OpenSSL HMAC by Zhiyi Zhang · 5 years ago
  21. 1a735bc Add validity period check in client command line tool and CA module by Zhiyi Zhang · 6 years ago
  22. 368341b Use signerFilter instead of the deprecated hmacFilter by Davide Pesavento · 5 years ago
  23. d8993b9 client command line tool: add exception catch for configuration file loading by Zhiyi Zhang · 6 years ago
  24. 914d05f tests: ignore ParametersSha256DigestComponent in name prefix check by Davide Pesavento · 6 years ago
  25. 4bd6b4f Merge "tests: update test files with latest ndn-cxx and fix a bug in database-fixture" by Zhiyi Zhang · 6 years ago
  26. 42d992d tests: update test files with latest ndn-cxx and fix a bug in database-fixture by Zhiyi Zhang · 6 years ago
  27. b2aa40e ci: add gcc-9 to Travis CI build matrix by Davide Pesavento · 6 years ago
  28. 781a560 adjust client command line tool to reflect the library change by Zhiyi Zhang · 6 years ago
  29. 42e1cf3 Fix the bug that a Data cannot be returned by Zhiyi Zhang · 6 years ago
  30. 547c851 update ndncert client command line tool by Zhiyi Zhang · 6 years ago
  31. a1fc623 CA config and Client config: update format and semantics of probe by Zhiyi Zhang · 6 years ago
  32. 5f749a2 Probe: add probe token to New and Challenge by Zhiyi Zhang · 6 years ago
  33. 424d036 Probe: make probe a token for better security by Yufeng Zhang · 6 years ago
  34. 70d74b4 EmailChallenge: add requester's certificate name into the email content by Zhiyi Zhang · 6 years ago
  35. af7c290 Update the NDNCERT library to version NDNCERT v2 by Zhiyi Zhang · 6 years ago
  36. 8c9d1ea ci: enable LeakSanitizer by Davide Pesavento · 6 years ago
  37. 759d47a ci: update .travis.yml by Davide Pesavento · 6 years ago
  38. 8579001 Use the official markdown version of the GPLv3 by Davide Pesavento · 6 years ago
  39. a7fead4 Add systemd unit file for ndncert-ca-server by Davide Pesavento · 6 years ago
  40. d4496f7 ca-server: cleanup command-line options handling by Davide Pesavento · 6 years ago
  41. 83ad2c0 ci: install gcovr via apt by ashiqopu · 6 years ago
  42. bccde32 Update .travis.yml by Davide Pesavento · 6 years ago
  43. e6ea396 minor fix in ndncert-client tool by Zhiyi Zhang · 6 years ago
  44. 8ce677b Compile with the ndn-cxx version 0.6.2 by Zhiyi Zhang · 7 years ago
  45. 047386e build: find Boost lib architecture automatically by Eric Newberry · 7 years ago
  46. 443a860 build: Fix installation path of the shared library by Alexander Afanasyev · 7 years ago
  47. 1013078 Avoid creating two new keys when using ndncert-client by Zhiyi Zhang · 7 years ago
  48. 916ba2d Add isListEnabled into client configuration by Zhiyi Zhang · 7 years ago
  49. 432634c tests: sync global configuration with ndn-tools by Davide Pesavento · 7 years ago
  50. 118a294 Expand Travis-CI build matrix by Davide Pesavento · 7 years ago
  51. 0899478 Update default compilation flags by Davide Pesavento · 7 years ago
  52. cf9ffe4 Update CI scripts by Davide Pesavento · 7 years ago
  53. 343cdfb Add repo output to command line tool ndncert-ca-server by Zhiyi Zhang · 7 years ago
  54. 1c0bd37 Add list function by Zhiyi Zhang · 7 years ago
  55. 7420cf5 move callbacks from CaModule to each CaItem by Zhiyi Zhang · 7 years ago
  56. b23c5bb ca-config uses name instead of ClientCaItem by Zhiyi Zhang · 7 years ago
  57. e4ee822 list func: update client config format by Zhiyi Zhang · 7 years ago
  58. ad6cf93 list func: update ca config format by Zhiyi Zhang · 7 years ago
  59. 576aad1 add email sending script by Zhiyi Zhang · 7 years ago
  60. 3ff459b Fix compilation against the latest version of ndn-cxx by Zhiyi Zhang · 7 years ago
  61. b6fab0f Fix compilation against the latest version of ndn-cxx by Zhiyi Zhang · 7 years ago
  62. 693c127 Fix the logic in handle new: add cert request check and interest check by Zhiyi Zhang · 8 years ago
  63. 7ed6204 ci: recompile ndn-cxx after Boost upgrade on macOS by Ashlesh Gawande · 8 years ago
  64. 7c06803 delete references to ndn-cxx KeyChain v1 by Junxiao Shi · 8 years ago
  65. a9bda73 Fix failure status bug: when status is failure, request should be stopped by Zhiyi Zhang · 8 years ago
  66. 70fe258 Change the logic in credential challenge: credential cert can under different prefix by Zhiyi Zhang · 8 years ago
  67. a63b737 Add onRequestUpdateCallback in CA and also fix a status bug by Zhiyi Zhang · 8 years ago
  68. 0a89b72 Add credential based challenge using existing cert to request new cert by Zhiyi Zhang · 8 years ago
  69. defa959 Add email challenge module by Zhiyi Zhang · 8 years ago
  70. 4d89fe0 Install the new certificate when cert request succeed. by Zhiyi Zhang · 8 years ago
  71. 440e6a2 Adding command line tool to view ca status including the challenge secret by Zhiyi Zhang · 8 years ago
  72. ae123bf Updating ca storage interface to support listing function by Zhiyi Zhang · 8 years ago
  73. 08e0e98 Add command line tools by Zhiyi Zhang · 8 years ago
  74. e30eb35 Fix bug in challenge module about component index. Also add some LOG points by Zhiyi Zhang · 8 years ago
  75. 91c846b Add sqlite-based ca storage and change the defualt ca storage type by Zhiyi Zhang · 8 years ago
  76. 1bc2346 Add check in ca storage and fix name in certificate request hpp by Zhiyi Zhang · 8 years ago
  77. ac42185 wscript: fix the target dylib name to ndn-cert by Zhiyi Zhang · 8 years ago
  78. 7021a93 Create the ndncert library by Zhiyi Zhang · 8 years ago
  79. f5246c4 Add CA module by Zhiyi Zhang · 8 years ago
  80. f72c054 Remove genChallengeInfo and add genSelectParamsJson and genValidateParamsJson by Zhiyi Zhang · 8 years ago
  81. 23564c8 Add client module by Zhiyi Zhang · 8 years ago
  82. 5ebeb69 Add certificate field to client config and use bool for probe field in ca config by Zhiyi Zhang · 8 years ago
  83. 06d6ae9 Update CaConfig to support multi CA and make config JSON style by Zhiyi Zhang · 8 years ago
  84. 3b76f2c Add IdentityManagementV2TimeFixture for tests by Zhiyi Zhang · 8 years ago
  85. 0fd71cc Update JSON format: add status field in NEW's response by Zhiyi Zhang · 8 years ago
  86. 00a4a00 Add default constructor in CertificateRequest by Zhiyi Zhang · 8 years ago
  87. 0df767e Fix bug in PIN challenge by Zhiyi Zhang · 8 years ago
  88. fb74ae2 Move secret code generation function to ChallengeModule base class by Zhiyi Zhang · 8 years ago
  89. 65ba932 Add challenge module base class and PIN code challenge by Zhiyi Zhang · 8 years ago
  90. 32dbb9f Add Client Conf by Zhiyi Zhang · 8 years ago
  91. 3b267e6 Update the CertificateRequest and JSON helper functions to the newest packet format by Zhiyi Zhang · 8 years ago
  92. daf2fd7 Add CaConfig to support CA configuration by Zhiyi Zhang · 8 years ago
  93. 19768a5 Add a set of helper functions to support JSON reading/writing by Zhiyi Zhang · 8 years ago
  94. be957f9 Merge "Add CertificateRequest" by Alex Afanasyev · 8 years ago
  95. a41c573 Add CertificateRequest by Zhiyi Zhang · 8 years ago
  96. c3837ff Add the protocol spec to README.md by Zhiyi · 8 years ago
  97. 8617a79 build+ci: Add project skeleton by Zhiyi Zhang · 8 years ago
  98. 0e948fc Initial commit by Alexander Afanasyev · 8 years ago