Provide specialized error message when signing or verifying ed25519

signatures and pynacl is not installed (LP: #1854475)
This commit is contained in:
Scott Kitterman
2019-12-15 01:12:02 -05:00
parent 6c5f701131
commit 5a0824108d
3 changed files with 15 additions and 3 deletions
+2
View File
@@ -1,6 +1,8 @@
Version 1.0.1
- Follow CNAMES when looking up key records when using DNS (pydns)
(LP: #1856421)
- Provide specialized error message when signing or verifying ed25519
signatures and pynacl is not installed (LP: #1854475)
2019-12-09 Version 1.0.0
- Add support for RFC 8460 tlsrpt DKIM signature processing (LP: #1847020)