rsyslog/tests/sndrcv_tls_ossl_certvalid_revoked.sh
Andre lorbach 6c83bffb6a PR5175: Add TLS CRL Support for GnuTLS driver and OpenSSL 1.0.2+
- Add TLS CRL support tp GnuTLS driver using gnutls_certificate_set_x509_crl_file.
- Add code in OpenSSL driver that works with OpenSSL 1.0.2 and higher.
  Disable feature on older features with error message.
- Some cosmetic changes
- testbench: Add revoked certificate for testing (Including CRL PEM and other files)
- testbench: Add testcase for gtls and ossl testing revoked certificates
2023-07-07 08:02:05 +02:00

7 lines
249 B
Bash
Executable File

#!/bin/bash
# added 2020-01-17 by RGerhards, released under ASL 2.0
export RS_TLS_DRIVER=ossl
#export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction nostdout"
#export RSYSLOG_DEBUGLOG="log"
source ${srcdir:=.}/sndrcv_tls_certvalid_revoked.sh