feat: expose the chromium validated certificate in the certificate verify proc (#21890)
This commit is contained in:
parent
f34cbe66a0
commit
37feeb8e5f
4 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ struct VerifyRequestParams {
|
|||
std::string default_result;
|
||||
int error_code;
|
||||
scoped_refptr<net::X509Certificate> certificate;
|
||||
scoped_refptr<net::X509Certificate> validated_certificate;
|
||||
|
||||
VerifyRequestParams();
|
||||
VerifyRequestParams(const VerifyRequestParams&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue