Link Search Menu Expand Document

OpenSSL is a software library for applications that secure communications over computer networks against eavesdropping or need to identify the party at the other end. It is widely used by Internet servers, including the majority of HTTPS websites.

Release Released Supported Latest
3.0 (LTS) 1 year and 3 months ago
(07 Sep 2021)
Ends in 3 years and 8 months
(07 Sep 2026)
3.0.7
(01 Nov 2022)
1.1.1 (LTS) 4 years ago
(11 Sep 2018)
Ends in 8 months
(11 Sep 2023)
1.1.1s
(01 Nov 2022)
1.1.0 6 years ago
(25 Aug 2016)
Ended 3 years ago
(11 Sep 2019)
1.1.0l
1.0.2 (LTS) 7 years and 11 months ago
(22 Jan 2015)
Ended 2 years and 11 months ago
(31 Dec 2019)
1.0.2u

It is supported for UNIX-like platforms, Android, Windows, DOS platform with DJGPP, OpenVMS, Perl and Valgrind.

LTS releases will be supported for at least five years, and they will specify one at least every four years. Non-LTS releases will be supported for at least two years.

As of release 3.0.0, the OpenSSL versioning scheme is changing to a more contemporary format: MAJOR.MINOR.PATCH

With this format, API/ABI compatibility will be guaranteed for the same MAJOR version number. Previously they guaranteed API/ABI compatibility across the same MAJOR.MINOR combination.

  • MAJOR: API/ABI incompatible changes will increase this number
  • MINOR: API/ABI compatible feature releases will change this
  • PATCH: Bug fix releases will increment this number. We also allow backporting of accessor functions in these releases.

More information is available on the OpenSSL website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
openssl version

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/openssl.json. See the API Documentation for more.

This page was last updated on 09 November 2022. Latest releases are automatically updated.