]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix:usr: Enable Edwards curves with PKCS#11
authorMichal Nowak <mnowak@isc.org>
Tue, 26 May 2026 13:35:03 +0000 (15:35 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 26 May 2026 13:35:03 +0000 (15:35 +0200)
commitebb4e5e5b795dd0872cc42b389fd01dbe7f5952c
treea045900a8f148ac67a1d63c2a8b09562f46d600e
parent90b44f0bc583534a88e6068c195e436b33509427
parent5ebf17741f1f7ed46b4af49a024ea321d42335c2
fix:usr: Enable Edwards curves with PKCS#11

Ed25519 and Ed448 curves did not work in PKCS#11. This has been fixed.

Closes isc-projects/bind9#5762

Merge branch 'mnowak/pkcs11-enable-edwards-curves' into 'main'

See merge request isc-projects/bind9!11591