mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-10 18:54:44 +00:00
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>