Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 32088: Merged PR 32017: [7.0] Fix regression loading null-p…
…assword encrypted PFX certificates When decrypting the payload with empty string and null passwords, try reading the payload with the Asn reader to ensure the header matches the expected format. If that succeeds, then proceed with the iteration counting. This guards against a false-positive match that previously caused our iteration count work to throw/abort, thus preventing some null-password encrypted payloads from being loaded.
- Loading branch information