fork-openpgpjs/src/key
Mart G 29d2b701c9
Add support for verifying User Attributes in verifyAllUsers (#1637)
Previously, `verifyAllUsers` would fail on keys with User Attributes.
Now, it returns a list of objects that have a either a non-null `userID`
property (in the case of User IDs) or a non-null `userAttribute`
property that contains the User Attribute packet.

Co-authored-by: Daniel Huigens <d.huigens@protonmail.com>
2023-05-15 15:40:53 +02:00
..
factory.js Remove import cycles 2023-02-21 18:27:59 +01:00
helper.js ESLint: drop unnecessary rules 2023-02-21 18:27:59 +01:00
index.js Lint: error if imported value not found in module (#1507) 2022-03-14 21:40:16 +01:00
key.js Add support for verifying User Attributes in verifyAllUsers (#1637) 2023-05-15 15:40:53 +02:00
private_key.js Add signatureNotations option to sign and encrypt 2023-02-15 19:42:45 +01:00
public_key.js Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
subkey.js Add signatureNotations option to sign and encrypt 2023-02-15 19:42:45 +01:00
user.js Add signatureNotations option to sign and encrypt 2023-02-15 19:42:45 +01:00