mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
CryptoPkg: Match OpenSSL's default security level
`TlsNew()` explicitly sets the default security level to 3. The current default in OpenSSL is security level 2 which is inherited by Linux distributions like Ubuntu 26.04. This is also the security level that was announced in https://edk2.groups.io/g/devel/topic/115039926. Signed-off-by: Jean-Tiare Le Bigot <jt@yadutaf.fr>
This commit is contained in:
parent
3ff3b0e43f
commit
b3f19fb5ce
1 changed files with 0 additions and 5 deletions
|
|
@ -185,11 +185,6 @@ TlsNew (
|
|||
return NULL;
|
||||
}
|
||||
|
||||
//
|
||||
// This retains compatibility with previous version of OpenSSL.
|
||||
//
|
||||
SSL_set_security_level (TlsConn->Ssl, 3);
|
||||
|
||||
//
|
||||
// Initialize the created SSL Object
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue