Files
NLnetLabs-domain/src
Martin HoffmannandGitHub 7a0819dc90 Fix TXT record serialization. (#272)
This PR fixes TXT record data serialization for human-readable formats. TXT
record data is now serialized as a sequence of character strings. It also
deserializes from such a sequence. If supported by the format, it
alternatively deserializes from a string that is broken up into 255 octet
chunks if necessary.

It uses a newly added helper type base::charstr::DeserializeCharStrSeed that
deserializes character strings by appending them to an octets builder. Since
this may be useful for other cases, it has been made public.

This is a breaking change.
2024-03-18 12:44:11 +01:00
..
2024-03-18 12:44:11 +01:00
2024-03-12 10:32:21 +01:00
2024-02-27 12:59:19 +01:00
2024-02-27 12:59:19 +01:00
2024-03-12 10:32:21 +01:00
2023-10-16 11:24:49 +02:00
2024-01-16 10:42:57 +01:00
2024-02-27 12:59:19 +01:00