CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/07 16:25:37
Modified files:
lib/libtls : tls.h tls_util.c
Log message:
Add tls_load_file() as a helper to load certificates or encrypted keys
into memory. This can be used for tls_config_set_ca_mem(),
tls_config_set_cert_mem() or tls_config_set_key_mem().
With input from jsing@, tedu@ and henning@
OK tedu@
