CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/11/10 23:58:14
Modified files: lib/libssl : Symbols.list ssl.h ssl_lib.c Log message: Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host(). Used by unbound's DNS over TLS implementation to do server name verification. ok jsing