提交 0f5af6b1 编写于 作者: M Matt Caswell

Remove an out of date TODO

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3139)
上级 787d9ec7
...@@ -393,11 +393,6 @@ static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, ...@@ -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_arg = parse_arg;
parse_cb_wrap->parse_cb = parse_cb; 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, ret = add_custom_ext_intern(ctx, role, ext_type,
context, context,
custom_ext_add_old_cb_wrap, custom_ext_add_old_cb_wrap,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册