Skip to content

doc: rename x509.extKeyUsage to x509.keyUsage#59332

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
panva:doc-fix-x509-usage
Aug 9, 2025
Merged

doc: rename x509.extKeyUsage to x509.keyUsage#59332
nodejs-github-bot merged 1 commit intonodejs:mainfrom
panva:doc-fix-x509-usage

Conversation

@panva
Copy link
Copy Markdown
Member

@panva panva commented Aug 2, 2025

This partially reverts #50603. It keeps the description but reverts to use the actual property name. #50603 should not have landed.

get keyUsage() {
let value = this[kInternalState].get('keyUsage');
if (value === undefined) {
value = this[kHandle].keyUsage();
this[kInternalState].set('keyUsage', value);
}
return value;
}

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants