[Privoxy-commits] [privoxy] 07/07: Renerate config file

User Git git at git.privoxy.org
Mon Feb 23 12:55:34 CET 2026


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

git pushed a commit to branch master
in repository privoxy.

commit e4d32cfa1f18664b34a6ff9b8780704366a89fa6
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Feb 14 13:33:01 2026 +0100

    Renerate config file
---
 config | 43 ++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 40 insertions(+), 3 deletions(-)

diff --git a/config b/config
index cea37352..116e86e3 100644
--- a/config
+++ b/config
@@ -1,4 +1,4 @@
-#        Sample Configuration File for Privoxy 4.1.0
+#        Sample Configuration File for Privoxy 4.2.0
 #
 # Copyright (C) 2001-2026 Privoxy Developers https://www.privoxy.org/
 #
@@ -2652,7 +2652,44 @@ socket-timeout 300
 #
 #certificate-directory /usr/local/var/privoxy/certs
 #
-#  7.6. cipher-list
+#  7.6. elliptic-curve-keys
+#  =========================
+#
+#  Specifies:
+#
+#      Whether or not Privoxy uses Elliptic-curve cryptography.
+#
+#  Type of value:
+#
+#      1 or 0
+#
+#  Default value:
+#
+#      1
+#
+#  Effect if unset:
+#
+#      Website certificates with public elliptic curve keys are being
+#      used.
+#
+#  Notes:
+#
+#      This directive specifies whether or not Privoxy should use
+#      Elliptic-curve cryptography when generating website keys that
+#      are being used when https inspection is enabled with the
+#      https-inspection action.
+#
+#      When set to 0, Privoxy generates website certificates that use
+#      RSA keys. This is expected to be slower but may be required
+#      for compatibility with very old clients.
+#
+#  Example:
+#
+#      elliptic-curve-keys 0
+#
+elliptic-curve-keys 1
+#
+#  7.7. cipher-list
 #  =================
 #
 #  Specifies:
@@ -2747,7 +2784,7 @@ socket-timeout 300
 #        cipher-list ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
 #
 #
-#  7.7. trusted-cas-file
+#  7.8. trusted-cas-file
 #  ======================
 #
 #  Specifies:

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


More information about the Privoxy-commits mailing list