aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/util
Commit message (Collapse)AuthorAgeFilesLines
* cryptoutil: implement cleartext functionKoni Marti2024-08-201-0/+69
Implement a cleartext function in the cryptoutil package to decrypt an encrypted message to cleartext and construct a valid rfc2822 message. The headers from the decrypt message body will be merged with the original headers to create a fully decrypted message. Implements: https://todo.sr.ht/~rjarry/aerc/238 Signed-off-by: Koni Marti <koni.marti@gmail.com> Tested-by: Jens Grassel <jens@wegtam.com> Reviewed-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>