gpgme/lang/js/src
Maximilian Krambach e16a87e839 js: Making objects inmutable
--

* An Object.freeze should stop any malicious third party from changing
  objects' methods once the objects are instantiated (see unittest for
  an approach that would have worked before)
  - An initialized gpgmejs- object doesn't have a '_Keyring' property
    anymore (it still has its 'Keyring')
  - The internal expect='base64' needed to be turned into a method.
2018-07-30 12:31:27 +02:00
..
Connection.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
Errors.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
gpgmejs.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
Helpers.js js: documentation 2018-07-10 14:32:26 +02:00
index.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
Key.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
Keyring.js js: fix indentaion 2018-07-27 20:56:11 +02:00
Makefile.am Prepare build system for gpgme-js and dist it 2018-06-19 16:40:40 +02:00
Message.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
permittedOperations.js js: typo in comment 2018-07-18 13:43:47 +02:00
Signature.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00