[Privoxy-commits] [privoxy] 04/08: user-manual: Don't claim that all TLS libararies behave the same
User Git
git at git.privoxy.org
Tue Jan 14 16:07:30 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 e4d925268f3d57920b1974e7b4e41b0b8f6ac83f
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 14 15:53:34 2025 +0100
user-manual: Don't claim that all TLS libararies behave the same
... and explicitly mention that the best choice depends on
various factors.
---
doc/source/user-manual.sgml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index e9bcf03a..76f727f3 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -8271,11 +8271,14 @@ EXTERNAL-FILTER: citation-needed Adds a "[citation needed]" tag to an image. The
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 <ulink url="https://www.libressl.org/">LibreSSL</ulink>,
+ FEATURE_HTTPS_INSPECTION relies on a TLS library.
+ You can choose between <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.openssl.org/">OpenSSL</ulink> and
<ulink url="https://www.wolfssl.com/">wolfSSL</ulink>.
- You can choose either one, as they behave the same for HTTPS inspection.
+ Which TLS library is the best choice depends on various factors
+ including operating system, cpu and license preference so there isn't
+ any recommendation here.
</para>
<para>
After installing the development libraries for the TLS library you
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list