gpgme/lang/js/BrowserTestExtension/tests
Maximilian Krambach 67b6fa5a29 js: reduce request spam at getKeys()
--

* Don't make a secret-Key request for each Key retrieved, use one
  request for all of them instead, and assemble the info later. This
  should reduce the traffic with large Keyrings. The bulk retrieval
  for the public armored Keys for each of these Keys is still up to
  discussion

* unittests: disabled assertion for the armored key (as it currently
  doesn't work)

* encryptTest: clarified the mechanism/reason of rejection for
  Messages >64 MB. This is still a TODO, as this error comes from a
  different place (the browser itself) and behaves different from the
  other errors.
2018-07-09 11:24:46 +02:00
..
encryptDecryptTest.js js: change chunksize handling and decoding 2018-06-08 17:54:58 +02:00
encryptTest.js js: reduce request spam at getKeys() 2018-07-09 11:24:46 +02:00
inputvalues.js js: removed config 2018-06-11 15:10:43 +02:00
KeyImportExport.js js: fixing Key import/export test 2018-07-03 12:41:49 +02:00
longRunningTests.js js: change chunksize handling and decoding 2018-06-08 17:54:58 +02:00
signTest.js js: code cleanup (eslint) 2018-06-06 13:05:53 +02:00
startup.js js: removed config 2018-06-11 15:10:43 +02:00