History log of /openbsd/regress/usr.sbin/syslogd/args-client-tls-fake.pl (Results 1 – 8 of 8)
Revision Date Author Comments
# abc1f5da 25-Mar-2022 bluhm <bluhm@openbsd.org>

Now that syslogd(8) supports SSL shutdown when the TLS connection
terminates, do SSL shutdown in the test client. This will detect
SSL handshake errors also with TLS 1.3 if the CA of the client
cert

Now that syslogd(8) supports SSL shutdown when the TLS connection
terminates, do SSL shutdown in the test client. This will detect
SSL handshake errors also with TLS 1.3 if the CA of the client
certificate is invalid.
test races reported by anton@; debugged with Carsten Arzig

show more ...


# eb0daead 06-Nov-2020 bluhm <bluhm@openbsd.org>

Fix some races in syslogd tests. Fewer handshakes in TLS 1.3 make
the error messages and behavior less deterministic.


# d8bc0d06 16-Oct-2020 bluhm <bluhm@openbsd.org>

With TLS 1.2 the step by step handshake created precise error
conditions. TLS 1.3 shortens the handshake, so some errors cannot
be reported properly to the other side. Instead the connection is
clo

With TLS 1.2 the step by step handshake created precise error
conditions. TLS 1.3 shortens the handshake, so some errors cannot
be reported properly to the other side. Instead the connection is
closed and the other side receives a SIGPIPE when it tries to write
the next TLS protocol message. Ignore this SIGPIPE signal in TLS
client and server and adapt error messages when grepping the log
files.
discussed with tb@ and jsing@

show more ...


# 8579df47 05-Apr-2017 bluhm <bluhm@openbsd.org>

Syslogd's debug and error messages have changed a bit, adapt test.


# b6ed5351 07-Feb-2017 bluhm <bluhm@openbsd.org>

Adapt regex in syslogd test to the new shiny libssl error messages.


# 3f7e7ce1 31-Jan-2017 bluhm <bluhm@openbsd.org>

The libssl and libcrypto error messages have changed. Adapt the
regex for the expected output in the log files.


# 07731734 10-Oct-2016 bluhm <bluhm@openbsd.org>

The TLS error message depends on the generated fake certificate.
Make the test's expectation less strict.


# 15bf65a9 21-Sep-2016 bluhm <bluhm@openbsd.org>

Test syslogd TLS client certificate validation.