When doing decryption the stderr buffer contains the verification data but we do not actively verify or return that information.
We should allow users to specify expected signing keys and trust level:
async decrypt(input, from, trust)
And throw an error if the signature or trust does not match.
This will require using the --status-fd flag and developing a new parser for this type of output. It does not look to be possible to get colon output for this ๐ค
๐ Feature Proposal
When doing decryption the
stderr
buffer contains the verification data but we do not actively verify or return that information.We should allow users to specify expected signing keys and trust level:
async decrypt(input, from, trust)
And throw an error if the signature or trust does not match.
This will require using the
--status-fd
flag and developing a new parser for this type of output. It does not look to be possible to get colon output for this ๐คTechnical Details:
Machine readable verification data
- https://superuser.com/a/915065