Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: getCiphers() returns unsupported cipher #27335

Closed
reklatsmasters opened this issue Apr 21, 2019 · 3 comments
Closed

crypto: getCiphers() returns unsupported cipher #27335

reklatsmasters opened this issue Apr 21, 2019 · 3 comments
Labels
crypto Issues and PRs related to the crypto subsystem.

Comments

@reklatsmasters
Copy link
Contributor

  • Version: v10
  • Platform: all?
  • Subsystem: crypto

The crypto.getCiphers() returns an array with the names of the supported cipher algorithms as said documentation. For nodejs v10 it return also chacha20-poly1305 cipher which was added only in v11.2 #24081.

@bnoordhuis bnoordhuis added crypto Issues and PRs related to the crypto subsystem. v10.x labels Apr 22, 2019
@bnoordhuis
Copy link
Member

I see @mscdex nominated the PR for back-porting to v10.x so this should resolve itself once that's released.

@swagatata
Copy link
Contributor

Hi, I'm a n00b and was wondering if this needs any code changes?

@BethGriggs
Copy link
Member

I believe this was fixed in 63de2ad which went out with v10.17.0 (#29875)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Issues and PRs related to the crypto subsystem.
Projects
None yet
Development

No branches or pull requests

4 participants