]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add enum for use with isc_base64_tobuffer and isc_hex_tobuffer
authorMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 03:53:18 +0000 (14:53 +1100)
committerMark Andrews <marka@isc.org>
Tue, 27 Jan 2026 12:57:34 +0000 (23:57 +1100)
commit07610f8566daf532f3dbb312526422cd154b5ceb
treef56f4682b5fc284d284ffa239812aa71398e4c39
parentfd568032acde7c9934b39bb53d7bedee7e0bbc44
Add enum for use with isc_base64_tobuffer and isc_hex_tobuffer

This adds the following enum isc_one_or_more and isc_zero_or_more
which specify if one or more or zeror or more bytes are required
when reading the unbounded base64 / hex encoded data.
lib/isc/base64.c
lib/isc/hex.c
lib/isc/include/isc/base64.h
lib/isc/include/isc/hex.h
lib/isc/include/isc/types.h