mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-13 04:50:41 +01:00
- 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
7 lines
249 B
Bash
Executable File
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
|