Skip to content

cleanup: use dns_secalg_t and dns_dsdigest_t where appropriate

Tony Finch requested to merge fanf/bind9:u/fanf2/sectypes into master

Use them in structs for various rdata types where they are missing. This doesn't change the structs since we are replacing explicit uint8_t field types with aliases for uint8_t.

Use dns_dsdigest_t in library function arguments.

Improve dnssec-cds with these more specific types.

Merge request reports