Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
88663af0da21df1d96f0459cd39a6395d7f46281
/
src
/
security
/
identity
88663af
security: fixing bugs and adding methods
by Yingdi Yu
· 11 years ago
8758158
security: renaming sub-classess of SecPublicInfo and SecTpm and adapting corresponding interfaces
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
d155da4
build: Conditional enabling of osx-private-key-storage compilation
by Alexander Afanasyev
· 11 years ago
bdfa624
security: Change default osx keychain from NDN to login
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
fab95ed
security: Final fixes for (basic-)identity-storage
by Alexander Afanasyev
· 11 years ago
bd5ba40
security: Change in KeyChain creation API
by Alexander Afanasyev
· 11 years ago
04b22a9
security: Signature interface change and initial fixes for OSX private key store
by Alexander Afanasyev
· 11 years ago
e64788e
security: Continue porting security elements to the updated framework
by Alexander Afanasyev
· 11 years ago
b695b95
security: Adapting memory-based identity storage
by Alexander Afanasyev
· 11 years ago
bf1a67a
security: Porting security elements to the updated framework
by Alexander Afanasyev
· 11 years ago
0c63211
identity-storage: copying ndn.cxx extensions to get information about the stored data
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
71b2f87
Rename key.hpp to key-locator.hpp. Refs #1089.
by Jeff Thompson
· 11 years ago
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
ac64b13
security: In BasicIdentityStorage, move the sqlite file to ~/.ndnx/ndnsec-identity.db. Refs #1077.
by Jeff Thompson
· 11 years ago
910dc2b
Remove unused KEY_FORMAT_PUBLIC_OPENSSL and OSXPrivateKeyStorage::getFormat.
by Jeff Thompson
· 11 years ago
7494261
security: Added IdentityCertificate::certificateNameToPublicKeyName and use it in signByCertificate so that it doesn't t need to retrieve the certificate just to get the key name.
by Jeff Thompson
· 11 years ago
61805e9
security: MemoryIdentityStorage: Implement key and certificate stores.
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
22285ec
security: Remove IdentityStorage::getKeyNameForCertificate. Make getNewKeyName not virtual.
by Jeff Thompson
· 11 years ago
556cc30
security: OSXPrivateKeyStorage: When calling CFStringCreateWithCString, need to use kCFStringEncodingUTF8.
by Jeff Thompson
· 11 years ago
2db6037
files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054.
by Jeff Thompson
· 11 years ago