fork-openpgpjs/test/general
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
..
armor.js Add and require primary key binding signatures on signing keys 2018-11-05 11:47:45 +01:00
brainpool.js Don't attempt to use workers if they fail to load 2019-05-02 12:08:08 +02:00
decompression.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
ecc_nist.js Don't attempt to use workers if they fail to load 2019-05-02 12:08:08 +02:00
hkp.js ++ Add another Domain for HKP server (#855) 2019-02-11 11:33:24 +01:00
index.js Split Sauce Labs JS unit tests into multiple parts for slow browsers 2018-09-10 19:27:13 +02:00
key.js Put comment before email when generating UIDs (#892) 2019-05-01 13:12:52 +02:00
keyring.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
oid.js OID's stored as Uint8Array 2018-03-01 11:35:16 -08:00
openpgp.js Don't attempt to use workers if they fail to load 2019-05-02 12:08:08 +02:00
packet.js Expose all signature notations 2019-05-09 12:12:22 +02:00
signature.js Merge pull request #894 from twiss/dont-throw-verification-errors-workers 2019-05-05 00:01:14 +02:00
streaming.js Fix flaky test in Edge 2019-05-02 12:55:08 +02:00
testInputs.js Support unicode surrogate code points 2018-08-14 17:24:40 +02:00
util.js Don't zero-copy transfer buffers in Safari 11.1 and Chrome < 56 2019-01-15 20:16:59 +01:00
wkd.js Add Web Key Directory lookup 2018-05-29 21:21:24 +02:00
x25519.js Don't attempt to use workers if they fail to load 2019-05-02 12:08:08 +02:00