Malte Meiboom f9df6a5daa Add lookup for email addresses in the updater
- Only considering the fingerprint of a certificate for online querying
  of updates leaves out WKD and DANE as sources. Add the email addresses
  of a certificate to the update process.
2026-08-12 11:35:58 +02:00
2026-07-09 12:55:10 +02:00
2025-11-06 11:38:20 +01:00
2026-06-10 15:25:59 +02:00
2026-07-24 13:41:07 +02:00
2026-08-10 15:12:50 +02:00
2026-08-10 15:12:50 +02:00
2025-12-03 20:15:32 +01:00
2026-08-03 11:45:34 +02:00

Husk

Husk is a pass-through solution for automatic OpenPGP encryption.

Husk is an email filter (milter) for MTAs which encrypts emails while they pass through it. It facilitates Web-of-Trust technologies to use decentralized and federated certificate authorities as sources for authenticated OpenPGP certificates. It aims to reduce the amount of administrative effort of obtaining and keeping them up to date by establishing narrow, focused trust delegations. Husk can be used to encrypt emails for services which cannot encrypt on their own like notification systems or issue trackers, or being used at the end of transport to implement zero-access encryption (for email at rest).

Husk is written in Rust and uses Sequoia PGP for encryption and certificate handling.

Status

Milestone 5 is reached and Husk gains some new features:

Previously when Husk encountered an email which it could not encrypt, because it couldnt get an authenticated certificate for the recipient, it let the email pass without modifications. This was especially true for emails with several recipients if just one of them was without a certificate, the email was not encrypted.

With milestone 5, Husk now deals with the above situation. In that case, the email processing is split into two flows, producing a encrypted mail for all recipients with an authenticated certificate and sending the mail unencrypted for those recipients who dont. The email headers are modified accordingly to avoid email loops and a footer is added so that a recipient still knows who else got this email.

This milestone also includes fixing of minor bugs and code improvements, to mention a few:

  • Introducers where listed for each authentication path, now this list is deduplicated.
  • Detect ANSI control characters in User ID as they can be used for malicious proposes.

Please refer to the documentation for a full list of all features and their usage.

Documentation

The documentation (with install instructions) can be found here.

Website

This project has a website with more background information.

Funding

This project is funded through the NGI0 Commons Fund, a fund established by NLnet.

NLnet NLnet

License

Husk is licensed under AGPL 3.0 - for details read the included license.txt file or find it online.

Languages
Rust 90.5%
Shell 9.5%