From c66a014a9f0f07594e3d5d4ff4721e6e88b860e2 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sat, 9 Nov 2019 13:42:32 -0500 Subject: [PATCH] Fix RSAPublicKey in ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6c522bc..6bae25a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Version 1.0.0 - Add new timeout parameter to enable DNS lookup timeouts to be adjusted - Add new DKIM.present function to allow applications to test if a DKIM signature is present without doing validation (LP: #1851141) - - Support signature verification with SubjectPublicKeyInfo formatted keys + - Support signature verification with RSAPublicKey formatted keys since, although rare, they are RFC 6376 specified (LP: #1851862) - Drop usage of pymilter Milter.dns in dnsplug since it doesn't support havine a timeout passed to it