these. If not, you will get a friendly error message. Internet access is not necessary either.</p>
<ul>
<li>
- <p>Privoxy main page:</p><a name="AEN6569" id="AEN6569"></a>
+ <p>Privoxy main page:</p><a name="AEN6572" id="AEN6572"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/" target="_top">http://config.privoxy.org/</a></p>
</blockquote>
"APPLICATION">Privoxy</span>)</p>
</li>
<li>
- <p>View and toggle client tags:</p><a name="AEN6577" id="AEN6577"></a>
+ <p>View and toggle client tags:</p><a name="AEN6580" id="AEN6580"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/client-tags" target=
"_top">http://config.privoxy.org/client-tags</a></p>
</li>
<li>
<p>Show information about the current configuration, including viewing and editing of actions
- files:</p><a name="AEN6582" id="AEN6582"></a>
+ files:</p><a name="AEN6585" id="AEN6585"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-status" target=
"_top">http://config.privoxy.org/show-status</a></p>
</blockquote>
</li>
<li>
- <p>Show the browser's request headers:</p><a name="AEN6587" id="AEN6587"></a>
+ <p>Show the browser's request headers:</p><a name="AEN6590" id="AEN6590"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-request" target=
"_top">http://config.privoxy.org/show-request</a></p>
</blockquote>
</li>
<li>
- <p>Show which actions apply to a URL and why:</p><a name="AEN6592" id="AEN6592"></a>
+ <p>Show which actions apply to a URL and why:</p><a name="AEN6595" id="AEN6595"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/show-url-info" target=
"_top">http://config.privoxy.org/show-url-info</a></p>
<li>
<p>Toggle Privoxy on or off. This feature can be turned off/on in the main <tt class="FILENAME">config</tt>
file. When toggled <span class="QUOTE">"off"</span>, <span class="QUOTE">"Privoxy"</span> continues to run,
- but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6600" id="AEN6600"></a>
+ but only as a pass-through proxy, with no actions taking place:</p><a name="AEN6603" id="AEN6603"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle" target="_top">http://config.privoxy.org/toggle</a></p>
</blockquote>
- <p>Short cuts. Turn off, then on:</p><a name="AEN6604" id="AEN6604"></a>
+ <p>Short cuts. Turn off, then on:</p><a name="AEN6607" id="AEN6607"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=disable" target=
"_top">http://config.privoxy.org/toggle?set=disable</a></p>
- </blockquote><a name="AEN6607" id="AEN6607"></a>
+ </blockquote><a name="AEN6610" id="AEN6610"></a>
<blockquote class="BLOCKQUOTE">
<p><a href="http://config.privoxy.org/toggle?set=enable" target=
"_top">http://config.privoxy.org/toggle?set=enable</a></p>
check if this feature is enabled at <a href="http://config.privoxy.org/show-status" target=
"_top">http://config.privoxy.org/show-status</a> in the "Conditional #defines" section.</p>
<p>If the feature is not enabled, you may need to <a href="installation.html#INSTALLATION-SOURCE">build Privoxy
- from source</a> to enable it. You can choose to use either <a href=
- "https://www.trustedfirmware.org/projects/mbed-tls/" target="_top">MbedTLS</a> or <a href=
- "https://www.openssl.org/" target="_top">OpenSSL</a>. You can choose either one, as they both behave the same
- for HTTPS inspection.</p>
- <p>After installing the development libraries for either OpenSSL or MbedTLS, you can run <b class=
- "COMMAND">./configure</b> with either the <b class="COMMAND">--with-openssl</b> or <b class=
- "COMMAND">--with-mbedtls</b> option.</p>
+ from source</a> to enable it. You can choose to use <a href="https://www.libressl.org/" target=
+ "_top">LibreSSL</a>, <a href="https://www.trustedfirmware.org/projects/mbed-tls/" target="_top">MbedTLS</a>,
+ <a href="https://www.openssl.org/" target="_top">OpenSSL</a> or <a href="https://www.wolfssl.com/" target=
+ "_top">wolfSSL</a>. You can choose either one, as they behave the same for HTTPS inspection.</p>
+ <p>After installing the development libraries for the TLS library you want to use, you can run <b class=
+ "COMMAND">./configure</b> with the <b class="COMMAND">--with-openssl</b> for LibreSSL and OpenSSL or <b class=
+ "COMMAND">--with-mbedtls</b> or <b class="COMMAND">--with-wolfssl</b> option.</p>
<p>Check the output of <b class="COMMAND">./configure</b>, it must contain one of these the following two
lines, otherwise HTTPS inspection will not work:</p>
<table border="0" bgcolor="#E0E0E0" width="100%">
<tr>
<td>
<pre class="SCREEN"> configure: Detected OpenSSL. Enabling https inspection.
- configure: Detected mbedTLS. Enabling https inspection.</pre>
+ configure: Detected mbedTLS. Enabling https inspection.
+ configure: Detected wolfSSL. Enabling https inspection.</pre>
</td>
</tr>
</table>