Forthcoming OpenSSL Releases
"Ing. Martin Koci, MBA" <[email protected]> Fri, 1 Jul 2022 11:51:58 +0200
| Newsgroups | gmane.comp.encryption.openssl.announce |
|---|---|
| Message-ID | <94f44648-0595-74bb-64eb-037e0a1ec8ed__47758.9482253947$1656831265$gmane$org@openssl.org> |
Hello, The OpenSSL project team would like to announce the forthcoming release of OpenSSL versions 3.0.5 and 1.1.1q. These releases will be made available on Tuesday 5th July 2022 between 1300-1700 UTC. These are a security-fix releases. The highest severity issue fixed in 3.0.5 release is High, in 1.1.1q release Moderate: https://www.openssl.org/policies/secpolicy.html One of the issues fixed in the 3.0.5 release is the CVE-2022-2274 (Bug in RSA implementation for AVX512IFMA capable CPUs) which is already public: https://www.cve.org/CVERecord?id=CVE-2022-2274 A workaround for the issue is to set the environment variable OPENSSL_ia32cap to disable the AVX512IFMA based implementation: export OPENSSL_ia32cap=:~0x200000 Yours The OpenSSL Project Team