1. 9b911e9 security+tools: deprecate TPM unlock functionality by Davide Pesavento · 10 days ago
  2. 31bca20 build: rename HAVE_TESTS to WITH_TESTS by Davide Pesavento · 4 months ago
  3. 8e047e1 name-component: rename fromEscapedString() to fromUri() by Davide Pesavento · 5 months ago
  4. 550d8c9 build: require boost >= 1.71.0 by Davide Pesavento · 8 months ago
  5. 5686c51 build: decouple handling of boost libs not needed by libndn-cxx by Davide Pesavento · 10 months ago
  6. c996742 build: use python f-strings by Davide Pesavento · 10 months ago
  7. 47ce2ee Refactor and modernize namespace declarations by Davide Pesavento · 1 year, 2 months ago
  8. a365164 ndnsec: stop installing deprecated command aliases by Davide Pesavento · 1 year, 3 months ago
  9. 187e9f9 Adopt more C++17 features throughout the codebase by Davide Pesavento · 1 year, 4 months ago
  10. 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 1 month ago
  11. 58de07a tools: relax restriction on KeyId component type in `ndnsec key-gen` by Davide Pesavento · 2 years, 1 month ago
  12. 9faf34b tools: use Unicode characters to draw the tree in `ndnsec list` by Davide Pesavento · 2 years, 1 month ago
  13. 9ee770b security: introduce KeyChain::makeCertificate by Junxiao Shi · 2 years, 2 months ago
  14. 541a822 build: raise minimum build requirements by Davide Pesavento · 2 years, 4 months ago
  15. 258d51a encoding: make Block convertible to span by Davide Pesavento · 2 years, 4 months ago
  16. a3d809e interest+data: convert to span by Davide Pesavento · 2 years, 5 months ago
  17. 5bd6c64 tools: remove HTTP download feature in ndnsec cert-install by Junxiao Shi · 2 years, 6 months ago
  18. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 6 months ago
  19. 949075a ndnsec: improve error reporting when loading a Certificate or SafeBag fails by Davide Pesavento · 2 years, 9 months ago
  20. 97157b4 tools: deprecate old ndnsec command aliases by Davide Pesavento · 3 years, 1 month ago
  21. f3089c3 tools: replace most ndnsec shell wrappers with symlinks by Davide Pesavento · 3 years, 1 month ago
  22. f2cae61 Drop unnecessary v2 namespace qualifications by Davide Pesavento · 3 years, 3 months ago
  23. 0990441 Ensure all include guards start with "NDN_CXX_" by Davide Pesavento · 3 years, 3 months ago
  24. 97ee811 util: backport scope_exit & co. from the Library Fundamentals TS v3 by Davide Pesavento · 3 years, 11 months ago
  25. 09236c2 security: Rename security/v2/* to security/* by Alexander Afanasyev · 4 years, 1 month ago
  26. f165bb4 signature-info: add signed Interest elements by Eric Newberry · 4 years, 1 month ago
  27. bc2e78e tools: export non-default key/cert in ndnsec export by Junxiao Shi · 4 years, 1 month ago
  28. 25d4f1c build: add PCHs for ndnsec and unit tests, fine-tune the existing ones by Davide Pesavento · 4 years, 2 months ago
  29. 702467b tools: in ndnsec-key-gen, change default key type to ECDSA by Davide Pesavento · 4 years, 2 months ago
  30. 4c68b6e tools: fix a bug in ndnsec-key-gen when --keyid is specified by Zhiyi Zhang · 4 years, 2 months ago
  31. 78338c5 build: recommend boost >= 1.65.1 by Davide Pesavento · 4 years, 2 months ago
  32. b310efb docs+ndnsec: improve description and parsing of command options, rewrite man pages by Davide Pesavento · 5 years ago
  33. fa995ac docs+tools: improve ndnsec help, error messages, and manual page by Davide Pesavento · 5 years ago
  34. 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 5 years ago
  35. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago
  36. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  37. 1944281 Rename 'src' directory to 'ndn-cxx' by Davide Pesavento · 6 years ago
  38. 634a62b tools: Allow specifying passphrase for ndnsec import/export in command line by Alexander Afanasyev · 6 years ago
  39. 6d43393 tools: fix compilation with Boost 1.67 by Davide Pesavento · 6 years ago
  40. 5560fd4 build: update waf to version 2.0.6 by Alexander Afanasyev · 6 years ago
  41. 0f83080 util: add literal operators for duration types by Davide Pesavento · 6 years ago
  42. 457f09a tools: Allow 'ndnsec key-gen' to customize KeyId by Zhiyi Zhang · 6 years ago
  43. 5afbb0b util: switch to boost::asio::basic_waitable_timer by Davide Pesavento · 7 years ago
  44. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  45. 5759be3 security: Identity/Key comparison operators by Junxiao Shi · 7 years ago
  46. 478206e tools: print correct certificate in ndnsec cert-dump by Junxiao Shi · 7 years ago
  47. 476200b tools: delete -p in ndnsec-export/import help by Junxiao Shi · 7 years ago
  48. 22ee089 tools: Disable unnecessary confirmation during ndnsec-import by Alexander Afanasyev · 7 years ago
  49. 464da53 tools: Fix bugs in cert-gen by Alexander Afanasyev · 7 years ago
  50. cdcde90 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  51. 35109a1 tools: Convert ndnsec to v2::KeyChain by Alexander Afanasyev · 7 years ago
  52. 82c359c tools: Refactor ndnsec tools and update code style by Alexander Afanasyev · 7 years ago
  53. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 7 years ago
  54. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  55. 4c9a3d5 security: Move KeyChain to security::v1 namespace and deprecated it by Alexander Afanasyev · 7 years ago
  56. 848a1e6 tools: delete deprecated ndncatchunks3 and ndnputchunks3 by Davide Pesavento · 8 years ago
  57. 160701a util: ndn::io::loadBlock and saveBlock by Junxiao Shi · 8 years ago
  58. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  59. 99b2a00 security: change enum to enum class in security-common.hpp by Yingdi Yu · 9 years ago
  60. 1e787c4 tools: deprecate ndncatchunks3 and ndnputchunks3 by Weiwei Liu · 8 years ago
  61. aa82eb6 common: remove NDN_CXX_DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 8 years ago
  62. 606e665 tools: delete deprecated tlvdump by Davide Pesavento · 8 years ago
  63. 5d69550 tools: Fix broken ndnsec-op-tool by Alexander Afanasyev · 8 years ago
  64. f8f63da tools: deprecate tlvdump by Junxiao Shi · 9 years ago
  65. 8f5cbdc Fix int vs. ssize_t type confusion by Davide Pesavento · 9 years ago
  66. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  67. ae20525 tools: Fix compilation error with Boost >=1.59 by Alexander Afanasyev · 9 years ago
  68. 1b0311c security: New generalized signing API in KeyChain by Yingdi Yu · 9 years ago
  69. 117f5ef encoding: Remove SCOPE from Interests and all references to it in the related code by Alexander Afanasyev · 9 years ago
  70. cf3a667 build: Fix conditional compilation on availability of getpass() by Alexander Afanasyev · 9 years ago
  71. a2ada22 src: Disable use of getpass() when it is not available by Alexander Afanasyev · 9 years ago
  72. af99f46 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 9 years ago
  73. 6147ef4 tools: ndnsec-delete reports success or failure by Yingdi Yu · 10 years ago
  74. d7db8bf tools: ndnsec code reorganization by Alexander Afanasyev · 10 years ago
  75. 28d0d94 build: Support tools and examples with multiple translation units by Alexander Afanasyev · 10 years ago
  76. 4cd8d73 tools: Fix incorrect tag map in tlvdump by Alexander Afanasyev · 10 years ago
  77. 7d8644a tools: Allow ndnsec-key-gen to generate ECDSA keys by Yingdi Yu · 10 years ago
  78. 2a047eb tools: Allow generation of DSK using ndnsec-key-gen by Alexander Afanasyev · 10 years ago
  79. ace7445 tools: Enable ndnsec-dsk-gen by Alexander Afanasyev · 10 years ago
  80. 3e8b52e tools: Allow verbose option in ndnsec-list/ndnsec-ls-identity command line tools by Yingdi Yu · 10 years ago
  81. 37339fd tools: Fix segmentation fault in ndnsec-sign-req by Yingdi Yu · 10 years ago
  82. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  83. 66cd424 tools: New (safer) option to include additional information blocks into the certificate by Alexander Afanasyev · 10 years ago
  84. 7438a15 tools: Accept `--sign-id` and `--cert-prefix` in ndnsec-cert-revoke by Alexander Afanasyev · 10 years ago
  85. ba8604d tools: Fix ndnsec-cert-gen to correctly infer prefix before KEY by Yingdi Yu · 10 years ago
  86. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  87. c4c8120 tools+security: Add empty pointer checking in ndnsec-cert-gen by Yingdi Yu · 10 years ago
  88. 9d9d599 security: Enable exporting/importing ECDSA key by Yingdi Yu · 10 years ago
  89. 5edf97d tools: ndnsec-cert-revoke command by Yingdi Yu · 10 years ago
  90. 0eb5d72 security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen by Yingdi Yu · 10 years ago
  91. 24b75c8 src: Minor corrections and improvements by Alexander Afanasyev · 10 years ago
  92. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  93. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  94. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  95. fff47d6 build: Add optional pthread flag when detecting Crypto++ by Alexander Afanasyev · 10 years ago
  96. cfe0b06 build: Changing the way version is managed by Alexander Afanasyev · 10 years ago ndn-cxx-0.1.0
  97. 27b0e39 tools: tlvdump can decode Block from stream directly by Yingdi Yu · 10 years ago
  98. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  99. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  100. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago