Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3664,15 +3664,15 @@
<!-- YAML
added: v0.1.94
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/63188

Check warning on line 3668 in doc/api/crypto.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Passing a CryptoKey as `key` is no longer supported.
- version: v26.9.0
pr-url: https://github.com/nodejs/node/pull/65484
description: Additional ciphers available through OpenSSL providers (e.g.
SM4-GCM, SM4-CCM, SM4-XTS, CBC-CTS, and AES key-wrap variants)
are now supported. The `ctsMode` and `xtsStandard` options
were added.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/63188
description: Passing a CryptoKey as `key` is no longer supported.
- version: v26.8.0
pr-url: https://github.com/nodejs/node/pull/63411
description: Ciphers in SIV and GCM-SIV modes are now supported.
Expand Down Expand Up @@ -3776,15 +3776,15 @@
<!-- YAML
added: v0.1.94
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/63188

Check warning on line 3780 in doc/api/crypto.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Passing a CryptoKey as `key` is no longer supported.
- version: v26.9.0
pr-url: https://github.com/nodejs/node/pull/65484
description: Additional ciphers available through OpenSSL providers (e.g.
SM4-GCM, SM4-CCM, SM4-XTS, CBC-CTS, and AES key-wrap variants)
are now supported. The `ctsMode` and `xtsStandard` options
were added.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/63188
description: Passing a CryptoKey as `key` is no longer supported.
- version: v26.8.0
pr-url: https://github.com/nodejs/node/pull/63411
description: Ciphers in SIV and GCM-SIV modes are now supported.
Expand Down Expand Up @@ -3957,15 +3957,15 @@
<!-- YAML
added: v0.1.92
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/64000

Check warning on line 3961 in doc/api/crypto.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `outputLength` option is now required for XOF
hash functions without default output lengths.
- version: v26.9.0
pr-url: https://github.com/nodejs/node/pull/65484
description: Hash algorithms exposed by OpenSSL providers are now
supported. The `functionName` and `customization` options
were added for cSHAKE hash functions.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/64000
description: The `outputLength` option is now required for XOF
hash functions without default output lengths.
- version: v12.8.0
pr-url: https://github.com/nodejs/node/pull/28805
description: The `outputLength` option was added for XOF hash functions.
Expand Down Expand Up @@ -5292,15 +5292,15 @@
- v21.7.0
- v20.12.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/64000

Check warning on line 5296 in doc/api/crypto.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `outputLength` option is now required for XOF
hash functions without default output lengths.
- version: v26.9.0
pr-url: https://github.com/nodejs/node/pull/65484
description: Hash algorithms exposed by OpenSSL providers are now
supported. The `functionName` and `customization` options
were added for cSHAKE hash functions.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/64000
description: The `outputLength` option is now required for XOF
hash functions without default output lengths.
- version:
- v25.5.0
- v24.13.1
Expand Down
Loading