PKI.js icon indicating copy to clipboard operation
PKI.js copied to clipboard

Don't mutate extensions in `verifySCTsForCertificate`

Open twiss opened this issue 2 months ago • 0 comments

To allow the function to be called multiple times (e.g. when verifying SCTs individually), it's necessary to leave the extensions array intact for the next call to verifySCTsForCertificate.

twiss avatar Dec 10 '25 13:12 twiss