]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Unify system test key and algorithm handling
authorNicki Křížek <nicki@isc.org>
Thu, 2 Jul 2026 12:51:52 +0000 (14:51 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 2 Jul 2026 12:51:52 +0000 (14:51 +0200)
commitcbc41caafaca2f502f13bb314ef4d33803c374f7
treef10b837887dc882784deb2753090121a17f09711
parent2762fe12a01b0548f8211e8250addaf8874002ad
parent4d76b7bd9eb6c5b96f43b6f14919b1c762e15e31
chg: test: Unify system test key and algorithm handling

This is a followup from https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/11807.

De-duplicates the key material handling and moves algorithm-related things into a dedicated shared module.

Merge branch 'nicki/pytest-key-reconcile' into 'main'

See merge request isc-projects/bind9!12255