git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
When pipelining under TLS do not treat fd-readability as tls-readability
[users/heiko/exim.git]
/
test
/
scripts
/
2000-GnuTLS
/
2000
diff --git
a/test/scripts/2000-GnuTLS/2000
b/test/scripts/2000-GnuTLS/2000
index c8dcb6a8484379fb61d4cc73b83b736c6dfff66a..8717892f24a53d705d414f788af336c553cf9dfa 100644
(file)
--- a/
test/scripts/2000-GnuTLS/2000
+++ b/
test/scripts/2000-GnuTLS/2000
@@
-1,7
+1,7
@@
# TLS client: TLS setup fails - retry in clear
#
# For this first GnuTLS test, we do not obey "gnutls", so that Exim has to
# TLS client: TLS setup fails - retry in clear
#
# For this first GnuTLS test, we do not obey "gnutls", so that Exim has to
-# create the GnuTLS paramter data for itself.
+# create the GnuTLS param
e
ter data for itself.
#
echo ==> Creating GnuTLS parameter data ...
exim -DSERVER=server -bd -oX PORT_D
#
echo ==> Creating GnuTLS parameter data ...
exim -DSERVER=server -bd -oX PORT_D
@@
-13,3
+13,16
@@
exim -qf
****
killdaemon
no_msglog_check
****
killdaemon
no_msglog_check
+#
+#
+exim -be
+sha256: ${sha256:}
+sha256: ${sha256:abc}
+
+sha3: ${sha3:}
+sha3: ${sha3:abc}
+sha3_256: ${sha3_256:}
+sha3_256: ${sha3_256:abc}
+sha3_512: ${sha3_512:}
+sha3_512: ${sha3_512:abc}
+****