Skip to content
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,13 @@ The dist-tags follow the naming convention `legacy-(version)`.
For example, `{{ metadata['lib_install_cmd'] }}@legacy-10` installs client libraries
for versions compatible with Node.js 10.

## Post-quantum Cryptography

A minimum Node version of >=22.20 is required for post-quantum cryptography to
be used. When running an application with a supported node version and making
requests with a client library, network traffic will automatically be secure
against post-quantum decryption methods.
Comment on lines +295 to +297

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should adjust the langauge.

Suggested change
be used. When running an application with a supported node version and making
requests with a client library, network traffic will automatically be secure
against post-quantum decryption methods.
be used. When running an application with a supported node version, the client
library will attempt to negotiate and use post-quantum cryptography for all requests.

I think it would be helpful to get a review and maybe a link from @viacheslav-rostovtsev

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, better a review from @suzmue


## Versioning

Our libraries follow [Semantic Versioning][semver].
Expand Down
Loading