1. 4154634 security: Pair-up Tpm and Pib in KeyChain by Yingdi Yu · 10 years ago
  2. 1c69c2e security: delete unused encryption-manager.hpp by Junxiao Shi · 10 years ago
  3. 0e205ce security: delete deprecated signature-sha256.hpp by Junxiao Shi · 10 years ago
  4. be8d221 security: ensure SecuredBag::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  5. 98acbb0 security: fix memory leak in SecPublicInfoSqlite3 by Junxiao Shi · 10 years ago
  6. bbb31f9 util: Exposing IndentedStream class as part of public API by Alexander Afanasyev · 10 years ago
  7. 6ab6781 security: Allow KeyChain to sign interest using SHA256 digest by Yingdi Yu · 10 years ago
  8. 3e8b52e tools: Allow verbose option in ndnsec-list/ndnsec-ls-identity command line tools by Yingdi Yu · 10 years ago
  9. 80979ba security: Handle certificate decoding error in validation process by Yingdi Yu · 10 years ago
  10. 3b4c314 security: Display SignatureInfo when printing a certificate by Yingdi Yu · 10 years ago
  11. a464b92 meta-info: deprecate MetaInfo::TYPE_* constants by Junxiao Shi · 10 years ago
  12. eabffdf tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required) by Alexander Afanasyev · 10 years ago
  13. 95fdebe common.hpp: avoid conflict between std::placeholders and Boost placeholders by Junxiao Shi · 10 years ago
  14. 4e9b069 security: Make Face optional in Validator by Yingdi Yu · 10 years ago
  15. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  16. e36322a security: get KeyDigest from PublicKey. by Yingdi Yu · 10 years ago
  17. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  18. db4affc security: Fixing memory problem in SecPublicInfoSqlite::addCertificate by Alexander Afanasyev · 10 years ago
  19. a7c7f9d security: Introduce unsetKeyLocator method into SignatureInfo and Signature by Alexander Afanasyev · 10 years ago
  20. 1c6976d security: Fixing compilation errors and providing backward compatible interface for Signature* by Alexander Afanasyev · 10 years ago
  21. 4a55705 security: Update Signature abstraction to match 0.1.1 spec by Yingdi Yu · 10 years ago
  22. aab7966 security: Ensure that KeyChain::getDefaultCeritifcate() does not return 0 by Alexander Afanasyev · 10 years ago
  23. 9d9d599 security: Enable exporting/importing ECDSA key by Yingdi Yu · 10 years ago
  24. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  25. fe4a918 security: Include common.hpp in security/key-params.hpp by Yingdi Yu · 10 years ago
  26. d9006e7 security: Add appropriate hooks in Validator by Yingdi Yu · 10 years ago
  27. c8f883c security: Add ECDSA signature signing and validation by Yingdi Yu · 10 years ago
  28. 7036ce2 security: Add KeyParams to support multiple types of keys. by Yingdi Yu · 10 years ago
  29. a4297a6 security: Add "explicit" markers for one-parameter constructors by Alexander Afanasyev · 10 years ago
  30. 40b5309 security: Support KeyType in SecPublicInfo by Yingdi Yu · 10 years ago
  31. 0f5fb69 security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf by Yingdi Yu · 10 years ago
  32. bf6a281 security: rename SignatureSha256 to DigestSha256 by Yingdi Yu · 10 years ago
  33. ebfa4cb security: Add SignatureSha256WithEcdsa by Yingdi Yu · 10 years ago
  34. 2620b1c security: Add key type in PublicKey (in order to support multiple signature type) by Yingdi Yu · 10 years ago
  35. 0eb5d72 security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen by Yingdi Yu · 10 years ago
  36. 03b1141 security: Removing unused SecPublicInfoMemory and SecTpmMemory by Alexander Afanasyev · 10 years ago
  37. 197e565 data: Optimize Data signing by Alexander Afanasyev · 10 years ago
  38. b465065 security: Add 'type dir' trust-anchor in ValidatorConfig by Yingdi Yu · 10 years ago
  39. 24b75c8 src: Minor corrections and improvements by Alexander Afanasyev · 10 years ago
  40. d29325e security: Change private methods of Validator to protect methods. by Yingdi Yu · 10 years ago
  41. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  42. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  43. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  44. 770827c docs: Updating doxygen comments and minor update to normalize API by Alexander Afanasyev · 10 years ago
  45. fc7d33a src: Removing deprecated logging facility by Alexander Afanasyev · 10 years ago
  46. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  47. ee8bb1e face+management: Removing ndnd::Controller and re-designing controllers by Alexander Afanasyev · 10 years ago
  48. f82d13a security: Fixing memory leaks and properly handling non-existing keys by Alexander Afanasyev · 10 years ago ndn-cxx-0.1.0-rc1
  49. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  50. 0fc447c security: Adding wildcard support in CommandInterestValidator by Yingdi Yu · 10 years ago
  51. 44d190c security: Add 'type any' for trust-anchor in ValidatorConfig by Yingdi Yu · 10 years ago
  52. 58f3371 security: Clean up ValidatorConfig when it is re-loaded. by Yingdi Yu · 10 years ago
  53. b52d028 security: Remove the old Validator constructors that take shared_ptr<Face> by Yingdi Yu · 10 years ago
  54. 45a3713 security: Mark KeyChain noncopyable to prevent potential crashes by Alexander Afanasyev · 10 years ago
  55. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  56. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  57. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  58. 5e96e00 security: Bug fixing by Yingdi Yu · 10 years ago
  59. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  60. 96e6406 security: IMPORTANT CHANGE!! Change Validator constructor to accept Face& instead of shared_ptr<Face> by Yingdi Yu · 10 years ago
  61. 20a0696 security: Fix bug of checking signed interest in ValidatorConfig by Yingdi Yu · 10 years ago
  62. 4b8c6a2 src: Correcting coding style of security related code. by Yingdi Yu · 10 years ago
  63. 05842f2 tools: Adjust ndnsec-cert-gen behaivor by Yingdi Yu · 10 years ago
  64. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  65. 3cca4ab security: Fix Validator::verifySignature bug by Yingdi Yu · 10 years ago
  66. b78bc4d build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS by Alexander Afanasyev · 10 years ago
  67. fcb4f6d build: Suppressing openssl deprecation flags on OSX by Alexander Afanasyev · 10 years ago
  68. dfa9d73 security: Enable load of ValidatorConf from a boost::property_tree section by Yingdi Yu · 10 years ago
  69. 59d67a5 build: Correction of OSX Security Framework detection by Alexander Afanasyev · 10 years ago
  70. ff2d08f data+interest+selectors+meta-info+signature: Implementing EqualityComparable concept by Alexander Afanasyev · 10 years ago
  71. b1db7c6 build: Warnings correction for gcc 4.2 by Alexander Afanasyev · 10 years ago
  72. 48e8c0c security: Add configuration based validator by Yingdi Yu · 10 years ago
  73. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  74. 60bd708 security: Fix default identity bug by Yingdi Yu · 10 years ago
  75. 37e317f security: Move security-related files from ~/.ndnx to ~/.ndn by Yingdi Yu · 10 years ago
  76. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  77. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  78. 110881d security: Change SHA256_DIGEST_LENGTH to SHA256_DIGEST_SIZE; by Yingdi Yu · 11 years ago
  79. 2115716 security: Add SignatureSha256 by Yingdi Yu · 11 years ago
  80. 64c3fb4 security: Add a wrapper for export/import information. by Yingdi Yu · 11 years ago
  81. c55680b security: Add prepareUnsignedIdentityCertificate method in KeyChain by Yingdi Yu · 11 years ago
  82. f8fc8de security: Bug fixing by Yingdi Yu · 11 years ago
  83. 40587c0 security: Add failureInfo in ValidationFailed callback by Yingdi Yu · 11 years ago
  84. 2e57a58 security: Consistent exception handling. by Yingdi Yu · 11 years ago
  85. 60c8681 name+security: Fixing bugs with empty name component comparison and failure handing in OSX tpm implementation by Alexander Afanasyev · 11 years ago
  86. be4150e security: Adjust unlocking TPM process. by Yingdi Yu · 11 years ago
  87. fc40d87 security: Add doxygen comments by Yingdi Yu · 11 years ago
  88. 8dceb1d security: Export/Import Identity from/into KeyChain by Yingdi Yu · 11 years ago
  89. 4b75275 security: Generate random block in Tpm. by Yingdi Yu · 11 years ago
  90. c348f83 encoding: Optimized encoding of Interest and related data structures by Alexander Afanasyev · 11 years ago
  91. 3e08d5d security: New --without-osx-keychain option to disable use of OSX Keychain as a default TPM on Darwin platform by Alexander Afanasyev · 11 years ago
  92. 4447146 security: Fix wrong condition in SecPublicInfoSqlite3 by Alexander Afanasyev · 11 years ago
  93. 17bc301 security: Add helpers for Command Interest by Yingdi Yu · 11 years ago
  94. 29e5c3d encoding: Fixing Block (and as a result Name) encoding bugs by Alexander Afanasyev · 11 years ago
  95. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 11 years ago
  96. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 11 years ago
  97. 5b60f70 sqlite3: Enabling option to disable filesystem locking (POSIX advisory locks) by Alexander Afanasyev · 11 years ago
  98. 9c7ed11 src: Fixing signed/unsigned comparison warnings and removing all warning-suppressing pragmas by Alexander Afanasyev · 11 years ago
  99. 2b2b479 security: Explicitly request password to unlock keychain by Yingdi Yu · 11 years ago
  100. 7056ce8 security: Fix a bug in generating new key id. by Yingdi Yu · 11 years ago