mafintosh / dns-packet

An abstract-encoding compliant module for encoding / decoding DNS packets
MIT License
201 stars 70 forks source link

Add TLSA support #92

Closed buffrr closed 1 year ago

buffrr commented 1 year ago

Closes #91

buffrr commented 1 year ago

@silverwind Could you take a look I need to use this soon. Thanks!

silverwind commented 1 year ago

I would have encoded certificate data as string, but it seems the module uses buffer for other similar fields, so I guess it's at least consistent.