[gnutls-devel] GnuTLS | fips: add functions to inspect thread-local FIPS operation state (!1465)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Sat Dec 25 13:05:19 CET 2021




Daiki Ueno commented on a discussion on lib/nettle/pk.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1465#note_795017330

>  			mpz_clear(y);
>  
>  			if (ret < 0)
> -				goto fail;
> +				goto cleanup;
>  
>  			break;
>  		}
>  #endif
>  		FALLTHROUGH;
>  	case GNUTLS_PK_DH:

Added a size check in the loop condition, to ensure that the resulting X is always >= 2048 bits.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1465#note_795017330
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/20211225/4abf168e/attachment-0001.html>


More information about the Gnutls-devel mailing list