On 1. 1. 26 15:40, Branko Čibej wrote:
I found this when I moved to a different callback model and an SSL
test started failing ... it turns out that the test has a bug and
previously "succeeded" only because actual errors were not being
reported. What fun. :D
The core bug is of course not properly returning errors if some
optional callback wasn't defined. I've fixed this with the new
callback code and I'm now looking at how to fix the test, it's
basically a test setup bug.
It turned out not to be a test setup bug but an old-fashioned code
off-by-one bug; r1931046.
-- Brane