Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
50b922646571135e64ec8544eac7868a49935a01
/
src
/
security
/
key-chain.hpp
80782e0
**breaking change**: Switch Face and related classes to v2::KeyChain
by Alexander Afanasyev
· 8 years ago
4c9a3d5
security: Move KeyChain to security::v1 namespace and deprecated it
by Alexander Afanasyev
· 8 years ago
fe4733a
security: Add new v2::KeyChain
by Yingdi Yu
· 9 years ago
2fa5939
security: Reorganizing source code to prepare for support of two version of NDN certificates
by Alexander Afanasyev
· 8 years ago
699d2ea
security: Set false as default isKsk value in KeyChain::generateEcdsaKeyPairAsDefault
by José Quevedo
· 9 years ago
641de4c
security: Fix signing by identity (ECDSA)
by José Quevedo
· 9 years ago
409cc20
Backport make_unique
by Davide Pesavento
· 9 years ago
18cf81b
docs: fix several doxygen errors
by Davide Pesavento
· 9 years ago
1b0311c
security: New generalized signing API in KeyChain
by Yingdi Yu
· 9 years ago
281689a
security: Unify TPM creation
by Yingdi Yu
· 9 years ago
34a3763
security: Canonize PIB and TPM scheme names
by Alexander Afanasyev
· 10 years ago
0711380
security: Refactoring creation of SecPublicInfo and SecTpm during KeyChain creation
by Alexander Afanasyev
· 10 years ago
6147ef4
tools: ndnsec-delete reports success or failure
by Yingdi Yu
· 10 years ago
4154634
security: Pair-up Tpm and Pib in KeyChain
by Yingdi Yu
· 10 years ago
6ab6781
security: Allow KeyChain to sign interest using SHA256 digest
by Yingdi Yu
· 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
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
a4297a6
security: Add "explicit" markers for one-parameter constructors
by Alexander Afanasyev
· 10 years ago
0f5fb69
security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf
by Yingdi Yu
· 10 years ago
bf6a281
security: rename SignatureSha256 to DigestSha256
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
197e565
data: Optimize Data signing
by Alexander Afanasyev
· 10 years ago
24b75c8
src: Minor corrections and improvements
by Alexander Afanasyev
· 10 years ago
c169a81
src: Switching to LGPL 3.0 license
by Alexander Afanasyev
· 10 years ago
770827c
docs: Updating doxygen comments and minor update to normalize API
by Alexander Afanasyev
· 10 years ago
45a3713
security: Mark KeyChain noncopyable to prevent potential crashes
by Alexander Afanasyev
· 11 years ago
f56c68f
security: Construct KeyChain from configuration file.
by Yingdi Yu
· 11 years ago
dfa52c4
docs: Updating documentation and license boilerplates in all files
by Alexander Afanasyev
· 11 years ago
766cea7
====== Renaming library to ndn-cxx ======
by Alexander Afanasyev
· 11 years ago
5e96e00
security: Bug fixing
by Yingdi Yu
· 11 years ago
4b8c6a2
src: Correcting coding style of security related code.
by Yingdi Yu
· 11 years ago
fdbfc6d
src: Improving consistency and correcting code style
by Alexander Afanasyev
· 11 years ago
b78bc4d
build: add -std=c++03 (in non C++11 mode) and -pedantic to the default CXXFLAGS
by Alexander Afanasyev
· 11 years ago
60bd708
security: Fix default identity bug
by Yingdi Yu
· 11 years ago
aa0e7da
all: Refactoring work with time using boost::chrono
by Alexander Afanasyev
· 11 years ago
2115716
security: Add SignatureSha256
by Yingdi Yu
· 11 years ago
64c3fb4
security: Add a wrapper for export/import information.
by Yingdi Yu
· 11 years ago
c55680b
security: Add prepareUnsignedIdentityCertificate method in KeyChain
by Yingdi Yu
· 11 years ago
f8fc8de
security: Bug fixing
by Yingdi Yu
· 11 years ago
2e57a58
security: Consistent exception handling.
by Yingdi Yu
· 11 years ago
be4150e
security: Adjust unlocking TPM process.
by Yingdi Yu
· 11 years ago
fc40d87
security: Add doxygen comments
by Yingdi Yu
· 11 years ago
8dceb1d
security: Export/Import Identity from/into KeyChain
by Yingdi Yu
· 11 years ago
c348f83
encoding: Optimized encoding of Interest and related data structures
by Alexander Afanasyev
· 11 years ago
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
17bc301
security: Add helpers for Command Interest
by Yingdi Yu
· 11 years ago
28fd32f
security: Adding delete methods in KeyChain
by Yingdi Yu
· 11 years ago
4270f20
security: Adding supports to signed interest
by Yingdi Yu
· 11 years ago
09c613f
src: Another round of source updates: moving all headers close to implementation files
by Alexander Afanasyev
· 11 years ago
[Renamed from include/ndn-cpp-dev/security/key-chain.hpp]
8726f65
security: Rename KeyChain::signInTpm to KeyChain::signDataInTpm, and make it priviate.
by Yingdi Yu
· 11 years ago
0402092
security: Changing security storage location. Adding test case
by Yingdi Yu
· 11 years ago
3c5887c
security: Moving signInTpm(Data& data, ...) from SecTpm to KeyChain.
by Yingdi Yu
· 11 years ago
61ec272
renaming: ndn-cpp to ndn-cpp-dev
by Yingdi Yu
· 11 years ago
[Renamed from include/ndn-cpp/security/key-chain.hpp]
b4bb85a
security: renaming methods
by Yingdi Yu
· 11 years ago
4f32463
security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout
by Yingdi Yu
· 11 years ago
7ea6950
security: add key name sanity checking in KeyChain::selfSign
by Yingdi Yu
· 11 years ago
ef26ee3
security: bug fixing
by Yingdi Yu
· 11 years ago
31b4af2
security: refactoring KeyChain and related classess
by Yingdi Yu
· 11 years ago
462688f
security: Removing unnecessary wrappers of info from KeyChain
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
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
64a3d81
security: Preliminary work with security module changes
by Alexander Afanasyev
· 11 years ago
ba16b8f
Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify.
by Jeff Thompson
· 11 years ago
cda349e
security: Implement certificate checking in KeyChain::verifyData.
by Jeff Thompson
· 11 years ago
418b05a
security: In IdentityManager::setDefaultCertificateForKey, pass the certificate, not a Name. Make createIdentityCertificate take the certificatePrefix name.
by Jeff Thompson
· 11 years ago
c01e178
security: KeyChain: implement sign for buffers.
by Jeff Thompson
· 11 years ago
c69163b
security: Change to use IdentityCertificate instead of Certificate where needed.
by Jeff Thompson
· 11 years ago
25b4e61
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
by Jeff Thompson
· 11 years ago
[Renamed (99%) from ndn-cpp/security/key-chain.hpp]
b63abf5
security: Rename KeyChain.installCertificate to installIdentityCertificate.
by Jeff Thompson
· 11 years ago
e7e069b
security: Implement interface to IdentityManager.
by Jeff Thompson
· 11 years ago
79a2d5d
security: Added EncryptionManager.
by Jeff Thompson
· 11 years ago
29ce310
security: In KeyChain constructor, added PolicyManager. Use in sign().
by Jeff Thompson
· 11 years ago
7c5d231
security: KeyChain.verifyData: added default stepCount argument.
by Jeff Thompson
· 11 years ago
40f361a
security: Make the KeyChain constructor take an IdentityManager.
by Jeff Thompson
· 11 years ago
9296f0c
security: Checkpoint after requiring signData to supply the certificateName.
by Jeff Thompson
· 11 years ago
ffa36f9
documentation: Add class description.
by Jeff Thompson
· 11 years ago
8d24fe1
security: In signData, update doc comment.
by Jeff Thompson
· 11 years ago
2ce8f49
security: Added initial KeyChain.signData and verifyData
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
a7516e0
Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method.
by Jeff Thompson
· 11 years ago
fec716d
Renamed SignedInfo to MetaInfo (except for encoding binary XML).
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
7a67cb6
Move key-chain to security subdirectory.
by Jeff Thompson
· 11 years ago
[Renamed (98%) from ndn-cpp/key-chain.hpp]
8efe5ad
In sign and defaultSign, added wireFormat argument.
by Jeff Thompson
· 11 years ago
1e90d8c
Added KeyChain::selfVerifyData.
by Jeff Thompson
· 11 years ago
3c73da4
Added sign which takes publicKeyDer and privateKeyDer
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
by Jeff Thompson
· 11 years ago
3392fd6
Fix typo
by Jeff Thompson
· 11 years ago
ade5b1e
In defaultSign, added hint for setting the current time.
by Jeff Thompson
· 11 years ago
3df8137
Added the default private key and finish implementing defaultSign.
by Jeff Thompson
· 11 years ago
47c93cf
Added key-chain.cpp
by Jeff Thompson
· 11 years ago