NLnetLabs / domain

A DNS library for Rust.
https://nlnetlabs.nl/projects/domain/about/
BSD 3-Clause "New" or "Revised" License
332 stars 56 forks source link

TSIG: Add `From<ServerTransaction<K>>` to `ServerSequence<K>`. #350

Open ximon18 opened 2 weeks ago

ximon18 commented 2 weeks ago

Useful when needing [ServerSequence] in order to sign multiple responses but only having a [ServerTransaction].