fork-openpgpjs/test/general
Daniel Huigens 9691dc9c99 Fix getExpirationTime with capabilities and an expired signing subkey
When the latest subkey with the requested capabilities is expired,
and the primary key has the requested capabilities, return the
primary key expiry instead.

Also, change isExpired/isDataExpired to still return false at the
date returned by getExpirationTime, so that the latter returns the
last date that the key can still be used.
2018-12-21 12:49:22 -05:00
..
armor.js Add and require primary key binding signatures on signing keys 2018-11-05 11:47:45 +01:00
brainpool.js Make ECC tests less idiosyncratic 2018-08-14 17:19:55 +02:00
decompression.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
ecc_nist.js Make ECC tests less idiosyncratic 2018-08-14 17:19:55 +02:00
hkp.js Use let and const ES6 features. 2018-02-13 23:33:09 +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 Fix getExpirationTime with capabilities and an expired signing subkey 2018-12-21 12:49:22 -05: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 Switch to seek-bzip 2018-11-05 12:49:53 +01:00
packet.js Compute signed data based on expected signature type 2018-11-05 17:13:40 +01:00
signature.js Consider non-expired signatures from expired keys to still be valid 2018-12-10 15:20:11 +01:00
streaming.js Reject signatures[*].verified and signatures[*].signature on read errors 2018-10-29 11:47:36 +01:00
testInputs.js Support unicode surrogate code points 2018-08-14 17:24:40 +02:00
util.js Support unicode surrogate code points 2018-08-14 17:24:40 +02:00
wkd.js Add Web Key Directory lookup 2018-05-29 21:21:24 +02:00
x25519.js Compute signed data based on expected signature type 2018-11-05 17:13:40 +01:00