1. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago[Renamed from include/ndn-cpp-dev/security/validation-request.hpp]
  2. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago[Renamed from include/ndn-cpp/security/validation-request.hpp]
  3. 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]
  4. 2abd73f security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces by Yingdi Yu · 11 years ago
  5. 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]
  6. 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
  7. f309aa6 security: In KeyChain::verifyData, actually check policyManager_->requireVerify and skipVerifyAndTrust. Use of ValidationRequest is still not implemented by Jeff Thompson · 11 years ago