Hauke Mehrtens 591b7e93d3 wolfssl: Update to version 5.7.2
This fixes multiple security problems:
 * [Medium] CVE-2024-1544
   Potential ECDSA nonce side channel attack in versions of wolfSSL before 5.6.6 with wc_ecc_sign_hash calls.

 * [Medium] CVE-2024-5288
   A private key blinding operation, enabled by defining the macro WOLFSSL_BLIND_PRIVATE_KEY, was added to mitigate a potential row hammer attack on ECC operations.

 * [Low] When parsing a provided maliciously crafted certificate directly using wolfSSL API, outside of a TLS connection, a certificate with an excessively large number of extensions could lead to a potential DoS.

 * [Low] CVE-2024-5991
   In the function MatchDomainName(), input param str is treated as a NULL terminated string despite being user provided and unchecked.

 * [Medium] CVE-2024-5814
   A malicious TLS1.2 server can force a TLS1.3 client with downgrade capability to use a ciphersuite that it did not agree to and achieve a successful connection.

 * [Medium] OCSP stapling version 2 response verification bypass issue when a crafted response of length 0 is received.

 * [Medium] OCSP stapling version 2 revocation bypass with a retry of a TLS connection attempt.

Unset DISABLE_NLS to prevent setting the unsupported configuration
option --disable-nls which breaks the build now.

Link: https://github.com/openwrt/openwrt/pull/15948
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 3a0232ffd33f2dc894c671d90de6b2766399f4dc)
2024-07-16 00:25:54 +02:00
..
2022-02-01 21:25:02 +01:00
2021-02-14 19:38:15 +01:00
2022-10-23 14:21:03 +02:00
2019-11-01 21:19:40 +01:00
2021-10-31 13:01:24 +00:00
2021-12-21 21:37:05 +02:00
2022-06-25 00:05:21 +02:00
2024-07-08 22:27:11 +02:00
2022-04-11 23:17:55 +02:00
2022-10-23 14:21:03 +02:00
2021-12-21 21:36:55 +02:00
2023-09-29 11:56:24 +02:00
2023-09-27 22:33:09 +02:00
2022-04-17 21:47:11 +02:00
2024-07-16 00:25:54 +02:00
2022-08-09 08:12:46 +02:00