diff options
Diffstat (limited to 'lib/x509/mpi.c')
-rw-r--r-- | lib/x509/mpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c index 664b22c509..b0e83337e7 100644 --- a/lib/x509/mpi.c +++ b/lib/x509/mpi.c @@ -134,9 +134,9 @@ _gnutls_get_asn_mpis(ASN1_TYPE asn, const char *root, _asnstr_append_name(name, sizeof(name), root, ".algorithm.parameters"); - /* FIXME: If the parameters are not included in the certificate + /* If the parameters are not included in the certificate * then the issuer's parameters should be used. This is not - * needed in practice though. + * implemented, nor used in practice. */ if (pk_algorithm != GNUTLS_PK_RSA && pk_algorithm != GNUTLS_PK_EDDSA_ED25519 && pk_algorithm != GNUTLS_PK_ECDH_X25519) { /* RSA and EdDSA do not use parameters */ |