[gnutls-devel] GnuTLS | Remove trailing dot from hostname input (!709)

Nikos Mavrogiannopoulos gitlab at mg.gitlab.com
Sun Jul 22 14:17:02 CEST 2018


Nikos Mavrogiannopoulos commented on a discussion on src/cli.c:

>  		ssh = strictssh;
>  	}
>  
> -	if (HAVE_OPT(VERIFY_HOSTNAME))
> +	if (HAVE_OPT(VERIFY_HOSTNAME)) {
>  		host = OPT_ARG(VERIFY_HOSTNAME);
> -	else
> +		canonicalize_host((char *) host, NULL, 0);

Ok, none of the options are better than the current approach. Let's keep it then.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/709#note_89516382
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180722/bac13a12/attachment-0001.html>


More information about the Gnutls-devel mailing list