CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/21 12:09:10
Modified files:
lib/libtls : Symbols.list tls.c tls_config.c tls_internal.h
Log message:
Allow setting a keypair on a tls context without specifying the private
key, and fake it internally with the certificate public key instead.
It makes it easier for privsep engines like relayd that don't have to
use bogus keys anymore.
ok beck@ tb@ jsing@
