OpenSSL 1.0.2 and CentOS

General support questions
Post Reply
gonetilnovember
Posts: 1
Joined: 2021/11/18 18:33:37

OpenSSL 1.0.2 and CentOS

Post by gonetilnovember » 2021/11/18 18:52:14

Could a dev or someone else directly associated with the project please confirm and/or provide details on how CentOS supports OpenSSL 1.0.2?

There is concern about this version being EOL.

But to my understanding CentOS still does security patching as needed.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: OpenSSL 1.0.2 and CentOS

Post by TrevorH » 2021/11/18 19:07:44

All packages included in the base RHEL distro are supported by Red Hat until the EOL date of the o/s. When they release public packages to fix problems then they also make the source code available and the CentOS team rebuild that and release the packages for CentOS users. The only changes made to RH packages by CentOS are to remove RH branding and logos, no code changes are made. The full "rules" as to what they do and do not patch can be found by reading https://access.redhat.com/support/policy/updates/errata

Since you're asking in the CentOS 7 section about openssl 1.0.2 then the distro EOL date is in mid-2024. You can query the package to see the changelog:

Code: Select all

[root@centos7 ~]# rpm -q --changelog openssl
* Wed Sep 01 2021 Sahana Prasad <sahana@redhat.com> 1.0.2k-22
- fix CVE-2021-23841 openssl: NULL pointer dereference
  in X509_issuer_and_serial_hash()
- fix CVE-2021-23840 openssl: integer overflow in CipherUpdate
- Resolves: rhbz#1932132, rhbz#1932126
...
CentOS Linux 8 goes EOL in about 6 weeks.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: OpenSSL 1.0.2 and CentOS

Post by jlehtone » 2021/11/18 20:45:47

More on versioning and backporting that Red Hat does: https://www.redhat.com/en/blog/what-bac ... t-products

RHEL 7 (and hence CentOS Linux 7) is based on material that was available in 2013. By hook or crook, Red Hat will keep it alive to 2024 (and bit longer for well-paying customers.)

Post Reply