File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Versioning
8
8
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
18
16
* The minor ` Y ` and patch ` Z ` versions are incremented when making changes
19
17
to the crate, either OpenSSL update or internal changes.
20
18
* ` B ` contains the full upstream OpenSSL version, like ` 1.1.1k ` or ` 3.0.7 ` .
You can’t perform that action at this time.
0 commit comments