CVSROOT:        /cvs
Module name:    src
Changes by:     bc...@cvs.openbsd.org   2016/09/04 06:26:43

Modified files:
        lib/libtls     : Makefile shlib_version tls.c tls.h tls_client.c 
                         tls_init.3 tls_internal.h tls_server.c 
                         tls_verify.c 
Added files:
        lib/libtls     : tls_bio_cb.c 

Log message:
Add callback-based interface to libtls.

This allows working with buffers and callback functions instead of directly on
sockets or file descriptors.
Original patch from Tobias Pape <tobias_at_netshed.de>.
ok beck@

Reply via email to