aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-04-07 11:23:00 +0100
committerMatt Caswell <matt@openssl.org>2017-04-07 13:41:04 +0100
commit0f5af6b1b854a7086e025f51f1794b179131e61c (patch)
tree873cb6c3cb4aef2d5ddf4234977b3e9b6f3d49cb
parent787d9ec74c86b045ef1ed67e8dc5dc65134ed205 (diff)
downloadopenssl-0f5af6b1b854a7086e025f51f1794b179131e61c.tar.gz
Remove an out of date TODO
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3139)
-rw-r--r--ssl/statem/extensions_cust.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/statem/extensions_cust.c b/ssl/statem/extensions_cust.c
index ea79a98f17..3188adea0c 100644
--- a/ssl/statem/extensions_cust.c
+++ b/ssl/statem/extensions_cust.c
@@ -393,11 +393,6 @@ static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role,
parse_cb_wrap->parse_arg = parse_arg;
parse_cb_wrap->parse_cb = parse_cb;
- /*
- * TODO(TLS1.3): Is it possible with the old API to add custom exts for both
- * client and server for the same type in the same SSL_CTX? We don't handle
- * that yet.
- */
ret = add_custom_ext_intern(ctx, role, ext_type,
context,
custom_ext_add_old_cb_wrap,