fork-openpgpjs/test
larabr 619d02d78c
Drop capabilities, keyID args in Key.getExpirationTime() and consider direct-key sigs (#1319)
- Fix #1159: `Key.verifyPrimaryKey` considers expiration time subpackets in
direct-key signatures to determine whether the key is expired.
- `Key.getExpirationTime()` does not take the `capabilities` and `keyID` arguments
anymore, and simply returns the expiration date of the primary key. Also, like
for `verifyPrimaryKey`, direct-key signatures are now taken into account.
- Keys and signatures are considered expired at the time of expiry, instead of
one second later.

Breaking change:
`Key.getExpirationTime(capabilities, keyID, userID, config)` ->
`.getExpirationTime(userID, config)`
2021-06-15 19:16:52 +02:00
..
crypto Always generate RSA keys of exact bit length (#1336) 2021-06-15 18:07:36 +02:00
general Drop capabilities, keyID args in Key.getExpirationTime() and consider direct-key sigs (#1319) 2021-06-15 19:16:52 +02:00
security Uniform casing of subkey(s): rename Key.subKeys to Key.subkeys (#1310) 2021-06-10 11:25:43 +02:00
typescript Replace Key with PrivateKey and PublicKey classes (#1300) 2021-05-25 19:18:47 +02:00
worker Rename public/privateKeys to encryption/decryption/signing/verificationKeys (#1299) 2021-05-17 18:56:28 +02:00
karma.conf.js CI: Detect unhandled rejections in browser tests (#1333) 2021-06-15 16:39:56 +02:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js CI: Detect unhandled rejections in browser tests (#1333) 2021-06-15 16:39:56 +02:00