CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2017/04/04 21:13:53
Modified files: lib/libtls : Symbols.list tls.c tls_config.c tls_conninfo.c tls_internal.h Log message: Internal changes to allow for relayd engine privsep. sends the hash of the public key as an identifier to RSA, and adds an function for relayd to use to disable private key checking when doing engine privsep. ok jsing@