[gnutls-devel] GnuTLS | Compiled-in, yet unsupported by default, TLS versions (!1157)
    Development of GNU's TLS library 
    gnutls-devel at lists.gnutls.org
       
    Mon Jan  6 22:10:35 CET 2020
    
    
  
Dmitry Eremin-Solenikov started a new discussion on lib/algorithms/protocols.c: https://gitlab.com/gnutls/gnutls/merge_requests/1157#note_267811987
>  	return GNUTLS_E_INVALID_REQUEST;
>  }
>  
> +int _gnutls_version_mark_supported(const char *name)
> +{
> +#ifndef DISABLE_SYSTEM_CONFIG
> +	version_entry_st *p;
> +
> +	for (p = sup_versions; p->name != NULL; p++)
> +		if (c_strcasecmp(p->name, name) == 0) {
> +			p->supported = 1;
This would allow admin to enable versions disabled via `_gnutls_version_mark_disabled()`.
-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1157#note_267811987
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/20200106/7a3f0001/attachment-0001.html>
    
    
More information about the Gnutls-devel
mailing list