]> 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 21:02:00 +0000 (08:02 +1100)
commitfd76b9012635ed3ab114a9780eae82fa97d1941b
treea77f532a681114b7b752093d794e795b30bec2e7
parent3d0823ee68477355f35dd72c7827757ae2a0c406
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.

(cherry picked from commit 07610f8566daf532f3dbb312526422cd154b5ceb)
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