bind9/lib
Colin Vidal e34dd2b73e expose hex_decode APIs
Functions hex_decode_init(), hex_decode_char() and hex_decode_finish()
are now exposed, as well as the context hex_decode_ctx_t. They now are
respectively called isc_hex_decodeinit(), isc_hex_decodechar(),
isc_hex_decodefinish() and isc_hex_decodectx_t.

This enable to re-implement the functionality of isc_hex_decodestring()
in contextes where the input is not a NULL-terminated string, but, for
example, individual characters extracted (and avoid creating an
intermediate buffer to store them). This also enable to decode a stream
of hex characters where only hex characters are expected (i.e. no white
spaces).
2025-10-01 12:16:05 +02:00
..
dns unload zone plugin before freeing the zone 2025-10-01 11:11:00 +02:00
isc expose hex_decode APIs 2025-10-01 12:16:05 +02:00
isccc replace the build system with meson 2025-06-11 10:30:12 +03:00
isccfg provide a context structure for plugin_register() 2025-10-01 11:11:00 +02:00
ns provide a context structure for plugin_register() 2025-10-01 11:11:00 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00