Fix some TODO(3.0) occurrences in ssl/t1_lib.c
authorMatt Caswell <matt@openssl.org>
Thu, 15 Apr 2021 09:00:40 +0000 (10:00 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Apr 2021 09:39:12 +0000 (10:39 +0100)
commit57e7401fc5c6af8e9266a721be669a3b70fbfb3f
tree80f999c046d4d5523c1da9e1c12c5b0653a85f41
parentb247113c053903ebb61a54ba5324847ba883ed70
Fix some TODO(3.0) occurrences in ssl/t1_lib.c

One was related to probing for the combination of signature and hash
algorithm together. This is currently not easily possible. The TODO(3.0)
is converted to a normal comment and I've raised the problem as issue
number #14885 as something to resolve post 3.0.

The other TODO was a hard coded limit on the number of groups that could
be registered. This has been amended so that there is no limit.

Fixes #14333

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14886)
ssl/t1_lib.c
test/tls-provider.c