Skip to content

crypto, tls: support PEM CRL bundle in addCRL() - #65740

Closed
dajiaohuang wants to merge 1 commit into
nodejs:mainfrom
dajiaohuang:fix/65576-crl-pem-bundle
Closed

crypto, tls: support PEM CRL bundle in addCRL()#65740
dajiaohuang wants to merge 1 commit into
nodejs:mainfrom
dajiaohuang:fix/65576-crl-pem-bundle

Conversation

@dajiaohuang

Copy link
Copy Markdown

Fix issue #65576 where addCRL() only loads the first CRL from a concatenated PEM bundle.

The AddCACertificates() function already correctly handles concatenated PEM using a while loop, so migrate the same pattern to AddCRL().

PR-URL: #65577

Fix issue nodejs#65576 where addCRL() only loads the first CRL from a
concatenated PEM bundle. The AddCACertificates() function already
correctly handles concatenated PEM using a while loop, so migrate
the same pattern to AddCRL().

PR-URL: nodejs#65577
Reviewed-By: <maintainers>
Assisted-by: TRAE agent
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/crypto

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. labels Sep 2, 2026
@pimterry

pimterry commented Sep 2, 2026

Copy link
Copy Markdown
Member

@dajiaohuang this seems to be a duplicate of #65577, which is active, already approved and ready to merge. I don't think there's anything here that improves on that fix, and if there were then it would have been good to reference it and explain what the difference is (or even better, to provide feedback on the existing PR directly).

Contributions are welcome but in future please check for existing PRs before opening new ones.

@pimterry pimterry closed this Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants