[git] GPGME - branch, master, updated. gpgme-1.11.1-292-g34be616

by Maximilian Krambach cvs at cvs.gnupg.org
Wed Sep 19 17:54:30 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  34be6163f6c1057e2a87705925a9d0c70e4ecf17 (commit)
      from  c569adb5e3e3082bd68cdc34a2d349b7c28d3768 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 34be6163f6c1057e2a87705925a9d0c70e4ecf17
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date:   Wed Sep 19 17:54:59 2018 +0200

    js: add 'default-future' as createKey option
    
    --
    * src/Keyring.js: default-future can be used now for key creation as
      algo.

diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js
index eec1711..9e0a3e5 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',

-----------------------------------------------------------------------

Summary of changes:
 lang/js/src/Keyring.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list