diff --git a/openpgp.d.ts b/openpgp.d.ts index 34f62527..50fe49de 100644 --- a/openpgp.d.ts +++ b/openpgp.d.ts @@ -322,6 +322,7 @@ interface Config { versionString: string; commentString: string; allowInsecureDecryptionWithSigningKeys: boolean; + allowInsecureVerificationWithReformattedKeys: boolean; constantTimePKCS1Decryption: boolean; constantTimePKCS1DecryptionSupportedSymmetricAlgorithms: Set; v5Keys: boolean;