Skip to content

Commit 00cc428

Browse files
committed
doc: remove openssl 1.x reference
1 parent adef64c commit 00cc428

File tree

1 file changed

+5
-54
lines changed

1 file changed

+5
-54
lines changed

doc/contributing/maintaining-openssl.md

+5-54
Original file line numberDiff line numberDiff line change
@@ -55,43 +55,11 @@ NASM version 2.11.08
5555

5656
## 1. Obtain and extract new OpenSSL sources
5757

58-
Get a new source from <https://github.com/quictls/openssl/tree/OpenSSL_1_1_1j+quic>
58+
Get a new source from <https://github.com/quictls/openssl/tree/openssl-3.0.5+quic>
5959
and copy all files into `deps/openssl/openssl`. Then add all files and commit
6060
them. (The link above, and the branch, will change with each new OpenSSL
6161
release).
6262

63-
### OpenSSL 1.1.1
64-
65-
```console
66-
% git clone https://github.com/quictls/openssl
67-
% cd openssl
68-
% git checkout OpenSSL_1_1_1j+quic
69-
% cd ../node/deps/openssl
70-
% rm -rf openssl
71-
% cp -R ../../../openssl openssl
72-
% rm -rf openssl/.git* openssl/.travis*
73-
% git add --all openssl
74-
% git commit openssl
75-
```
76-
77-
The commit message can be written as (with the openssl version set
78-
to the relevant value):
79-
80-
```text
81-
deps: upgrade openssl sources to OpenSSL_1_1_1j
82-
83-
This updates all sources in deps/openssl/openssl by:
84-
$ git clone https://github.com/quictls/openssl
85-
$ cd openssl
86-
$ git checkout OpenSSL_1_1_1j+quic
87-
$ cd ../node/deps/openssl
88-
$ rm -rf openssl
89-
$ cp -R ../openssl openssl
90-
$ rm -rf openssl/.git* openssl/.travis*
91-
$ git add --all openssl
92-
$ git commit openssl
93-
```
94-
9563
### OpenSSL 3.x.x
9664

9765
```console
@@ -106,12 +74,12 @@ This updates all sources in deps/openssl/openssl by:
10674
```
10775

10876
```text
109-
deps: upgrade openssl sources to quictls/openssl-3.0.2
77+
deps: upgrade openssl sources to quictls/openssl-3.0.5+quic
11078
11179
This updates all sources in deps/openssl/openssl by:
11280
$ git clone [email protected]:quictls/openssl.git
11381
$ cd openssl
114-
$ git checkout openssl-3.0.2+quic
82+
$ git checkout openssl-3.0.5+quic
11583
$ cd ../node/deps/openssl
11684
$ rm -rf openssl
11785
$ cp -R ../../../openssl openssl
@@ -157,34 +125,17 @@ files if they are changed before committing:
157125

158126
```console
159127
% git add deps/openssl/config/archs
160-
% git add deps/openssl/openssl/include/crypto/bn_conf.h
161-
% git add deps/openssl/openssl/include/crypto/dso_conf.h
162-
% git add deps/openssl/openssl/include/openssl/opensslconf.h
128+
% git add deps/openssl/openssl
163129
% git commit
164130
```
165131

166132
The commit message can be written as (with the openssl version set
167133
to the relevant value):
168134

169-
### OpenSSL 1.1.1
170-
171-
```text
172-
deps: update archs files for OpenSSL-1.1.1
173-
174-
After an OpenSSL source update, all the config files need to be
175-
regenerated and committed by:
176-
$ make -C deps/openssl/config
177-
$ git add deps/openssl/config/archs
178-
$ git add deps/openssl/openssl/include/crypto/bn_conf.h
179-
$ git add deps/openssl/openssl/include/crypto/dso_conf.h
180-
$ git add deps/openssl/openssl/include/openssl/opensslconf.h
181-
$ git commit
182-
```
183-
184135
### OpenSSL 3.0.x
185136

186137
```text
187-
deps: update archs files for quictls/openssl-3.0.0-alpha-16
138+
deps: update archs files for quictls/openssl-3.0.5+quic
188139
189140
After an OpenSSL source update, all the config files need to be
190141
regenerated and committed by:

0 commit comments

Comments
 (0)