Skip to content

dns: add TLSA record query support

Rodrigo Muino Tomonari requested to merge github/fork/rithvikvibhu/dns-tlsa into main

This PR adds resolveTlsa so that the resolver can query TLSA records.

c-ares added the parser in https://github.com/c-ares/c-ares/pull/600 and @bradh352 (thanks!) provided some code to get started with: https://github.com/nodejs/node/issues/39569#issuecomment-1812437718

Refs: #39569

P.S. I'm new to both node core as well as C++ so the code may be unideal, am open to any changes to be made.

Also, I'm not sure about the YAML markup in docs, what should the "Added in" say?

And is this considered a Notable Change?

Merge request reports

Loading