Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openpgpjs/openpgpjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlarabr <larabr+github@protonmail.com>2022-08-04 19:55:51 +0300
committerGitHub <noreply@github.com>2022-08-04 19:55:51 +0300
commit08eef424a023595b76cda0deaadf062f00ce938c (patch)
treeaa4c403853e551e266732273324e75f6af077c8e
parentdc85a5088f830c08702e2cafebb638ed61b35e7a (diff)
TypeScript: add missing `allowInsecureVerificationWithReformattedKeys` field to Config (#1551)
-rw-r--r--openpgp.d.ts1
1 files changed, 1 insertions, 0 deletions
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<enums.symmetric>;
v5Keys: boolean;