CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/04/28 11:05:59
Modified files: lib/libtls : tls.c tls.h tls_client.c tls_config.c tls_init.3 tls_internal.h tls_server.c Log message: Factor our the keypair handling in libtls. This results in more readable and self-contained code, while preparing for the ability to handle multiple keypairs. Also provide two additional functions that allow a public certificate and private key to be set with a single function call. ok beck@