Sign encrypted mails.
- Husk now not only encrypts outgoing emails (if possible) but also adds a signature. - Rework the internal handling of the signing key. - Integrate the signing into the workflow of the daemon. - Add a configuration option for a subject replacement.
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@ log = "0.4.30"
|
||||
log4rs = "1.3.0"
|
||||
sequoia-cert-store = "0.7.3"
|
||||
sequoia-directories = "0.1.0"
|
||||
sequoia-keystore = "0.7.2"
|
||||
#sequoia-keystore = "0.7.2"
|
||||
sequoia-keystore = { git = "https://gitlab.com/sequoia-pgp/sequoia-keystore", branch = "malte/softkey-refresh" }
|
||||
sequoia-net = "0.30.1"
|
||||
sequoia-openpgp = "2.3.0"
|
||||
sequoia-wot = "0.15.0"
|
||||
|
||||
Reference in New Issue
Block a user