Home GnuPG
Diffusion GPGME 67b6fa5a2948

js: reduce request spam at getKeys()

Description

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.

Details

Provenance
mkrambachAuthored on Jul 9 2018, 11:24 AM
Parents
rM10f2106404f0: js: properly reject pgp message without signature
Branches
Unknown
Tags
Unknown