From 08eef424a023595b76cda0deaadf062f00ce938c Mon Sep 17 00:00:00 2001 From: larabr Date: Thu, 4 Aug 2022 18:55:51 +0200 Subject: [PATCH] TypeScript: add missing `allowInsecureVerificationWithReformattedKeys` field to Config (#1551) --- openpgp.d.ts | 1 + 1 file changed, 1 insertion(+) 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;