]> git.ipfire.org Git - thirdparty/bind9.git/commit
switch isc_md_type_t to a proper enum
authorAydın Mercan <aydin@isc.org>
Tue, 16 Sep 2025 13:11:37 +0000 (15:11 +0200)
committerAydın Mercan <aydin@isc.org>
Mon, 8 Dec 2025 12:33:48 +0000 (15:33 +0300)
commit0eb31cfd18921fe5ac1e5a6c2fd4c046d975fbdf
tree98dba2c15aa7c6688a17fa0e84f1ed65e4587c78
parentb2e9d2604c004f50beaf9348f9c78d0158293f70
switch isc_md_type_t to a proper enum

This get rids of the OpenSSL-isms.
22 files changed:
lib/dns/catz.c
lib/dns/ds.c
lib/dns/dst_api.c
lib/dns/hmac_link.c
lib/dns/opensslecdsa_link.c
lib/dns/opensslrsa_link.c
lib/isc/crypto/crypto_p.h [new file with mode: 0644]
lib/isc/crypto/ossl1_1.c
lib/isc/crypto/ossl3.c
lib/isc/crypto/ossl_common.c
lib/isc/hmac.c
lib/isc/include/isc/crypto.h
lib/isc/include/isc/hmac.h
lib/isc/include/isc/md.h
lib/isc/iterated_hash.c
lib/isc/md.c
lib/isc/openssl_shim.h
lib/isc/tls.c
lib/isccc/cc.c
meson.build
tests/isc/hmac_test.c
tests/isc/md_test.c