node icon indicating copy to clipboard operation
node copied to clipboard

dns: add TLSA record query support

Open rithvikvibhu opened this issue 9 months ago • 4 comments

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

Related to #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?

rithvikvibhu avatar May 14 '24 18:05 rithvikvibhu