[git] GPGME - branch, javascript-binding, updated. gpgme-1.11.1-99-gfff365f
by Maximilian Krambach
cvs at cvs.gnupg.org
Fri Aug 17 17:54:22 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, javascript-binding has been updated
via fff365ffc583ef87ac585df2ac84fd8586202b8e (commit)
from 5b0f8230b2172bffcb3a3b629a75c9cf1a50a3d8 (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 fff365ffc583ef87ac585df2ac84fd8586202b8e
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date: Fri Aug 17 17:55:11 2018 +0200
js: expect additional 'info' to arrive on decrypt, too
--
* src/permittedOperations.js: if decrypt includes a verification,
this info needs to pass, too.
diff --git a/lang/js/src/permittedOperations.js b/lang/js/src/permittedOperations.js
index 1c28ab8..676ebaf 100644
--- a/lang/js/src/permittedOperations.js
+++ b/lang/js/src/permittedOperations.js
@@ -166,7 +166,8 @@ export const permittedOperations = {
type: ['signature', 'ciphertext'],
data: {
'data': 'string',
- 'base64':'boolean'
+ 'base64':'boolean',
+ 'info': 'object'
}
}
-----------------------------------------------------------------------
Summary of changes:
lang/js/src/permittedOperations.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list