CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/03/31 08:03:38
Modified files: lib/libtls : Makefile tls.h tls_init.3 tls_server.c Log message: Provide a tls_accept_fds() function, which allows a TLS connection to be accepted via an existing pair of file descriptors. Based on a diff from Jan Klemkow.