node icon indicating copy to clipboard operation
node copied to clipboard

tls: add setKeyCert() to tls.Socket

Open mscdex opened this issue 1 year ago • 1 comments

This is mostly useful for implementing the ACME TLS-ALPN-01 challenge by overriding the certificate from a TLS server's ALPNCallback.

mscdex avatar Jun 29 '24 10:06 mscdex

Review requested:

  • [ ] @nodejs/crypto

nodejs-github-bot avatar Jun 29 '24 10:06 nodejs-github-bot

Can this get labeled with author ready?

mscdex avatar Jul 07 '24 11:07 mscdex

CI: https://ci.nodejs.org/job/node-test-pull-request/60149/

nodejs-github-bot avatar Jul 07 '24 21:07 nodejs-github-bot

As far as I can tell this should be ready to land.

mscdex avatar Jul 13 '24 11:07 mscdex

Landed in 6ba0af135402bf32896a37fd6617015a811c9b34

nodejs-github-bot avatar Jul 15 '24 15:07 nodejs-github-bot