fork-openpgpjs/src
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
..
biginteger Update ESlint 2023-02-21 18:27:56 +01:00
config Add additionalAllowedPackets config option (#1618) 2023-03-30 15:52:11 +02:00
crypto Remove import cycles 2023-02-21 18:27:59 +01:00
encoding Update ESlint 2023-02-21 18:27:56 +01:00
key Add support for verifying User Attributes in verifyAllUsers (#1637) 2023-05-15 15:40:53 +02:00
packet Add additionalAllowedPackets config option (#1618) 2023-03-30 15:52:11 +02:00
type Lint: error if imported value not found in module (#1507) 2022-03-14 21:40:16 +01:00
cleartext.js Add support for creating critical signature subpackets (#1599) 2023-02-17 12:21:03 +01:00
enums.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
index.js Export Subkey class (#1381) 2021-07-20 10:54:29 +02:00
message.js Add support for creating critical signature subpackets (#1599) 2023-02-17 12:21:03 +01:00
openpgp.js Docs: mark global generateSessionKeys's encryptionKeys as optional (#1596) 2023-02-17 13:05:25 +01:00
signature.js Replace armor option with format in openpgp.encrypt, sign and encryptSessionKey (#1354) 2021-07-19 18:12:42 +02:00
util.js ESLint: drop unnecessary rules 2023-02-21 18:27:59 +01:00