fork-openpgpjs/test/general
Wiktor Kwapisiewicz 82799390de
Fix signatures with critical notations
Previously the signature parsing function ignored critical bit on
notations.

This change checks for notations that are marked "critical" but are not
on the known notations list (controlled by config array
`openpgp.config.known_notations`) and triggers parse error if such
a notation have been encountered.

See: #897.
2019-05-16 09:57:58 +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 Fix signatures with critical notations 2019-05-16 09:57:58 +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