We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28715d commit 1a42132Copy full SHA for 1a42132
1 file changed
doc/guides/maintaining-openssl.md
@@ -2,6 +2,18 @@
2
3
This document describes how to update `deps/openssl/`.
4
5
+If you need to provide updates across all active release lines you will
6
+currently need to generate two PRs as follows:
7
+
8
+* a PR following the instruction below based on the main branch.
9
+ This PR should cherry pick back to the active release lines
10
+ except for the 10.x line.
11
+* a PR which uses the same commit from the first PR to apply the
12
+ updates to the openssl source code, with a new commit generated
13
+ by following steps 2 onwards on the 10.x line. This is
14
+ necessary because differences in 10.x requires that the
15
+ configuration files be regenerated specifically for 10.x.
16
17
## Requirements
18
* Linux environment.
19
* `perl` Only Perl version 5 is tested.
0 commit comments