- bcd8348 add assignment or operator for multiple name suggestions by tylerliu · 4 years, 4 months ago
- 3f63c02 name assignment fix and use NDN-name like format /a/b/c by tylerliu · 4 years, 4 months ago
- bfd2d6e add name assignment config test by tylerliu · 4 years, 4 months ago
- 8d9e712 add name assignment config by tylerliu · 4 years, 4 months ago
- afb27a0 name assignment tests and fixes by tylerliu · 4 years, 4 months ago
- cf21457 update unit test for sqlite by Zhiyi Zhang · 4 years, 4 months ago
- c74f158 fix an error in ca-sqlite test by Zhiyi Zhang · 4 years, 4 months ago
- a2c39f7 update request id generation by Zhiyi Zhang · 4 years, 4 months ago
- 01d63ca add name assignment templates by tylerliu · 4 years, 4 months ago
- 8fc0807 Use PartialName for return from name assignment function by tylerliu · 4 years, 4 months ago
- 90c7578 Add signal handling to ndncert-ca-server by Zhiyi Zhang · 4 years, 4 months ago
- d2cbd6b Change request id to be generated by keyed hash function by tylerliu · 4 years, 4 months ago
- d93c0bb some more update in ndncert-ca-status by Zhiyi Zhang · 4 years, 4 months ago
- 837406d update requester and cmd line tool after testing cmd line tool by Zhiyi Zhang · 4 years, 4 months ago
- b420e26 update ndncert ca server by Zhiyi Zhang · 4 years, 4 months ago
- df6e5cc add comments for requester module by tylerliu · 4 years, 4 months ago
- 21d52b5 add error handling for addRequest by Zhiyi Zhang · 4 years, 4 months ago
- d1d9f5a update ca storage by Zhiyi Zhang · 4 years, 4 months ago
- 91f86ab minor updates by Zhiyi Zhang · 4 years, 4 months ago
- 0ff8e9b add a unittest for requester by Suyong Won · 4 years, 4 months ago
- 09a00fd fix ca storage cannot repeat REVOKE and optimize ca-memory with index by tylerliu · 4 years, 4 months ago
- 8704d03 Rename RequestState to CaState - to prevent confusion with RequesterState by tylerliu · 4 years, 7 months ago
- 34a8d43 fix all test errors by Zhiyi Zhang · 4 years, 4 months ago
- 621a3b5 fix one test error by Zhiyi Zhang · 4 years, 4 months ago
- 122fcfc fix compilation error by Zhiyi Zhang · 4 years, 4 months ago
- ead9f00 update challenge modules aginst spec by Zhiyi Zhang · 4 years, 4 months ago
- feabfdc redone ndncert client & requester module fix by tylerliu · 4 years, 4 months ago
- 699e469 draft of the unittest for requester by Suyong Won · 4 years, 4 months ago
- e2afeb5 probe redirection CA side unittest by Suyong Won · 4 years, 4 months ago
- 2f5d28f Update requester error throwing by tylerliu · 4 years, 7 months ago
- 0790bdb place encoding for NEW/REVOKE/CHALLENGE in protocol detail file by tylerliu · 4 years, 4 months ago
- 1d3dcd2 refactor client module to requester by Zhiyi Zhang · 4 years, 4 months ago
- e537dd5 add PROBE redirection to protocol detail by Zhiyi Zhang · 4 years, 4 months ago
- fde5011 add redirection to CA config by Zhiyi Zhang · 4 years, 4 months ago
- 38e1a9e update tlv assignment by Zhiyi Zhang · 4 years, 4 months ago
- 4889a78 merge encoding for NEW/REVOKE by tylerliu · 4 years, 4 months ago
- 36d97f5 add error handling/reporting for client module by tylerliu · 4 years, 4 months ago
- 156bf35 fix a warning in request-state by Zhiyi Zhang · 4 years, 4 months ago
- d9239f5 merge identity name check in NEW/REVOKE by tylerliu · 4 years, 4 months ago
- 3e8ca25 fix all unit tests by Zhiyi Zhang · 4 years, 4 months ago
- b940aa1 fix some errors in the previous refactor by Zhiyi Zhang · 4 years, 4 months ago
- 9829da9 merge ca config and client config, remove old format of probe by Zhiyi Zhang · 4 years, 4 months ago
- 63900d5 variable renaming and sqlite code optimization by tylerliu · 4 years, 4 months ago
- 8e170d6 use unique ECDH state / Encryption key for request in CA by tylerliu · 4 years, 4 months ago
- 8bd8e5b rename folders by Zhiyi Zhang · 4 years, 4 months ago
- e232a74 clean header file include by Zhiyi Zhang · 4 years, 4 months ago
- a749f44 update certificate request data structure by Zhiyi Zhang · 4 years, 4 months ago
- 6f39581 remove the const strings used for JSON based encoding by Zhiyi Zhang · 4 years, 4 months ago
- 523f0c2 merge logging.h into ndncert-common.h by Zhiyi Zhang · 4 years, 4 months ago
- b8bbc64 remove probeToken by Zhiyi Zhang · 4 years, 4 months ago
- 05405f5 fix credential challenge test by tylerliu · 4 years, 4 months ago
- 01e91a3 add error handling in NEW/REVOKE to CA by Zhiyi Zhang · 4 years, 4 months ago
- 0e176c3 simplify client new/revoke by tylerliu · 4 years, 4 months ago
- 3fc7f06 error fix by Zhiyi Zhang · 4 years, 4 months ago
- c87d52b merge two onInterest callback into one by Zhiyi Zhang · 4 years, 4 months ago
- c84c3ba remove IS_SUBNAME_MIN_OFFEST by tylerliu · 4 years, 4 months ago
- 02ac22c a missing conflit by Zhiyi Zhang · 4 years, 4 months ago
- aafc55e apply Error Data packet in challenge status by Zhiyi Zhang · 4 years, 4 months ago
- 0b6d0db suffix length config by tylerliu · 4 years, 4 months ago
- 4604983 remove JSON parameter list from challenge module and add unified return interfaces for challenge modules by Zhiyi Zhang · 4 years, 4 months ago
- 61c43a6 prepare for using TLV in probe by Zhiyi Zhang · 4 years, 4 months ago
- 48f2378 use enum class for status by Zhiyi Zhang · 4 years, 4 months ago
- 9a83135 update tlv-type by tylerliu · 4 years, 4 months ago
- fc1db2f update ca config sample by Zhiyi Zhang · 4 years, 4 months ago
- b2f8b94 Polish the code in ca-config.cpp by Zhiyi Zhang · 4 years, 4 months ago
- 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
- 729212e Add proof of private key challenge by tylerliu · 4 years, 4 months ago
- 4a00aad Revocation: fixes and combine with New by tylerliu · 4 years, 4 months ago
- 182bc53 Certificate revocation by tylerliu · 4 years, 4 months ago
- 0e060f1 remove multiple layer identity restriction by tylerliu · 4 years, 4 months ago
- 2299861 fix all test failures by Zhiyi Zhang · 4 years, 4 months ago
- 5d80e1e update header files in tests by Zhiyi Zhang · 4 years, 4 months ago
- ef6b36a rebaes to the new master branch from named-data/ndncert by Zhiyi Zhang · 4 years, 4 months ago
- fc1678a add two functions for CA Info Packet and Metadata Packet by Zhiyi Zhang · 4 years, 9 months ago
- 640e40f fix a bug caused in rebase by Zhiyi Zhang · 4 years, 9 months ago
- b29e0da fixed the bug by Suyong Won · 4 years, 9 months ago
- 7968f7a fixed bugs and unittests by Suyong Won · 4 years, 9 months ago
- 256c906 change from m_caName to m_caPrefix by Suyong Won · 4 years, 9 months ago
- 44d0cce fixed some build errors by Suyong Won · 4 years, 9 months ago
- 19fba4d TLV encoding to replace JSON format message by Suyong Won · 4 years, 9 months ago
- 57462ca working on TLV encoding by Suyong Won · 4 years, 9 months ago
- b8cb047 add EncryptionTLV Encoding and Decoding by Zhiyi Zhang · 4 years, 9 months ago
- 0453dbb Update CaConfig and ClientCaItem. Add INFO packet encoding and decoding. by Zhiyi Zhang · 4 years, 9 months ago
- a67fa46 crypto-helper: add authenticated GCM 128 encryption by Zhiyi Zhang · 4 years, 10 months ago
- cf1d8f7 Remove DOWNLOAD step by swa770 · 4 years, 9 months ago
- 20643ac Separate INFO out of PROBE phase by swa770 · 4 years, 10 months ago
- de007bc Remove _ from _PROBE, _NEW, _CHALLENGE by swa770 · 4 years, 10 months ago
- e0b60ac fix ndncert-send-email-challenge: allow both python 2 and 3 by tylerliu · 4 years, 5 months ago v0.2
- 35a90d1 ci: disable frames in lcov HTML coverage report by Davide Pesavento · 4 years, 6 months ago
- b48bbda Avoid deprecated Data::getSignature() by Davide Pesavento · 4 years, 6 months ago
- 7838cfd Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 8 months ago
- 264b6f2 ci: update Travis configuration by Davide Pesavento · 4 years, 10 months ago
- 552174c build+ci: switch to python3 by Davide Pesavento · 4 years, 10 months ago
- 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
- 91e47cd build: upgrade waf to version 2.0.19 by Davide Pesavento · 5 years ago
- 80ecd43 docs: restructure and update AUTHORS.md by Eric Newberry · 5 years ago
- 8da54d6 improve the robustness of ndncert library by Zhiyi Zhang · 5 years ago
- caab546 Fix the bug when user type in NONE when selecting CAs by Zhiyi Zhang · 5 years ago
- aae119a build: pass pkg_config_path to check_cfg() when looking for libndn-cxx by Davide Pesavento · 5 years ago
- 55d9860 build: sync build scripts with ndn-cxx by Davide Pesavento · 5 years ago