[Privoxy-commits] [privoxy] 02/03: user-manual: Mention wolfSSL and LibreSSL in the HTTPS inspection HOWTO

User Git git at git.privoxy.org
Fri Jan 10 13:48:32 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit a5aa29cc5093147be9110277e78a2b744701c42e
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 7 18:23:19 2025 +0100

    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
 <para>
  If the feature is not enabled, you may need to
  <link linkend="installation-source">build Privoxy from source</link>
- to enable it.  You can choose to use either
- <ulink url="https://www.trustedfirmware.org/projects/mbed-tls/">MbedTLS</ulink>
- or <ulink url="https://www.openssl.org/">OpenSSL</ulink>.  You can
- choose either one, as they both behave the same for HTTPS inspection.
+ to enable it.
+ You can choose to use <ulink url="https://www.libressl.org/">LibreSSL</ulink>,
+ <ulink url="https://www.trustedfirmware.org/projects/mbed-tls/">MbedTLS</ulink>,
+ <ulink url="https://www.openssl.org/">OpenSSL</ulink> or
+ <ulink url="https://www.wolfssl.com/">wolfSSL</ulink>.
+ You can choose either one, as they behave the same for HTTPS inspection.
 </para>
 <para>
- After installing the development libraries for either OpenSSL or
- MbedTLS, you can run <command>./configure</command> with
- either the <command>--with-openssl</command> or
- <command>--with-mbedtls</command> option.
+ After installing the development libraries for the TLS library you
+ want to use, you can run <command>./configure</command> with
+ the <command>--with-openssl</command> for LibreSSL and OpenSSL or
+ <command>--with-mbedtls</command> or <command>--with-wolfssl</command> option.
 </para>
 <para>
  Check the output of <command>./configure</command>, it must contain
@@ -8289,6 +8291,7 @@ EXTERNAL-FILTER: citation-needed Adds a "[citation needed]" tag to an image. The
  <screen>
 configure: Detected OpenSSL. Enabling https inspection.
 configure: Detected mbedTLS. Enabling https inspection.
+configure: Detected wolfSSL. Enabling https inspection.
 </screen>
 <para>
  If you do not find any of these lines, the output of

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list