summaryrefslogtreecommitdiff
path: root/lib/x509/verify-high.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-03-15 17:00:17 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-03-16 19:44:14 +0100
commit31eefe1c0cfacf17b5c66aeacfdbc531abb1b98c (patch)
tree58e5a774fa808ce92057396acd08c86d3a64a450 /lib/x509/verify-high.c
parent9dca575622586e4c94ced9e453ae0a91f346d711 (diff)
downloadgnutls-31eefe1c0cfacf17b5c66aeacfdbc531abb1b98c.tar.gz
Removed all FIXME comments in code [ci skip]
We expand informational comments on limitations, but with removing FIXME (keyword didn't help fixing these), and remove completely unhelpful comments, obsolete ones, or comments about ideas. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/x509/verify-high.c')
-rw-r--r--lib/x509/verify-high.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/x509/verify-high.c b/lib/x509/verify-high.c
index bbb54a0f93..5515d54ff9 100644
--- a/lib/x509/verify-high.c
+++ b/lib/x509/verify-high.c
@@ -186,14 +186,6 @@ add_new_ca_to_rdn_seq(gnutls_x509_trust_list_t list,
* This will be sent to clients when a certificate
* request message is sent.
*/
-
- /* FIXME: in case of a client it is not needed
- * to do that. This would save time and memory.
- * However we don't have that information available
- * here.
- * Further, this function is now much more efficient,
- * so optimizing that is less important.
- */
tmp.data = ca->raw_dn.data;
tmp.size = ca->raw_dn.size;