Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
2cb33fa5ed0e7c643468369a643892289e684ea1
/
src
/
security
e80d116
security: add support for SHA-3
by Davide Pesavento
· 6 years ago
648ae9e
security: forbid RSA keys shorter than 2048 bits
by Davide Pesavento
· 6 years ago
3c7969f
security: support 224-bit and 521-bit NIST elliptic curves
by Davide Pesavento
· 6 years ago
fbda933
security: improve error handling in tpm::BackEndOsx
by Davide Pesavento
· 6 years ago
5ee8ec0
security: code cleanup and doxygen improvements in tpm::BackEndOsx
by Davide Pesavento
· 6 years ago
426d500
encoding: update number assignments
by Junxiao Shi
· 6 years ago
68b5385
docs: update code-style rule 2.24
by Junxiao Shi
· 6 years ago
3b101d0
Use std::move in more places
by Davide Pesavento
· 6 years ago
b55e5d3
interest: declare default CanBePrefix setting
by Junxiao Shi
· 6 years ago
54d74c2
security: correct ValidationPolicy docs
by Junxiao Shi
· 6 years ago
31fd467
security: Correctly handle Sha256-signed Command Interests
by Alexander Afanasyev
· 6 years ago
57d02b6
security: Fix bug preventing customization of KeyChain's TPM on macOS
by Alexander Afanasyev
· 6 years ago
db4da5e
Improve and simplify code with modern C++ features
by Davide Pesavento
· 6 years ago
844b093
build: require gcc >= 5.3, boost >= 1.58, openssl >= 1.0.2
by Davide Pesavento
· 6 years ago
ebfe4a2
meta-info: allow typed name component in FinalBlockId
by Junxiao Shi
· 7 years ago
5df42a8
security: minor cleanup
by Davide Pesavento
· 7 years ago
0f83080
util: add literal operators for duration types
by Davide Pesavento
· 7 years ago
5afbb0b
util: switch to boost::asio::basic_waitable_timer
by Davide Pesavento
· 7 years ago
720f3ba
security: add support for BLAKE2 hash function
by Davide Pesavento
· 7 years ago
82d6a4c
security: fix error handling in KeyChain::importSafeBag()
by Davide Pesavento
· 7 years ago
130076f
build: Fix build when std::to_string is not available
by Alexander Afanasyev
· 7 years ago
45ab9a9
regex: modernize and simplify code
by Davide Pesavento
· 7 years ago
7e6f6f8
encoding: avoid UB when casting to tlv::SignatureTypeValue
by Davide Pesavento
· 7 years ago
9ced9e6
security: don't call front() on empty vector
by Davide Pesavento
· 7 years ago
a1302f6
security: enable direct fetch for data sig validation
by Zhiyi Zhang
· 7 years ago
bdcedf4
security+util: remove overloaded operator!()
by Davide Pesavento
· 7 years ago
5d0b010
encoding: remove duplicate buf() and get() methods from Buffer class
by Davide Pesavento
· 7 years ago
5759be3
security: Identity/Key comparison operators
by Junxiao Shi
· 7 years ago
c4a0176
security: fix bugs in keylocator checker of validator config
by Zhiyi Zhang
· 7 years ago
864e8e8
security: remove default argument from transform::digestFilter
by Davide Pesavento
· 7 years ago
ff3bf2c
security: make some functions static in BackEndOsx, simplify KeyHandleOsx
by Davide Pesavento
· 7 years ago
3ce6d4e
security: remove dead code in KeyChain::setDefaultCertificate
by Davide Pesavento
· 7 years ago
c33e1c2
security: remove unused parameter from CertificateRequest constructor
by Davide Pesavento
· 7 years ago
def60f1
security: support more SHA2 hash functions
by Davide Pesavento
· 7 years ago
3504cc4
security: deduplicate RAII wrapper class for EVP_MD_CTX
by Davide Pesavento
· 7 years ago
9219f58
security: use high-level EVP routines in HmacFilter
by Davide Pesavento
· 7 years ago
eaa93f4
security: fix AES IV length check in transform::BlockCipher
by Davide Pesavento
· 7 years ago
8a14b9b
security: use EVP_DigestVerify* routines in VerifierFilter
by Davide Pesavento
· 7 years ago
8aad372
security: add missing out-of-line destructors for transform classes
by Davide Pesavento
· 7 years ago
06f1bdf
security: use EVP_DigestSign* routines in SignerFilter
by Davide Pesavento
· 7 years ago
8703953
security: consistently use EVP_MD conversion helper
by Davide Pesavento
· 7 years ago
c21979d
security: deduplicate getting the key type from an EVP_PKEY structure
by Davide Pesavento
· 7 years ago
cafa402
security: use DES-EDE3-CBC to encrypt private keys in PKCS #8 format
by Davide Pesavento
· 7 years ago
c3dfc24
security: move {Rsa,Ec,Aes}KeyParamsInfo into namespace detail
by Davide Pesavento
· 7 years ago
1c31a71
security: simplify/cleanup PublicKey implementation
by Davide Pesavento
· 7 years ago
f45fa21
security: simplify PrivateKey implementation and improve error handling
by Davide Pesavento
· 7 years ago
464da53
tools: Fix bugs in cert-gen
by Alexander Afanasyev
· 7 years ago
0f5078e
security: use high-level EVP routines in DigestFilter
by Davide Pesavento
· 7 years ago
941fd8c
security: insert OpenSSL initialization call in PrivateKey::loadPkcs8
by Luca Keidel
· 7 years ago
6fd26cf
security: Allow key for root namespace identity
by Alexander Afanasyev
· 7 years ago
6aff024
security: Allow reloading ValidationPolicyConfig / ValidatorConfig
by Alexander Afanasyev
· 7 years ago
adc7184
security: Remove old security framework
by Alexander Afanasyev
· 8 years ago
e5a19b8
security: Convert ValidatorConfig to ValidationPolicyConfig
by Alexander Afanasyev
· 8 years ago
88a0d81
Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS
by Davide Pesavento
· 7 years ago
a84f464
Cleanup iostream includes
by Davide Pesavento
· 7 years ago
a9181d7
signature: reorganize code
by Junxiao Shi
· 7 years ago
6938e34
util: rename digest.hpp to sha256.hpp
by Junxiao Shi
· 7 years ago
6dfeffe
mgmt: Switch nfd::Controller to use v2::Validator interface
by Alexander Afanasyev
· 8 years ago
10b24be
util: deprecate crypto::computeSha256Digest()
by Davide Pesavento
· 7 years ago
ba4fbbe
docs: update doxygen configuration
by Davide Pesavento
· 7 years ago
0b1b467
util: move CFReleaser from security/tpm
by Junxiao Shi
· 7 years ago
830ba97
security: provide getKeyLocatorName helper function
by Junxiao Shi
· 7 years ago
3b3355c
util: NetworkMonitor: macOS version of fine-grained signals on interface state changes
by Alexander Afanasyev
· 8 years ago
0cf887d
build: Change HAVE_OSX_SECURITY to a more general HAVE_OSX_FRAMEWORKS
by Alexander Afanasyev
· 8 years ago
9333887
security: Add ValidationPolicyCommandInterest
by Alexander Afanasyev
· 8 years ago
b54aa57
security: Add general interface to chain validation policies
by Alexander Afanasyev
· 8 years ago
cab1696
Wrong exception message in security::v2::KeyChain
by Muktadir Chowdhury
· 7 years ago
6bf48a0
security: Remove ValidatorRegex
by Alexander Afanasyev
· 8 years ago
80782e0
**breaking change**: Switch Face and related classes to v2::KeyChain
by Alexander Afanasyev
· 8 years ago
e6835fe
Remove previously deprecated headers, methods, and constants
by Alexander Afanasyev
· 8 years ago
794f687
security+util: mark all pimpl unique_ptrs const
by Davide Pesavento
· 7 years ago
9285686
security: fix several inaccuracies in the API doc
by Davide Pesavento
· 7 years ago
50f6675
security: move shared_ptr<PibImpl> when possible
by Davide Pesavento
· 7 years ago
80fba6c
security: Wrong exception message in transform::PublicKey::rsaEncrypt()
by Muktadir R Chowdhury
· 8 years ago
1709aa7
security: Restore automatic key ID generation for symmetric keys
by Alexander Afanasyev
· 8 years ago
a10b2ff
security: Correct KeyChain::addCertificate semantics
by Alexander Afanasyev
· 8 years ago
5af04a7
security: Fix certificate loop detection in v2::Validator
by Alexander Afanasyev
· 8 years ago
95c8070
security: Integrate fetching certificates using Certificate Bundle
by Manika Mittal
· 8 years ago
e178989
src: minor updates to common.hpp and common-pch.hpp
by Davide Pesavento
· 8 years ago
2a6d45a
security: implement operator== for SigningInfo
by Nick Gordon
· 8 years ago
fe1239a
security: merge SIGNER_TYPE_PIB_* into SIGNER_TYPE_ID and SIGNER_TYPE_KEY
by Junxiao Shi
· 8 years ago
ba2cf39
security: Add CertificateFetcherDirectFetch
by Alexander Afanasyev
· 8 years ago
7bc10fa
security: Abstract certificate fetching from v2::Validator
by Alexander Afanasyev
· 8 years ago
7e72141
security: Add v2::Validator implementation
by Alexander Afanasyev
· 8 years ago
3e2c3a0
security+tests: Fix small bugs with uninitialized and leaked memory
by Alexander Afanasyev
· 8 years ago
7f20d6e
build+src: mark destructor virtual in classes with virtual functions
by Davide Pesavento
· 8 years ago
574aa86
security: Add a set of signature verification helpers
by Alexander Afanasyev
· 8 years ago
1ece2e3
security: Renaming EcdsaKeyParams to EcKeyParams
by Spyridon Mastorakis
· 9 years ago
609f061
security: Add CertificateCache
by Qiuhan Ding
· 9 years ago
4caa0cc
security: Add trust anchor container
by Qiuhan Ding
· 9 years ago
f837917
security: Make self-signed certificate valid from 1970-01-01 to now()+20 years
by Alexander Afanasyev
· 8 years ago
70244f4
Switch to new KeyChain where possible
by Alexander Afanasyev
· 8 years ago
1b58a03
security: Add CommandInterestSigner
by Alexander Afanasyev
· 8 years ago
4c9a3d5
security: Move KeyChain to security::v1 namespace and deprecated it
by Alexander Afanasyev
· 8 years ago
83eb1cc
security: Simplify (unify) implementation of v2::KeyChain::selfSign
by Alexander Afanasyev
· 8 years ago
d6d78aa
security: Allow Identity and Key abstractions to be used in SigningInfo
by Alexander Afanasyev
· 8 years ago
fe4733a
security: Add new v2::KeyChain
by Yingdi Yu
· 9 years ago
c95f564
security: Return *this from SigningInfo setters
by Alexander Afanasyev
· 8 years ago
5f1820e
security: Implement operator<< for v2::Certificate
by Alexander Afanasyev
· 8 years ago
48becde
security: Enable validator fetch cert directly from interest sender
by Zhiyi Zhang
· 8 years ago
Next »