Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
c44cc83c33282f07214f0fe518f5236913ce5d63
/
src
/
security
/
validation-request.hpp
48becde
security: Enable validator fetch cert directly from interest sender
by Zhiyi Zhang
· 8 years ago
2fa5939
security: Reorganizing source code to prepare for support of two version of NDN certificates
by Alexander Afanasyev
· 8 years ago
d9006e7
security: Add appropriate hooks in Validator
by Yingdi Yu
· 10 years ago
c169a81
src: Switching to LGPL 3.0 license
by Alexander Afanasyev
· 10 years ago
dfa52c4
docs: Updating documentation and license boilerplates in all files
by Alexander Afanasyev
· 11 years ago
2a7f720
exceptions: Make Tlv::Error a base class for all packet-processing exceptions
by Alexander Afanasyev
· 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
40587c0
security: Add failureInfo in ValidationFailed callback
by Yingdi Yu
· 11 years ago
6ac9798
security: Merging SecPolicy into Validator (previously Verifier)
by Yingdi Yu
· 11 years ago
e07e339
security: Enabling SignedInterest processing in SecPolicy and Verifier.
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/validation-request.hpp]
61ec272
renaming: ndn-cpp to ndn-cpp-dev
by Yingdi Yu
· 11 years ago
[Renamed from include/ndn-cpp/security/validation-request.hpp]
4f32463
security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout
by Yingdi Yu
· 11 years ago
[Renamed (97%) from include/ndn-cpp/security/policy/validation-request.hpp]
2abd73f
security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces
by Yingdi Yu
· 11 years ago
ba16b8f
Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify.
by Jeff Thompson
· 11 years ago
[Renamed (73%) from src/security/policy/validation-request.hpp]
31aeed8
security: PolicyManager: In checkVerificationPolicy, pass stepCount by value since the reference is not needed to modify the caller's value, and it is copied through to the ValidationRequest constructor.
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