Skip to content

Commit ef0ab44

Browse files
committed
doc: fix crypto changes list sorting
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
1 parent a093ea5 commit ef0ab44

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

doc/api/crypto.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,15 +3664,15 @@ operations. The specific constants currently defined are described in
36643664
<!-- YAML
36653665
added: v0.1.94
36663666
changes:
3667+
- version: REPLACEME
3668+
pr-url: https://github.com/nodejs/node/pull/63188
3669+
description: Passing a CryptoKey as `key` is no longer supported.
36673670
- version: v26.9.0
36683671
pr-url: https://github.com/nodejs/node/pull/65484
36693672
description: Additional ciphers available through OpenSSL providers (e.g.
36703673
SM4-GCM, SM4-CCM, SM4-XTS, CBC-CTS, and AES key-wrap variants)
36713674
are now supported. The `ctsMode` and `xtsStandard` options
36723675
were added.
3673-
- version: REPLACEME
3674-
pr-url: https://github.com/nodejs/node/pull/63188
3675-
description: Passing a CryptoKey as `key` is no longer supported.
36763676
- version: v26.8.0
36773677
pr-url: https://github.com/nodejs/node/pull/63411
36783678
description: Ciphers in SIV and GCM-SIV modes are now supported.
@@ -3776,15 +3776,15 @@ and can be transmitted with the ciphertext.
37763776
<!-- YAML
37773777
added: v0.1.94
37783778
changes:
3779+
- version: REPLACEME
3780+
pr-url: https://github.com/nodejs/node/pull/63188
3781+
description: Passing a CryptoKey as `key` is no longer supported.
37793782
- version: v26.9.0
37803783
pr-url: https://github.com/nodejs/node/pull/65484
37813784
description: Additional ciphers available through OpenSSL providers (e.g.
37823785
SM4-GCM, SM4-CCM, SM4-XTS, CBC-CTS, and AES key-wrap variants)
37833786
are now supported. The `ctsMode` and `xtsStandard` options
37843787
were added.
3785-
- version: REPLACEME
3786-
pr-url: https://github.com/nodejs/node/pull/63188
3787-
description: Passing a CryptoKey as `key` is no longer supported.
37883788
- version: v26.8.0
37893789
pr-url: https://github.com/nodejs/node/pull/63411
37903790
description: Ciphers in SIV and GCM-SIV modes are now supported.
@@ -3957,15 +3957,15 @@ and description of each available elliptic curve.
39573957
<!-- YAML
39583958
added: v0.1.92
39593959
changes:
3960+
- version: REPLACEME
3961+
pr-url: https://github.com/nodejs/node/pull/64000
3962+
description: The `outputLength` option is now required for XOF
3963+
hash functions without default output lengths.
39603964
- version: v26.9.0
39613965
pr-url: https://github.com/nodejs/node/pull/65484
39623966
description: Hash algorithms exposed by OpenSSL providers are now
39633967
supported. The `functionName` and `customization` options
39643968
were added for cSHAKE hash functions.
3965-
- version: REPLACEME
3966-
pr-url: https://github.com/nodejs/node/pull/64000
3967-
description: The `outputLength` option is now required for XOF
3968-
hash functions without default output lengths.
39693969
- version: v12.8.0
39703970
pr-url: https://github.com/nodejs/node/pull/28805
39713971
description: The `outputLength` option was added for XOF hash functions.
@@ -5292,15 +5292,15 @@ added:
52925292
- v21.7.0
52935293
- v20.12.0
52945294
changes:
5295+
- version: REPLACEME
5296+
pr-url: https://github.com/nodejs/node/pull/64000
5297+
description: The `outputLength` option is now required for XOF
5298+
hash functions without default output lengths.
52955299
- version: v26.9.0
52965300
pr-url: https://github.com/nodejs/node/pull/65484
52975301
description: Hash algorithms exposed by OpenSSL providers are now
52985302
supported. The `functionName` and `customization` options
52995303
were added for cSHAKE hash functions.
5300-
- version: REPLACEME
5301-
pr-url: https://github.com/nodejs/node/pull/64000
5302-
description: The `outputLength` option is now required for XOF
5303-
hash functions without default output lengths.
53045304
- version:
53055305
- v25.5.0
53065306
- v24.13.1

0 commit comments

Comments
 (0)