From 34be6163f6c1057e2a87705925a9d0c70e4ecf17 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Wed, 19 Sep 2018 17:54:59 +0200 Subject: [PATCH] js: add 'default-future' as createKey option -- * src/Keyring.js: default-future can be used now for key creation as algo. --- lang/js/src/Keyring.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js index eec17116..9e0a3e59 100644 --- a/lang/js/src/Keyring.js +++ b/lang/js/src/Keyring.js @@ -428,7 +428,7 @@ export class GPGME_Keyring { * documentation for details */ const supportedKeyAlgos = [ - 'default', + 'default', 'default-future', 'rsa', 'rsa2048', 'rsa3072', 'rsa4096', 'dsa', 'dsa2048', 'dsa3072', 'dsa4096', 'elg', 'elg2048', 'elg3072', 'elg4096',