From a5aa29cc5093147be9110277e78a2b744701c42e Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 7 Jan 2025 18:23:19 +0100 Subject: [PATCH] user-manual: Mention wolfSSL and LibreSSL in the HTTPS inspection HOWTO --- doc/source/user-manual.sgml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 99b9f84f..e9bcf03a 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -8270,16 +8270,18 @@ EXTERNAL-FILTER: citation-needed Adds a "[citation needed]" tag to an image. The If the feature is not enabled, you may need to build Privoxy from source - to enable it. You can choose to use either - MbedTLS - or OpenSSL. You can - choose either one, as they both behave the same for HTTPS inspection. + to enable it. + You can choose to use LibreSSL, + MbedTLS, + OpenSSL or + wolfSSL. + You can choose either one, as they behave the same for HTTPS inspection. - After installing the development libraries for either OpenSSL or - MbedTLS, you can run ./configure with - either the --with-openssl or - --with-mbedtls option. + After installing the development libraries for the TLS library you + want to use, you can run ./configure with + the --with-openssl for LibreSSL and OpenSSL or + --with-mbedtls or --with-wolfssl option. Check the output of ./configure, it must contain @@ -8289,6 +8291,7 @@ EXTERNAL-FILTER: citation-needed Adds a "[citation needed]" tag to an image. The configure: Detected OpenSSL. Enabling https inspection. configure: Detected mbedTLS. Enabling https inspection. +configure: Detected wolfSSL. Enabling https inspection. If you do not find any of these lines, the output of -- 2.49.0