summaryrefslogtreecommitdiff
path: root/lib/x509/mpi.c
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-03-16 19:26:16 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-16 19:26:16 +0000
commitb6c6e148b542a3ac3b0c407708fbc86e884d4f82 (patch)
tree961150a2ee29efdbf74943c6a951ad33ccb5e054 /lib/x509/mpi.c
parent1692e1de1eeb40a5b9f68b9a6bbadab6e5da9516 (diff)
parent31eefe1c0cfacf17b5c66aeacfdbc531abb1b98c (diff)
downloadgnutls-b6c6e148b542a3ac3b0c407708fbc86e884d4f82.tar.gz
Merge branch 'tmp-remove-fixme' into 'master'
Removed all FIXME comments in code See merge request gnutls/gnutls!955
Diffstat (limited to 'lib/x509/mpi.c')
-rw-r--r--lib/x509/mpi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c
index 664b22c509..1be3da484e 100644
--- a/lib/x509/mpi.c
+++ b/lib/x509/mpi.c
@@ -134,10 +134,6 @@ _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
- * then the issuer's parameters should be used. This is not
- * needed in practice though.
- */
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 */
result = _gnutls_x509_read_value(asn, name, &tmp);