Skip to content

Commit 11a4383

Browse files
authored
OpenSSL 1.1.1 EOL (#208)
1 parent 35a571d commit 11a4383

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ much!
66

77
## Versioning
88

9-
There are currently two maintained branches, matching the
10-
two [maintained OpenSSL versions](https://www.openssl.org/policies/releasestrat.html):
11-
* `main` which builds OpenSSL 3.1
12-
* `release/111` which builds OpenSSL 1.1.1
13-
14-
The crates versions follow the `X.Y.Z+B` pattern:
15-
* The major version `X` is the upstream OpenSSL version:
16-
* `111` for 1.1.1
17-
* `300` for 3.0 (to be higher than `111`)
9+
This crate follows the latest minor and patch versions for each maintained major version,
10+
according to the [OpenSSL release strategy](https://www.openssl.org/policies/releasestrat.html).
11+
It has no specific support for LTS versions.
12+
13+
The crate versions follow the `X.Y.Z+B` pattern:
14+
* The major version `X` is the upstream OpenSSL API/ABI compatibility version:
15+
* `300` for 3.Y.Z
1816
* The minor `Y` and patch `Z` versions are incremented when making changes
1917
to the crate, either OpenSSL update or internal changes.
2018
* `B` contains the full upstream OpenSSL version, like `1.1.1k` or `3.0.7`.

0 commit comments

Comments
 (0)