Increase the upper limit on group name length
authorAnthony Hu <anth_hu@hotmail.com>
Wed, 10 Mar 2021 16:15:57 +0000 (11:15 -0500)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Mar 2021 19:11:04 +0000 (20:11 +0100)
commit0a8e6c1fb77612feba350a67dad3e548300785a7
tree6304b7d69ebb46758fc0b920db90544f1673c403
parent92e9359b24660228fa8fbf9129837ce5ab287715
Increase the upper limit on group name length

While all the standardized groups would fit within the old limit,
with the addition of providers, some might want to experiment with
new and unstandardized groups. As such, their names might not fit
within the old limit.

Define it as GROUP_NAME_BUFFER_LENGTH with value 64.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14502)
ssl/t1_lib.c