ssl_send_certificate_error(): Don't crash if there's no certificate information available
authorFabian Keil <fk@fabiankeil.de>
Fri, 17 Dec 2021 07:06:09 +0000 (08:06 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 23 Apr 2022 08:42:59 +0000 (10:42 +0200)
commit64e6cac25c9599ac450591b26fff603b196b56df
treee940f25d1e7a7c2d27717e9bfb41341a09249241
parent4cedd5b95a23a92715dcc666bc46f84981f8788f
ssl_send_certificate_error(): Don't crash if there's no certificate information available

This is only relevant when Privoxy is built with wolfSSL 5.0.0 or later.

Earlier wolfSSL versions or the other TLS backends
don't seem to trigger the crash.
ssl_common.c