mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-02 23:13:25 +00:00
TypeScript: add missing allowInsecureVerificationWithReformattedKeys field to Config (#1551)
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user