TypeScript: add missing allowInsecureVerificationWithReformattedKeys field to Config (#1551)

This commit is contained in:
larabr 2022-08-04 18:55:51 +02:00 committed by GitHub
parent dc85a5088f
commit 08eef424a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
openpgp.d.ts vendored
View File

@ -322,6 +322,7 @@ interface Config {
versionString: string;
commentString: string;
allowInsecureDecryptionWithSigningKeys: boolean;
allowInsecureVerificationWithReformattedKeys: boolean;
constantTimePKCS1Decryption: boolean;
constantTimePKCS1DecryptionSupportedSymmetricAlgorithms: Set<enums.symmetric>;
v5Keys: boolean;