gpgme/lang/js/src
Maximilian Krambach 61ac70cfb5 js: return base64 after encrypt with armor=false
--

* src/gpgmejs.js/encrypt: the encrypted data were converted back to a
  (incorrect) string, whereas they should be data with no encoding
  specified. Returning base64 data is the expected way.
* DemoExtension: caught yet another usage of old syntax.
2018-08-29 17:45:55 +02:00
..
Connection.js js: extend information on decoding in decrypt 2018-08-27 11:50:09 +02:00
Errors.js js: improve decryption performance 2018-08-22 16:32:31 +02:00
gpgmejs.js js: return base64 after encrypt with armor=false 2018-08-29 17:45:55 +02:00
Helpers.js js: make non-payload data more encoding-tolerant 2018-08-27 13:00:50 +02:00
index.js js: add and apply eslint rules 2018-08-20 15:12:01 +02:00
Key.js js: throw errors in sync functions 2018-08-22 12:18:55 +02:00
Keyring.js js: typecheck destructured parameters 2018-08-27 12:38:32 +02:00
Makefile.am js: Fix library name mentioned in js Makefiles 2018-08-21 13:58:51 +02:00
Message.js js: add decrypt result options 2018-08-22 19:07:05 +02:00
permittedOperations.js js: add new options to permittedOperations 2018-08-24 10:33:42 +02:00
Signature.js js: Return error if signature has no fingerprint 2018-08-22 14:49:11 +02:00