Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
29e5c3dc77cc233377e5496f87946e62a8690f75
/
src
/
security
/
validation-request.hpp
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