summaryrefslogtreecommitdiff
path: root/lib/handshake.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/handshake.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/handshake.c')
-rw-r--r--lib/handshake.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/handshake.c b/lib/handshake.c
index 8446da45e5..da1f87d183 100644
--- a/lib/handshake.c
+++ b/lib/handshake.c
@@ -2499,7 +2499,6 @@ recv_hello_verify_request(gnutls_session_t session,
return GNUTLS_E_UNEXPECTED_PACKET;
}
- /* TODO: determine if we need to do anything with the server version field */
DECR_LEN(len, 2);
pos += 2;
@@ -3671,9 +3670,6 @@ gnutls_handshake_get_last_out(gnutls_session_t session)
}
/* This returns the session hash as in draft-ietf-tls-session-hash-02.
- *
- * FIXME: It duplicates some of the actions in _gnutls_handshake_sign_crt_vrfy*.
- * See whether they can be merged.
*/
int _gnutls_handshake_get_session_hash(gnutls_session_t session, gnutls_datum_t *shash)
{