Improve diagnostics on setting groups
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 17 Jun 2022 08:08:22 +0000 (10:08 +0200)
committerPauli <pauli@openssl.org>
Wed, 22 Jun 2022 06:59:05 +0000 (16:59 +1000)
commitce8822b7e5f4fdf836677faee336a5cf996d4363
treea7a2a8d97f1acf87ed808683098c3423c1feb5bf
parent386ab7f1fefdd77521e670d9593e9894e2774be0
Improve diagnostics on setting groups

- If keymgmmt is not available, it's not an error but the error message
  persists in stack
- when setting groups, it's worth saying which group is not available
Fixes #18585

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