CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/08/22 11:12:35
Modified files: lib/libtls : tls.c tls_conninfo.c tls_internal.h Log message: Various clean up and reorganisation of the connection info handling code. In particular, rename tls_free_conninfo() to tls_conninfo_free() and make it a real free function. Rename tls_get_conninfo() to tls_conninfo_populate() and have it allocate the struct tls_conninfo (after freeing any existing one). ok beck@