mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 18:30:42 +01:00
add openssl TLS driver Also fixes some nits in existing testbench tests (e.g. expired test certs) and extend tcpflood to support openssl as well. closes: https://github.com/rsyslog/rsyslog/issues/1390 closes: https://github.com/rsyslog/rsyslog/issues/1840 closes: https://github.com/rsyslog/rsyslog/issues/1352 closes: https://github.com/rsyslog/rsyslog/issues/1702 closes: https://github.com/rsyslog/rsyslog/issues/2547
7 lines
362 B
Bash
Executable File
7 lines
362 B
Bash
Executable File
#!/bin/bash
|
|
# rgerhards, 2011-04-04
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ===============================================================================
|
|
echo \[sndrcv_tls_ossl_anon_ipv4.sh\]: testing sending and receiving via TLS with anon auth using bare ipv4, no SNI
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_tls_ossl_anon_ipv4 10000
|