Skip to content

Commit 1a42132

Browse files
committed
doc: expand openssl instructions
Refs: nodejs#36541 Expand the instructions to cover what is needed when updates are required across all active release lines
1 parent f28715d commit 1a42132

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

doc/guides/maintaining-openssl.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This document describes how to update `deps/openssl/`.
44

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+
517
## Requirements
618
* Linux environment.
719
* `perl` Only Perl version 5 is tested.

0 commit comments

Comments
 (0)