feat: expose the chromium validated certificate in the certificate verify proc (#21890)

This commit is contained in:
Samuel Attard 2020-01-27 10:48:29 -08:00 committed by Jeremy Apthorp
parent f34cbe66a0
commit 37feeb8e5f
4 changed files with 4 additions and 0 deletions

View file

@ -272,6 +272,7 @@ the original network configuration.
* `request` Object
* `hostname` String
* `certificate` [Certificate](structures/certificate.md)
* `validatedCertificate` [Certificate](structures/certificate.md)
* `verificationResult` String - Verification result from chromium.
* `errorCode` Integer - Error code.
* `callback` Function