Add limitations section to README to document current IDN status

This commit is contained in:
Scott Kitterman
2023-02-25 15:38:47 -05:00
parent 0540d3cb17
commit 5195dbaf3d
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ Version 1.1
(See LP 1901569 for background)
- Add support for PKCS#8 for private keys, openssl 3 default (LP:
#1978835) - Thanks to Adrien (spitap) for the change
- Add limitations section to README to document current IDN status
2019-12-31 Version 1.0.2
- dknewkey: On posix operating systems set file permissions to 600 for
+7
View File
@@ -216,6 +216,13 @@ If tlsrpt='strict', only public key records with s=tlsrpt will be considered
valid. If set to tlsrpt=True, the service type is not required, but other
RFC 8460 requirements are applied.
# LIMITATIONS
Dkimpy will correctly sign/verify messages with ASCII or UTF-8 content.
Messages that contain other types of content will not verify correctly. It
does not yet implement RFC 8616, Email Authentication for Internationalized
Mail.
# FEEDBACK
Bug reports may be submitted to the bug tracker for the dkimpy project on