fork-openpgpjs/test
Wiktor Kwapisiewicz 16b12d7f55
Expose all signature notations
Previous implementation used an object to hold notations so if multiple
notations had the same key name only the last one was visible.

After this change notations are exposed as an array of key-value pairs
that can be converted to a map through `new Map(notations)`.

See #897.
2019-05-09 12:12:22 +02:00
..
crypto Clean up ECDH API 2019-05-02 12:08:08 +02:00
general Expose all signature notations 2019-05-09 12:12:22 +02:00
security Add CAST5 to always-allowed algorithms 2018-12-22 00:00:47 -05:00
worker Don't attempt to use workers if they fail to load 2019-05-02 12:08:08 +02:00
unittests.html fix obsolete browser tests, add some polyfills 2018-02-05 22:17:41 -08:00
unittests.js Lower S2K iteration count parameter in tests 2018-11-05 18:00:20 +01:00