CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/03/31 06:21:27
Modified files: lib/libtls : tls.c tls_client.c tls_internal.h tls_server.c Log message: Store errors that occur during a tls_accept_socket() call on the context for the server, rather than on the context for the connection. This makes more sense than the current behaviour does. Issue reported by Tim van der Molen.