mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-10-14 00:59:29 +00:00
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;
|
versionString: string;
|
||||||
commentString: string;
|
commentString: string;
|
||||||
allowInsecureDecryptionWithSigningKeys: boolean;
|
allowInsecureDecryptionWithSigningKeys: boolean;
|
||||||
|
allowInsecureVerificationWithReformattedKeys: boolean;
|
||||||
constantTimePKCS1Decryption: boolean;
|
constantTimePKCS1Decryption: boolean;
|
||||||
constantTimePKCS1DecryptionSupportedSymmetricAlgorithms: Set<enums.symmetric>;
|
constantTimePKCS1DecryptionSupportedSymmetricAlgorithms: Set<enums.symmetric>;
|
||||||
v5Keys: boolean;
|
v5Keys: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user