cross-reference the DH and RSA SECLEVEL to level of security mappings
authorHubert Kario <hkario@redhat.com>
Mon, 21 Jun 2021 14:52:14 +0000 (16:52 +0200)
committerPauli <pauli@openssl.org>
Tue, 22 Jun 2021 23:26:15 +0000 (09:26 +1000)
commit657489e8128431979f47898a302f791eb082535d
tree59c48d176d67e360f721a46ae50f0c11b300d2e2
parent1b1c9b0d7527f946755f6fc9784b45e34cb16a17
cross-reference the DH and RSA SECLEVEL to level of security mappings

Since the DH check is used only in DHE-PSK ciphersuites, it's
easy to miss it when updating the RSA mapping. Add cross-references
so that they remain consistent.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15853)
crypto/x509/x509_vfy.c
ssl/ssl_cert.c