1. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  2. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  3. 766cea7 ====== Renaming library to ndn-cxx ====== by Alexander Afanasyev · 10 years ago
  4. 5e96e00 security: Bug fixing by Yingdi Yu · 10 years ago
  5. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  6. 96e6406 security: IMPORTANT CHANGE!! Change Validator constructor to accept Face& instead of shared_ptr<Face> by Yingdi Yu · 10 years ago
  7. 20a0696 security: Fix bug of checking signed interest in ValidatorConfig by Yingdi Yu · 10 years ago
  8. 4b8c6a2 src: Correcting coding style of security related code. by Yingdi Yu · 10 years ago
  9. 05842f2 tools: Adjust ndnsec-cert-gen behaivor by Yingdi Yu · 10 years ago
  10. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  11. 3cca4ab security: Fix Validator::verifySignature bug by Yingdi Yu · 10 years ago
  12. b78bc4d build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS by Alexander Afanasyev · 10 years ago
  13. fcb4f6d build: Suppressing openssl deprecation flags on OSX by Alexander Afanasyev · 10 years ago
  14. dfa9d73 security: Enable load of ValidatorConf from a boost::property_tree section by Yingdi Yu · 10 years ago
  15. 59d67a5 build: Correction of OSX Security Framework detection by Alexander Afanasyev · 10 years ago
  16. ff2d08f data+interest+selectors+meta-info+signature: Implementing EqualityComparable concept by Alexander Afanasyev · 10 years ago
  17. b1db7c6 build: Warnings correction for gcc 4.2 by Alexander Afanasyev · 10 years ago
  18. 48e8c0c security: Add configuration based validator by Yingdi Yu · 10 years ago
  19. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  20. 60bd708 security: Fix default identity bug by Yingdi Yu · 10 years ago
  21. 37e317f security: Move security-related files from ~/.ndnx to ~/.ndn by Yingdi Yu · 10 years ago
  22. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  23. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  24. 110881d security: Change SHA256_DIGEST_LENGTH to SHA256_DIGEST_SIZE; by Yingdi Yu · 10 years ago
  25. 2115716 security: Add SignatureSha256 by Yingdi Yu · 10 years ago
  26. 64c3fb4 security: Add a wrapper for export/import information. by Yingdi Yu · 10 years ago
  27. c55680b security: Add prepareUnsignedIdentityCertificate method in KeyChain by Yingdi Yu · 10 years ago
  28. f8fc8de security: Bug fixing by Yingdi Yu · 10 years ago
  29. 40587c0 security: Add failureInfo in ValidationFailed callback by Yingdi Yu · 10 years ago
  30. 2e57a58 security: Consistent exception handling. by Yingdi Yu · 10 years ago
  31. 60c8681 name+security: Fixing bugs with empty name component comparison and failure handing in OSX tpm implementation by Alexander Afanasyev · 10 years ago
  32. be4150e security: Adjust unlocking TPM process. by Yingdi Yu · 10 years ago
  33. fc40d87 security: Add doxygen comments by Yingdi Yu · 10 years ago
  34. 8dceb1d security: Export/Import Identity from/into KeyChain by Yingdi Yu · 10 years ago
  35. 4b75275 security: Generate random block in Tpm. by Yingdi Yu · 10 years ago
  36. c348f83 encoding: Optimized encoding of Interest and related data structures by Alexander Afanasyev · 10 years ago
  37. 3e08d5d security: New --without-osx-keychain option to disable use of OSX Keychain as a default TPM on Darwin platform by Alexander Afanasyev · 10 years ago
  38. 4447146 security: Fix wrong condition in SecPublicInfoSqlite3 by Alexander Afanasyev · 10 years ago
  39. 17bc301 security: Add helpers for Command Interest by Yingdi Yu · 10 years ago
  40. 29e5c3d encoding: Fixing Block (and as a result Name) encoding bugs by Alexander Afanasyev · 10 years ago
  41. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 10 years ago
  42. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 10 years ago
  43. 5b60f70 sqlite3: Enabling option to disable filesystem locking (POSIX advisory locks) by Alexander Afanasyev · 10 years ago
  44. 9c7ed11 src: Fixing signed/unsigned comparison warnings and removing all warning-suppressing pragmas by Alexander Afanasyev · 10 years ago
  45. 2b2b479 security: Explicitly request password to unlock keychain by Yingdi Yu · 10 years ago
  46. 7056ce8 security: Fix a bug in generating new key id. by Yingdi Yu · 10 years ago
  47. 9a33535 security: Fix a bug of Validator, making checkPolicy methods pure abstract by Yingdi Yu · 10 years ago
  48. 6ac9798 security: Merging SecPolicy into Validator (previously Verifier) by Yingdi Yu · 10 years ago
  49. 3715f8d security: Adding SecPolicyRegex and related rules by Yingdi Yu · 10 years ago
  50. 7640cb3 security: Adding CertificateCache and CertificateCacheTtl by Yingdi Yu · 10 years ago
  51. 28fd32f security: Adding delete methods in KeyChain by Yingdi Yu · 10 years ago
  52. 4270f20 security: Adding supports to signed interest by Yingdi Yu · 10 years ago
  53. e07e339 security: Enabling SignedInterest processing in SecPolicy and Verifier. by Yingdi Yu · 10 years ago
  54. 1950885 build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace by Alexander Afanasyev · 10 years ago
  55. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago
  56. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 10 years ago
  57. 0b9c315 security: Changing file operation code in SecPublicInfoSqlite to use boost::filesystem. by Yingdi Yu · 10 years ago
  58. 874678f security: Hiding sqlite3 from the header of SecPublicInfoSqlite by Yingdi Yu · 11 years ago
  59. 0402092 security: Changing security storage location. Adding test case by Yingdi Yu · 11 years ago
  60. 2d9c50f security: Adding SecTpmFile which a pure file based "TPM". by Yingdi Yu · 11 years ago
  61. 3c5887c security: Moving signInTpm(Data& data, ...) from SecTpm to KeyChain. by Yingdi Yu · 11 years ago
  62. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago
  63. b4bb85a security: renaming methods by Yingdi Yu · 11 years ago
  64. 4f32463 security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout by Yingdi Yu · 11 years ago
  65. ea23f57 security: Fixing bug with signing in SecTpmOsx by Alexander Afanasyev · 11 years ago
  66. 88663af security: fixing bugs and adding methods by Yingdi Yu · 11 years ago
  67. 8758158 security: renaming sub-classess of SecPublicInfo and SecTpm and adapting corresponding interfaces by Yingdi Yu · 11 years ago
  68. 31b4af2 security: refactoring KeyChain and related classess by Yingdi Yu · 11 years ago
  69. 913b0c7 security: Changing Verifier::verifySignature method to be more generalized, so that users can avoid explicit exception processing by Yingdi Yu · 11 years ago
  70. 2abd73f security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces by Yingdi Yu · 11 years ago
  71. 54467af build: Fixing gcc compilation by Alexander Afanasyev · 11 years ago
  72. d155da4 build: Conditional enabling of osx-private-key-storage compilation by Alexander Afanasyev · 11 years ago
  73. bdfa624 security: Change default osx keychain from NDN to login by Yingdi Yu · 11 years ago
  74. 736708b build: Fixing and suppressing all warnings by Alexander Afanasyev · 11 years ago
  75. 4440290 security+tests: Temporarily disable broken code by Alexander Afanasyev · 11 years ago
  76. 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
  77. fab95ed security: Final fixes for (basic-)identity-storage by Alexander Afanasyev · 11 years ago
  78. bd5ba40 security: Change in KeyChain creation API by Alexander Afanasyev · 11 years ago
  79. 04b22a9 security: Signature interface change and initial fixes for OSX private key store by Alexander Afanasyev · 11 years ago
  80. e64788e security: Continue porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  81. b695b95 security: Adapting memory-based identity storage by Alexander Afanasyev · 11 years ago
  82. bf1a67a security: Porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  83. 049f8f7 security: Fixing decoding/encoding certificates. Now the test is fully working by Alexander Afanasyev · 11 years ago
  84. 0ea6e08 security: CryptoPP functions are used directly to encode/decode DER/BER by Alexander Afanasyev · 11 years ago
  85. 64a3d81 security: Preliminary work with security module changes by Alexander Afanasyev · 11 years ago
  86. 0c63211 identity-storage: copying ndn.cxx extensions to get information about the stored data by Alexander Afanasyev · 11 years ago
  87. 8e96e58 src: Adding conditional compilation against boost or bundled "ndnboost" by Alexander Afanasyev · 11 years ago
  88. 9afac39 security: In CertificateExtension, make toDer and derDerBlob const. Refs #1091. by Jeff Thompson · 11 years ago
  89. 61a25ff security: In CertificateSubjectDescription, make toDer and getOidString const. Refs #1091. by Jeff Thompson · 11 years ago
  90. 2105dbe security: internal: In Sha256WithRsaHandler, renamed verify to verifySignature. by Jeff Thompson · 11 years ago
  91. ce11576 In all .cpp files, remove using namespace ndn::ptr_lib and explicitly use ptr_lib::shared_ptr and make_shared. by Jeff Thompson · 11 years ago
  92. 71b2f87 Rename key.hpp to key-locator.hpp. Refs #1089. by Jeff Thompson · 11 years ago
  93. 40ada91 security: In IdentityManager::signByCertificate, when setting the KeyLocator keyName, use certificateName.getPrefix(-1) to remove the version number. Refs #1088. by Jeff Thompson · 11 years ago
  94. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  95. 36fe1bc security: In SelfVerifyPolicyManager, fix typo in comment. by Jeff Thompson · 11 years ago
  96. 3a2eb2f security: Added SelfVerifyPolicyManager. by Jeff Thompson · 11 years ago
  97. 1596639 security: In key-chain.cpp, added a static utility function verifySha256WithRsaSignature. by Jeff Thompson · 11 years ago
  98. 31aeed8 security: PolicyManager: In checkVerificationPolicy, pass stepCount by value since the reference is not needed to modify the caller's value, and it is copied through to the ValidationRequest constructor. by Jeff Thompson · 11 years ago
  99. ac64b13 security: In BasicIdentityStorage, move the sqlite file to ~/.ndnx/ndnsec-identity.db. Refs #1077. by Jeff Thompson · 11 years ago
  100. a4aa4ce security: Add IdentityCertificate copy constructor. by Jeff Thompson · 11 years ago