Skip to content

Commit

Permalink
TypeScript: add missing `allowInsecureVerificationWithReformattedKeys…
Browse files Browse the repository at this point in the history
…` field to Config (#1551)
  • Loading branch information
larabr committed Aug 4, 2022
1 parent dc85a50 commit 08eef42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpgp.d.ts
Expand Up @@ -322,6 +322,7 @@ interface Config {
versionString: string;
commentString: string;
allowInsecureDecryptionWithSigningKeys: boolean;
allowInsecureVerificationWithReformattedKeys: boolean;
constantTimePKCS1Decryption: boolean;
constantTimePKCS1DecryptionSupportedSymmetricAlgorithms: Set<enums.symmetric>;
v5Keys: boolean;
Expand Down

0 comments on commit 08eef42

Please sign in to comment.