Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wolfssl: bump to 5.4.0 | Eneas U de Queiroz | 2022-07-16 | 1 | -44/+0 |
| | | | | | | | | | | This version fixes two vulnerabilities: -CVE-2022-34293[high]: Potential for DTLS DoS attack -[medium]: Ciphertext side channel attack on ECC and DH operations. The patch fixing x86 aesni build has been merged upstream. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> | ||||
* | wolfssl: re-enable AES-NI by default for x86_64 | Eneas U de Queiroz | 2022-07-08 | 1 | -0/+44 |
Apply an upstream patch that removes unnecessary CFLAGs, avoiding generation of incompatible code. Commit 0bd536723303ccd178e289690d073740c928bb34 is reverted so the accelerated version builds by default on x86_64. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> |