summaryrefslogtreecommitdiff
path: root/test/dnszones-src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-01-05 14:54:02 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-01-05 16:46:36 +0000
commit69a70afa8b22ee4ee72ccf583db2efd249e36721 (patch)
tree831d90de73dca71dba10edd9e73a18f95c295b7f /test/dnszones-src
parent59b87190a41a0ac34aee74edfff9184785a73485 (diff)
downloadexim4-69a70afa8b22ee4ee72ccf583db2efd249e36721.tar.gz
DKIM: fix base64 decode to ignore whitespace; needed for private-key input
from file. Use this for general-purpose b64decode also. Testsuite: DKIM signing testcase
Diffstat (limited to 'test/dnszones-src')
-rw-r--r--test/dnszones-src/db.test.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex
index 859626106..cde5b4321 100644
--- a/test/dnszones-src/db.test.ex
+++ b/test/dnszones-src/db.test.ex
@@ -472,7 +472,7 @@ DELAY=1500 delay1500 A HOSTIPV4
; ------- DKIM ---------
-; public key, base64 - matches private key in aux-fixed/dkim/dkim/private
+; public key, base64 - matches private key in aux-fixed/dkim/dkim.private
; openssl genrsa -out aux-fixed/dkim/dkim.private 1024
; openssl rsa -in aux-fixed/dkim/dkim.private -out /dev/stdout -pubout -outform PEM
;