1. 02948ec security: Add support for OpenSSL 1.1.0 API by Alexander Afanasyev · 8 years ago
  2. b8deee0 security: initialize transform::Downstream::m_index by Junxiao Shi · 8 years ago
  3. 1b0f486 security: plug memory leaks in transform by Junxiao Shi · 8 years ago
  4. 4ce0bcf util: io::load accepts base64 encoding without newlines by Junxiao Shi · 8 years ago
  5. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  6. ba6baaf security: StreamSource throws upon istream::fail() by Junxiao Shi · 8 years ago
  7. c152e6f security: add missing virtual destructor to Validator base class by Davide Pesavento · 8 years ago
  8. 198c381 security: Validator::verifySignature don't throw on Interest with malformed signature by Junxiao Shi · 8 years ago
  9. 0b537b9 util: generate random bytes using OpenSSL instead of CryptoPP by Yingdi Yu · 9 years ago
  10. b263f15 security: Add signing/verification support in transformation by Yingdi Yu · 9 years ago
  11. 202a2e9 security: Add wrapper for public/private key in transformation by Yingdi Yu · 9 years ago
  12. 8751661 security: Add BlockCipher in transformation by Yingdi Yu · 9 years ago
  13. 99b2a00 security: change enum to enum class in security-common.hpp by Yingdi Yu · 9 years ago
  14. e6f8751 security: handle Nack in Validator by Teng Liang · 8 years ago
  15. dc2d6d2 security: CommandInterestValidator by Junxiao Shi · 8 years ago
  16. 3e62a83 security: Add SafeBag by Zhiyi Zhang · 9 years ago
  17. d12fb97 security: Add hmac calculation support in transformation by Yingdi Yu · 9 years ago
  18. ae73427 security: Add digest calculation support in transformation by Yingdi Yu · 9 years ago
  19. 38317e5 security: Add base64 and hex encoding/decoding support in transformation by Yingdi Yu · 9 years ago
  20. 3168c30 security: Add transformation sink/source by Yingdi Yu · 9 years ago
  21. 044bb7e security: ValidatorConfig rule evaluates all checkers by Zhiyi Zhang · 8 years ago
  22. 57e0036 face+security: Introduce environment variables to set/override transport, pib, and tpm configurations. by Alexander Afanasyev · 8 years ago
  23. aa82eb6 common: remove NDN_CXX_DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 8 years ago
  24. 699d2ea security: Set false as default isKsk value in KeyChain::generateEcdsaKeyPairAsDefault by José Quevedo · 9 years ago
  25. 641de4c security: Fix signing by identity (ECDSA) by José Quevedo · 9 years ago
  26. 48c291b security: Properly initialize state in `SigningInfo(const std::string&)` constructor by Spencer Lee · 9 years ago
  27. 308bc44 security: string representation for SigningInfo by Spencer Lee · 9 years ago
  28. 66ca203 src: Remove unnecessary std::move to allow copy elision by Alexander Afanasyev · 9 years ago
  29. 409cc20 Backport make_unique by Davide Pesavento · 9 years ago
  30. 8f5cbdc Fix int vs. ssize_t type confusion by Davide Pesavento · 9 years ago
  31. f2a4622 docs: API documentation fixes by Alexander Afanasyev · 9 years ago
  32. 18cf81b docs: fix several doxygen errors by Davide Pesavento · 9 years ago
  33. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  34. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  35. ea38294 security: Add AdditionalInfo into SignatureInfo by Yingdi Yu · 9 years ago
  36. 7a81389 security: Add ValidityPeriod abstraction by Yingdi Yu · 9 years ago
  37. 0b3cac5 face: simplify prefix registration APIs with SigningInfo by Joao Pereira · 9 years ago
  38. d82b07c security: Helpers to create SigningInfo by Eric Newberry · 9 years ago
  39. c820989 security: Make public interface of Pib, Identity, and Key as read-only by Yingdi Yu · 9 years ago
  40. 11314b7 security: implement PibSqlite3 based on PibImpl by Mickey Sweatt · 9 years ago
  41. 1b0311c security: New generalized signing API in KeyChain by Yingdi Yu · 9 years ago
  42. 3bf91f5 security: adjust description of PibImpl interfaces by Yingdi Yu · 9 years ago
  43. 281689a security: Unify TPM creation by Yingdi Yu · 9 years ago
  44. 8ca4325 security: IdentityCertificate sets default FreshnessPeriod to 1 hour by Junxiao Shi · 9 years ago
  45. b8f8b34 security: define new abstraction for identity, key, and certificate by Yingdi Yu · 9 years ago
  46. adadb71 security: Add in-memory pib by Yingdi Yu · 9 years ago
  47. 151b557 security: define pib-impl interface by Yingdi Yu · 9 years ago
  48. cf3a667 build: Fix conditional compilation on availability of getpass() by Alexander Afanasyev · 10 years ago
  49. a2ada22 src: Disable use of getpass() when it is not available by Alexander Afanasyev · 10 years ago
  50. af99f46 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  51. 34a3763 security: Canonize PIB and TPM scheme names by Alexander Afanasyev · 10 years ago
  52. 0711380 security: Refactoring creation of SecPublicInfo and SecTpm during KeyChain creation by Alexander Afanasyev · 10 years ago
  53. a90ba48 security: improve SecPublicInfoSqlite3 error messages by Yingdi Yu · 10 years ago
  54. 6147ef4 tools: ndnsec-delete reports success or failure by Yingdi Yu · 10 years ago
  55. 4154634 security: Pair-up Tpm and Pib in KeyChain by Yingdi Yu · 10 years ago
  56. 1c69c2e security: delete unused encryption-manager.hpp by Junxiao Shi · 10 years ago
  57. 0e205ce security: delete deprecated signature-sha256.hpp by Junxiao Shi · 10 years ago
  58. be8d221 security: ensure SecuredBag::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  59. 98acbb0 security: fix memory leak in SecPublicInfoSqlite3 by Junxiao Shi · 10 years ago
  60. bbb31f9 util: Exposing IndentedStream class as part of public API by Alexander Afanasyev · 10 years ago
  61. 6ab6781 security: Allow KeyChain to sign interest using SHA256 digest by Yingdi Yu · 10 years ago
  62. 3e8b52e tools: Allow verbose option in ndnsec-list/ndnsec-ls-identity command line tools by Yingdi Yu · 10 years ago
  63. 80979ba security: Handle certificate decoding error in validation process by Yingdi Yu · 10 years ago
  64. 3b4c314 security: Display SignatureInfo when printing a certificate by Yingdi Yu · 10 years ago
  65. a464b92 meta-info: deprecate MetaInfo::TYPE_* constants by Junxiao Shi · 10 years ago
  66. eabffdf tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required) by Alexander Afanasyev · 10 years ago
  67. 95fdebe common.hpp: avoid conflict between std::placeholders and Boost placeholders by Junxiao Shi · 10 years ago
  68. 4e9b069 security: Make Face optional in Validator by Yingdi Yu · 10 years ago
  69. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  70. e36322a security: get KeyDigest from PublicKey. by Yingdi Yu · 10 years ago
  71. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  72. db4affc security: Fixing memory problem in SecPublicInfoSqlite::addCertificate by Alexander Afanasyev · 10 years ago
  73. a7c7f9d security: Introduce unsetKeyLocator method into SignatureInfo and Signature by Alexander Afanasyev · 10 years ago
  74. 1c6976d security: Fixing compilation errors and providing backward compatible interface for Signature* by Alexander Afanasyev · 10 years ago
  75. 4a55705 security: Update Signature abstraction to match 0.1.1 spec by Yingdi Yu · 10 years ago
  76. aab7966 security: Ensure that KeyChain::getDefaultCeritifcate() does not return 0 by Alexander Afanasyev · 10 years ago
  77. 9d9d599 security: Enable exporting/importing ECDSA key by Yingdi Yu · 10 years ago
  78. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  79. fe4a918 security: Include common.hpp in security/key-params.hpp by Yingdi Yu · 10 years ago
  80. d9006e7 security: Add appropriate hooks in Validator by Yingdi Yu · 10 years ago
  81. c8f883c security: Add ECDSA signature signing and validation by Yingdi Yu · 10 years ago
  82. 7036ce2 security: Add KeyParams to support multiple types of keys. by Yingdi Yu · 10 years ago
  83. a4297a6 security: Add "explicit" markers for one-parameter constructors by Alexander Afanasyev · 10 years ago
  84. 40b5309 security: Support KeyType in SecPublicInfo by Yingdi Yu · 10 years ago
  85. 0f5fb69 security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf by Yingdi Yu · 10 years ago
  86. bf6a281 security: rename SignatureSha256 to DigestSha256 by Yingdi Yu · 10 years ago
  87. ebfa4cb security: Add SignatureSha256WithEcdsa by Yingdi Yu · 10 years ago
  88. 2620b1c security: Add key type in PublicKey (in order to support multiple signature type) by Yingdi Yu · 10 years ago
  89. 0eb5d72 security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen by Yingdi Yu · 10 years ago
  90. 03b1141 security: Removing unused SecPublicInfoMemory and SecTpmMemory by Alexander Afanasyev · 10 years ago
  91. 197e565 data: Optimize Data signing by Alexander Afanasyev · 10 years ago
  92. b465065 security: Add 'type dir' trust-anchor in ValidatorConfig by Yingdi Yu · 10 years ago
  93. 24b75c8 src: Minor corrections and improvements by Alexander Afanasyev · 10 years ago
  94. d29325e security: Change private methods of Validator to protect methods. by Yingdi Yu · 10 years ago
  95. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  96. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  97. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  98. 770827c docs: Updating doxygen comments and minor update to normalize API by Alexander Afanasyev · 10 years ago
  99. fc7d33a src: Removing deprecated logging facility by Alexander Afanasyev · 10 years ago
  100. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago