CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2017/08/09 15:27:24

Modified files:
        lib/libtls     : tls.c tls_config.c tls_internal.h 

Log message:
Don't use tls_cert_hash for the hashing used by the engine offloading magic
for the TLS privsep code. Instead use X509_pubkey_digest() because only the
key should be used as identifier. Relayd is rewriting certificates and then
the hash would change. Rename the hash is struct tls_keypair to pubkey_hash
to make clear what this hash is about.
With input and OK jsing@

Reply via email to