On 27 Jun 2025, at 10:42, Daniel Sahlberg <daniel.l.sahlb...@gmail.com> wrote:
> I'm very happy to see the rekindled interest in Serf development and the > recent work by Brane on the user-defined-authn branch and by Graham on the > OpenSSL "certificate by URI" PR. I'm planning on reviewing those things > during the weekend. When these are merged (and it doesn't only depend on > me, it is of course a team effort reviewing and merging!) we should start > thinking about a new release. I am keen to solve the error handling problem - anything SSL related needs to expose the exact underlying reason for whatever failure happened. I pulled apart svn, and the svn_error_t structure has a nested characteristic that makes it perfect for adding extra detail where extra detail is needed. Over the next few days I hope to have something that works. Regards, Graham --