TypeScript: add missing allowInsecureVerificationWithReformattedKeys
field to Config (#1551)
This commit is contained in:
parent
dc85a5088f
commit
08eef424a0
1
openpgp.d.ts
vendored
1
openpgp.d.ts
vendored
|
@ -322,6 +322,7 @@ interface Config {
|
|||
versionString: string;
|
||||
commentString: string;
|
||||
allowInsecureDecryptionWithSigningKeys: boolean;
|
||||
allowInsecureVerificationWithReformattedKeys: boolean;
|
||||
constantTimePKCS1Decryption: boolean;
|
||||
constantTimePKCS1DecryptionSupportedSymmetricAlgorithms: Set<enums.symmetric>;
|
||||
v5Keys: boolean;
|
||||
|
|
Loading…
Reference in New Issue
Block a user