On 5. 7. 25 11:47, minf...@apache.org wrote:
Author: minfrin
Date: Sat Jul  5 09:47:32 2025
New Revision: 1926972

URL:http://svn.apache.org/viewvc?rev=1926972&view=rev
Log:
Add support for SSL error handling

- Allow the registration of an optional callback using
   serf_ssl_error_cb_set().

- If the callback is registered, return a fixed string describing the
   error as created by the underlying crypto library.

- Handle the error when a PKCS12 file cannot be opened, remove an infinite
   loop.

- Client side SSL certificate errors now cause the client side to abort the
   connection. Previously no certificate was silently sent, and the error was
   access denied from the server.

[...]

Please use the log format we're accustomed to, and try to limit line lengths to 80 columns. It's kind of a tradition here.

For log messages, we follow Subversion's guidelines:
https://subversion.apache.org/docs/community-guide/conventions.html#log-messages

-- Brane

Reply via email to