summaryrefslogtreecommitdiff
path: root/mysql-test/purify.supp
diff options
context:
space:
mode:
authorGeorg Richter <georg@mariadb.com>2021-06-30 10:39:54 +0200
committerGeorg Richter <georg@mariadb.com>2021-06-30 10:39:54 +0200
commit9df098cf885ae16fa092aefc724b49b9a1f85f04 (patch)
treed5d2a57a1c9c5fc625d501b11719d2ac750b93a8 /mysql-test/purify.supp
parent63e9a05440953bf451ebe1cd808ca445e4c7634e (diff)
downloadmariadb-git-9df098cf885ae16fa092aefc724b49b9a1f85f04.tar.gz
MDEV-26015: Set DH param automaticallybb-10.6-MDEV-26015
So far MariaDB Server creates a DH (Diffie Hellman) parameter with a fixed length (= 2048). This leads to the limitation that, for example, the use of a DHE cipher suite requires a server certificate with an RSA key of the same length. To remedy this, the DH parameter is now automatically set by OpenSSL or WolfSSL during the TLS handshake (taking into account the key length used of the server certificate). While WoldSSL supports this by default, OpenSSL has to activate this using the SSL_CTX_set_dh_auto macro. OpenSSL versions < 1.0.2 doesn't support this feature and use the previous implementation with a DH parameter with a fixed size.
Diffstat (limited to 'mysql-test/purify.supp')
0 files changed, 0 insertions, 0 deletions