1. d2cbd6b Change request id to be generated by keyed hash function by tylerliu · 4 years, 4 months ago
  2. 21d52b5 add error handling for addRequest by Zhiyi Zhang · 4 years, 4 months ago
  3. d1d9f5a update ca storage by Zhiyi Zhang · 4 years, 4 months ago
  4. 8704d03 Rename RequestState to CaState - to prevent confusion with RequesterState by tylerliu · 4 years, 7 months ago
  5. e2afeb5 probe redirection CA side unittest by Suyong Won · 4 years, 4 months ago
  6. 0790bdb place encoding for NEW/REVOKE/CHALLENGE in protocol detail file by tylerliu · 4 years, 4 months ago
  7. 4889a78 merge encoding for NEW/REVOKE by tylerliu · 4 years, 4 months ago
  8. d9239f5 merge identity name check in NEW/REVOKE by tylerliu · 4 years, 4 months ago
  9. 3e8ca25 fix all unit tests by Zhiyi Zhang · 4 years, 4 months ago
  10. b940aa1 fix some errors in the previous refactor by Zhiyi Zhang · 4 years, 4 months ago
  11. 9829da9 merge ca config and client config, remove old format of probe by Zhiyi Zhang · 4 years, 4 months ago
  12. 63900d5 variable renaming and sqlite code optimization by tylerliu · 4 years, 4 months ago
  13. 8e170d6 use unique ECDH state / Encryption key for request in CA by tylerliu · 4 years, 4 months ago
  14. e232a74 clean header file include by Zhiyi Zhang · 4 years, 4 months ago
  15. 523f0c2 merge logging.h into ndncert-common.h by Zhiyi Zhang · 4 years, 4 months ago
  16. 01e91a3 add error handling in NEW/REVOKE to CA by Zhiyi Zhang · 4 years, 4 months ago
  17. c87d52b merge two onInterest callback into one by Zhiyi Zhang · 4 years, 4 months ago
  18. c84c3ba remove IS_SUBNAME_MIN_OFFEST by tylerliu · 4 years, 4 months ago
  19. 02ac22c a missing conflit by Zhiyi Zhang · 4 years, 4 months ago
  20. aafc55e apply Error Data packet in challenge status by Zhiyi Zhang · 4 years, 4 months ago
  21. 0b6d0db suffix length config by tylerliu · 4 years, 4 months ago
  22. 61c43a6 prepare for using TLV in probe by Zhiyi Zhang · 4 years, 4 months ago
  23. 48f2378 use enum class for status by Zhiyi Zhang · 4 years, 4 months ago
  24. f6c5d27 nail down CA info (will broke some unit tests for now. Test failures will be fixed when PROBE is finished.) by Zhiyi Zhang · 4 years, 4 months ago
  25. 4a00aad Revocation: fixes and combine with New by tylerliu · 4 years, 4 months ago
  26. 182bc53 Certificate revocation by tylerliu · 4 years, 4 months ago
  27. 0e060f1 remove multiple layer identity restriction by tylerliu · 4 years, 4 months ago
  28. ef6b36a rebaes to the new master branch from named-data/ndncert by Zhiyi Zhang · 4 years, 4 months ago
  29. fc1678a add two functions for CA Info Packet and Metadata Packet by Zhiyi Zhang · 4 years, 9 months ago
  30. 7968f7a fixed bugs and unittests by Suyong Won · 4 years, 9 months ago
  31. 256c906 change from m_caName to m_caPrefix by Suyong Won · 4 years, 9 months ago
  32. 44d0cce fixed some build errors by Suyong Won · 4 years, 9 months ago
  33. 19fba4d TLV encoding to replace JSON format message by Suyong Won · 4 years, 9 months ago
  34. 57462ca working on TLV encoding by Suyong Won · 4 years, 9 months ago
  35. b8cb047 add EncryptionTLV Encoding and Decoding by Zhiyi Zhang · 4 years, 9 months ago
  36. cf1d8f7 Remove DOWNLOAD step by swa770 · 4 years, 10 months ago
  37. 20643ac Separate INFO out of PROBE phase by swa770 · 4 years, 10 months ago
  38. de007bc Remove _ from _PROBE, _NEW, _CHALLENGE by swa770 · 4 years, 10 months ago
  39. b48bbda Avoid deprecated Data::getSignature() by Davide Pesavento · 4 years, 6 months ago
  40. 8da54d6 improve the robustness of ndncert library by Zhiyi Zhang · 5 years ago
  41. 3670683 Fixed several ndncert-client bugs and use lower case Challenge ID by Zhiyi Zhang · 6 years ago
  42. bc2d412 ca module: make it more robust by Zhiyi Zhang · 5 years ago
  43. ff4bcb6 Fix a typo in const variable name by Zhiyi Zhang · 5 years ago
  44. 65e5998 Use HKDF-derived key instead of shared secret by Zhiyi Zhang · 5 years ago
  45. 1a735bc Add validity period check in client command line tool and CA module by Zhiyi Zhang · 6 years ago
  46. 781a560 adjust client command line tool to reflect the library change by Zhiyi Zhang · 6 years ago
  47. 42e1cf3 Fix the bug that a Data cannot be returned by Zhiyi Zhang · 6 years ago
  48. 547c851 update ndncert client command line tool by Zhiyi Zhang · 6 years ago
  49. a1fc623 CA config and Client config: update format and semantics of probe by Zhiyi Zhang · 6 years ago
  50. 5f749a2 Probe: add probe token to New and Challenge by Zhiyi Zhang · 6 years ago
  51. 424d036 Probe: make probe a token for better security by Yufeng Zhang · 6 years ago
  52. af7c290 Update the NDNCERT library to version NDNCERT v2 by Zhiyi Zhang · 6 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. ad6cf93 list func: update ca config format by Zhiyi Zhang · 7 years ago
  57. 693c127 Fix the logic in handle new: add cert request check and interest check by Zhiyi Zhang · 8 years ago
  58. 7c06803 delete references to ndn-cxx KeyChain v1 by Junxiao Shi · 8 years ago
  59. a9bda73 Fix failure status bug: when status is failure, request should be stopped by Zhiyi Zhang · 8 years ago
  60. a63b737 Add onRequestUpdateCallback in CA and also fix a status bug by Zhiyi Zhang · 8 years ago
  61. 4d89fe0 Install the new certificate when cert request succeed. by Zhiyi Zhang · 8 years ago
  62. e30eb35 Fix bug in challenge module about component index. Also add some LOG points by Zhiyi Zhang · 8 years ago
  63. f5246c4 Add CA module by Zhiyi Zhang · 8 years ago