David von Oheimb

Results 316 comments of David von Oheimb

Thanks @kaduk for having a closer look and for your further comments. >> We do not need because the error stack entry is already added by the function being called:...

For some reason, a couple of CI tests fail when build with `-no-tls1_3`, which I can reproduce locally like this: ``` make test TESTS=test_ssl_new SSL_TESTS=12-ct.cnf ``` but when I try...

> > IIRC the test suite has also set a few environment variables at this point, though I would have to look up which ones. > > in `test-runs/test_ssl_new`, running...

IMHO it is highly unlikely that anyone who has trouble manually running these SSL tests will notice that there is a file `test/README.ssltest.md` with crucial specific hints. The unexpected implicit...

@kaduk I've just returned from vacation and with the help of your above response I've been able to reproduce and fix the remaining CI failure. So your above review comments...