Skip to content

Remove crypto.Credentials API#21153

Closed
aduh95 wants to merge 1 commit intonodejs:masterfrom
aduh95:fix-crypto-deprecation-warnings
Closed

Remove crypto.Credentials API#21153
aduh95 wants to merge 1 commit intonodejs:masterfrom
aduh95:fix-crypto-deprecation-warnings

Conversation

@aduh95
Copy link
Contributor

@aduh95 aduh95 commented Jun 5, 2018

Fix #20793

The crypto.Credentials legacy API has been Runtime deprecated since
v0.11.13 and users had been adviced to use tls.SecureContext instead.

This PR removes it from the crypto module.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Loading
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. deprecations Issues and PRs related to deprecations. semver-major PRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.