Skip to content

Commit c983e9e

Browse files
committed
fixup! crypto,https,tls: runtime-deprecate OpenSSL engine-based APIs (DEP0183)
1 parent 6a9bb91 commit c983e9e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6058,7 +6058,7 @@ added: v15.6.0
60586058
added: v0.11.11
60596059
changes:
60606060
- version: REPLACEME
6061-
pr-url: https://github.com/nodejs/node/pull/XXXX
6061+
pr-url: https://github.com/nodejs/node/pull/63966
60626062
description: Runtime deprecation.
60636063
- version:
60646064
- v22.4.0

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4059,7 +4059,7 @@ that are shorter than the default authentication tag length (i.e., shorter than
40594059
<!-- YAML
40604060
changes:
40614061
- version: REPLACEME
4062-
pr-url: https://github.com/nodejs/node/pull/XXXX
4062+
pr-url: https://github.com/nodejs/node/pull/63966
40634063
description: Runtime deprecation.
40644064
- version:
40654065
- v22.4.0

doc/api/https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ a `timeout` of 5 seconds.
424424
added: v0.3.6
425425
changes:
426426
- version: REPLACEME
427-
pr-url: https://github.com/nodejs/node/pull/XXXX
427+
pr-url: https://github.com/nodejs/node/pull/63966
428428
description: The `clientCertEngine` option is runtime deprecated.
429429
- version:
430430
- v22.4.0

doc/api/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ argument.
18961896
added: v0.11.13
18971897
changes:
18981898
- version: REPLACEME
1899-
pr-url: https://github.com/nodejs/node/pull/XXXX
1899+
pr-url: https://github.com/nodejs/node/pull/63966
19001900
description: The `clientCertEngine`, `privateKeyEngine` and
19011901
`privateKeyIdentifier` options are runtime deprecated.
19021902
- version:
@@ -2109,7 +2109,7 @@ permissible, use 2048 bits or larger for stronger security.
21092109
added: v0.3.2
21102110
changes:
21112111
- version: REPLACEME
2112-
pr-url: https://github.com/nodejs/node/pull/XXXX
2112+
pr-url: https://github.com/nodejs/node/pull/63966
21132113
description: The `clientCertEngine` option is runtime deprecated.
21142114
- version:
21152115
- v22.4.0

0 commit comments

Comments
 (0)