diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-03-15 17:00:17 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-03-15 17:08:12 +0100 |
commit | 304ef620819d87b9bf0c128da0eb4d9d394a2954 (patch) | |
tree | a2769dff8a2ff8ac92226a19f6527f46ea426b5d /lib/x509/mpi.c | |
parent | 9dca575622586e4c94ced9e453ae0a91f346d711 (diff) | |
download | gnutls-tmp-remove-fixme.tar.gz |
Removed all FIXME comments in codetmp-remove-fixme
We expand informational comments on limitations, but with removing
FIXME (keyword didn't help fixing these), and remove completely unhelpful
or comments about ideas.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
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 */ |