CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/10 23:46:33
Modified files:
lib/libtls : tls.h tls_client.c tls_config.c tls_init.3
tls_internal.h tls_verify.c
Log message:
Be consistent with naming - only use "host" and "hostname" when referring
to an actual host and use "servername" when referring to the name of the
TLS server that we expect to be indentified in the server certificate.
Likewise, rename verify_host to verify_name and use the term "name"
throughout the verification code (rather than host or hostname).
Requested by and ok tedu@