CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/12 13:54:31
Modified files:
lib/libtls : tls.c tls_client.c tls_server.c
Log message:
Ensure that we clear the libssl error stack before we make a function call
that we will pass the result through tls_ssl_error() on failure. Otherwise
we can end up reporting spurious errors due to their being unrelated errors
already on the error stack.
Spotted by Marko Kreen.
ok beck@
