Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
33ce4c3d4b674c9fcd2363fba63befc99ba1e7f8
/
src
/
security
/
key-chain.cpp
54ce668
all: rename Tlv namespace to tlv for consistency
by Steve DiBenedetto
· 10 years ago
4a55705
security: Update Signature abstraction to match 0.1.1 spec
by Yingdi Yu
· 10 years ago
aab7966
security: Ensure that KeyChain::getDefaultCeritifcate() does not return 0
by Alexander Afanasyev
· 10 years ago
9d9d599
security: Enable exporting/importing ECDSA key
by Yingdi Yu
· 10 years ago
5ec0ee3
security: Support ECDSA verification in all related classes.
by Yingdi Yu
· 10 years ago
c8f883c
security: Add ECDSA signature signing and validation
by Yingdi Yu
· 10 years ago
7036ce2
security: Add KeyParams to support multiple types of keys.
by Yingdi Yu
· 10 years ago
0f5fb69
security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf
by Yingdi Yu
· 10 years ago
0eb5d72
security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen
by Yingdi Yu
· 10 years ago
c169a81
src: Switching to LGPL 3.0 license
by Alexander Afanasyev
· 10 years ago
9c57818
src: Making use of DEPRECATED macro and updating library code not to use deprecated methods
by Alexander Afanasyev
· 10 years ago
b67090a
build+tests: Fixing c++11 mode compilation and correcting integrated test with faces
by Alexander Afanasyev
· 11 years ago
f56c68f
security: Construct KeyChain from configuration file.
by Yingdi Yu
· 11 years ago
31b4af2
security: refactoring KeyChain and related classess
by Yingdi Yu
· 11 years ago
2abd73f
security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces
by Yingdi Yu
· 11 years ago
736708b
build: Fixing and suppressing all warnings
by Alexander Afanasyev
· 11 years ago
6be1a6a
security+node: Fixing includes and removing deprecated files
by Alexander Afanasyev
· 11 years ago
bd5ba40
security: Change in KeyChain creation API
by Alexander Afanasyev
· 11 years ago
e64788e
security: Continue porting security elements to the updated framework
by Alexander Afanasyev
· 11 years ago
bf1a67a
security: Porting security elements to the updated framework
by Alexander Afanasyev
· 11 years ago
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
ba16b8f
Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify.
by Jeff Thompson
· 11 years ago
1596639
security: In key-chain.cpp, added a static utility function verifySha256WithRsaSignature.
by Jeff Thompson
· 11 years ago
09324ed
security: In key-chain.cpp, need to qualify func_lib with ndn namespace.
by Jeff Thompson
· 11 years ago
2381da8
security: In key-chain.cpp, need to use namespace ndn::func_lib to use bind, etc. Refs #1063
by Jeff Thompson
· 11 years ago
9bdeb6d
security: in key-chain.cpp for bind with _1, if using std::function, need namespace placeholders. Refs #1063.
by Jeff Thompson
· 11 years ago
cda349e
security: Implement certificate checking in KeyChain::verifyData.
by Jeff Thompson
· 11 years ago
f309aa6
security: In KeyChain::verifyData, actually check policyManager_->requireVerify and skipVerifyAndTrust. Use of ValidationRequest is still not implemented
by Jeff Thompson
· 11 years ago
56e6265
security: Fix bug in KeyChain::signByIdentity: Need to send the wireFormat to signByCertificate.
by Jeff Thompson
· 11 years ago
2db6037
files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054.
by Jeff Thompson
· 11 years ago
[Renamed from ndn-cpp/security/key-chain.cpp]
ab5440f
security: In BasicIdentityStorage constructor, don't warn if identityDir already exists.
by Jeff Thompson
· 11 years ago