-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dac_revocation: Perform cross validation against crl signer or crl si…
…gner delegator (#35144) * dac_revocation: Support crl signer and crl signer delegator - Add crl signer and crl signer delegator cert in the python script which generates the revocation set - perform the cross validation of DAC/PAI with crl signer and crl signer delegator cert - Extended and added unit tests for crl signer delegator case * include algoright and remove the local var declaration * use unused attribute * Fix the buffer overrun and use maybe_unused instead of unused attribute * we do not need to differentiate pai/dac when cross verifying * add checks on return value and unit tests on malformed crl signer cert * use std::string instead of const char * * address some more reviews * Update src/credentials/attestation_verifier/TestDACRevocationDelegateImpl.cpp Co-authored-by: Boris Zbarsky <[email protected]> --------- Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
1 parent
ffbc362
commit 63182c4
Showing
3 changed files
with
231 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.