CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/19 04:17:56
Modified files:
lib/libssl : ssl.h ssl_lib.c
Log message:
Prepare to provide SSL_get0_peername
This is a convenience reacharound to libcrypto that trivially wraps
X509_VERIFY_PARAM_get0_peername(). It is used by unbound 1.11.0 for
better logging. As it's part of the API that landed with OpenSSL's
DANE, more recent postfix snapshots use it as well.
ok beck inoguchi jsing
