Allows Keychain.decrypt(input, options={from='bar@foo.com'}) to accept expected from signers using an email
This will only use the local keychain to resolve the email address(uid) to a keyid/fingerprint. It will not lookup or download keys so be sure to importKey the expected signer keys before decrypt.
Issues resolved:
Keychain.decrypt(input, options={from='bar@foo.com'})
to accept expectedfrom
signers using an emailThis will only use the local keychain to resolve the email address(uid) to a keyid/fingerprint. It will not lookup or download keys so be sure to
importKey
the expected signer keys before decrypt.