Add limitations section to README to document current IDN status
This commit is contained in:
@@ -12,6 +12,7 @@ Version 1.1
|
|||||||
(See LP 1901569 for background)
|
(See LP 1901569 for background)
|
||||||
- Add support for PKCS#8 for private keys, openssl 3 default (LP:
|
- Add support for PKCS#8 for private keys, openssl 3 default (LP:
|
||||||
#1978835) - Thanks to Adrien (spitap) for the change
|
#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
|
2019-12-31 Version 1.0.2
|
||||||
- dknewkey: On posix operating systems set file permissions to 600 for
|
- dknewkey: On posix operating systems set file permissions to 600 for
|
||||||
|
|||||||
@@ -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
|
valid. If set to tlsrpt=True, the service type is not required, but other
|
||||||
RFC 8460 requirements are applied.
|
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
|
# FEEDBACK
|
||||||
|
|
||||||
Bug reports may be submitted to the bug tracker for the dkimpy project on
|
Bug reports may be submitted to the bug tracker for the dkimpy project on
|
||||||
|
|||||||
Reference in New Issue
Block a user