[Privoxy-commits] [privoxy] branch master updated (0783764e -> e67862b0)
User Git
git at git.privoxy.org
Thu Jun 11 08:29:04 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository privoxy.
from 0783764e OpenSSL generate_key(): Initialize the variables "exp", "rsa" and "ec_key"
new 23db41ba tests/cts: Convert privoxy-test-cakey.pem to use AES-encryption
new 3e23bdb9 MbedTLS: Include the error code in an error message that already contained the string representation
new 53490bd3 Add support for Mbed TLS 4.x
new 4dd337ee Rename seed_rng() to initialize_mbedtls()
new 7603ae2d MbedTLS: Only call mbedtls_ssl_get_verify_result() when we're actually interested in the result
new eabc3359 parse_chunk_size(): Reduce log noise
new 43c69dde Delete the PACKAGERS file
new 10f0dbeb GNUmakefile.in: Stop excluding the PACKAGERS file which is gone
new a82dca24 run-privoxy-tests.sh: Allow to specify a non-default curl binary with -C
new 154755f5 Add support for OpenSSL 4.x
new 5629d962 error_response(): Don't generate an out-of-memory response
new 2a384a13 chat(): Properly deal with inspected https requests
new 35b9c62a Bump SMGL entities for 4.3.0 UNRELEASED
new 89c11e2e Add Dirk Mueller as contributor
new 777af1b8 Regenerate text docs for 4.3.0 UNRELEASED
new 681909dd Regenerate HTML docs for 4.3.0 UNRELEASED
new 3364fe25 privoxy-regression-test: Bump version to 0.7.7
new 8b97bf98 privoxy-regression-test: Bump default timeout to 10 seconds
new e67862b0 OpenSSL: Log a message if SSL_get_peer_cert_chain() fails
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
AUTHORS | 1 +
GNUmakefile.in | 10 +-
INSTALL | 4 +-
PACKAGERS | 17 --
README | 21 ++-
cgi.c | 5 +-
doc/source/authors.sgml | 8 +-
doc/source/config.sgml | 6 +-
doc/source/developer-manual.sgml | 8 +-
doc/source/faq.sgml | 8 +-
doc/source/install.sgml | 8 +-
doc/source/p-authors.sgml | 1 +
doc/source/privoxy-man-page.sgml | 8 +-
doc/source/readme.sgml | 8 +-
doc/source/user-manual.sgml | 8 +-
doc/source/webserver/index.sgml | 8 +-
doc/webserver/developer-manual/documentation.html | 2 +-
doc/webserver/developer-manual/index.html | 2 +-
doc/webserver/developer-manual/newrelease.html | 14 +-
doc/webserver/faq/index.html | 2 +-
doc/webserver/index.html | 2 +-
doc/webserver/privoxy-index.html | 2 +-
doc/webserver/user-manual/actions-file.html | 4 +-
doc/webserver/user-manual/appendix.html | 20 +--
doc/webserver/user-manual/config.html | 4 +-
doc/webserver/user-manual/configuration.html | 14 +-
doc/webserver/user-manual/contact.html | 4 +-
doc/webserver/user-manual/copyright.html | 5 +-
doc/webserver/user-manual/filter-file.html | 4 +-
doc/webserver/user-manual/howto.html | 4 +-
doc/webserver/user-manual/index.html | 4 +-
doc/webserver/user-manual/installation.html | 8 +-
doc/webserver/user-manual/introduction.html | 21 ++-
doc/webserver/user-manual/quickstart.html | 6 +-
doc/webserver/user-manual/seealso.html | 4 +-
doc/webserver/user-manual/startup.html | 8 +-
doc/webserver/user-manual/templates.html | 4 +-
doc/webserver/user-manual/whatsnew.html | 4 +-
filters.c | 7 -
jcc.c | 8 +-
openssl.c | 76 +++++++-
project.h | 2 +
ssl.c | 208 +++++++++++++++++-----
tests/cts/ca-directory/privoxy-test-cakey.pem | 56 +++---
tests/cts/run-privoxy-tests.sh | 9 +-
tools/privoxy-regression-test.pl | 4 +-
46 files changed, 412 insertions(+), 229 deletions(-)
delete mode 100644 PACKAGERS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list