comparison tests/test-patchbomb-tls.t @ 51710:8fe7c0e1df1e

dummysmtpd: fix EOF handling on newer versions of OpenSSL Explanations inline.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 22 Jul 2024 14:42:54 +0200
parents 7f0cb9ee0534
children
comparison
equal deleted inserted replaced
51709:57f0b86611c7 51710:8fe7c0e1df1e
96 [150] 96 [150]
97 97
98 $ wait_log "no hello:" 98 $ wait_log "no hello:"
99 $ cat ../log 99 $ cat ../log
100 connection from * (glob) 100 connection from * (glob)
101 no hello: b'' 101 no hello: (b''|EOF) (re)
102 $ : > ../log 102 $ : > ../log
103 103
104 With global certificates: 104 With global certificates:
105 105
106 $ try --debug --config web.cacerts="$CERTSDIR/pub.pem" 106 $ try --debug --config web.cacerts="$CERTSDIR/pub.pem"