]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup support for specifying PKCS#11 engine as part of the label
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2020 09:16:22 +0000 (10:16 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 11 Feb 2020 09:42:33 +0000 (10:42 +0100)
commitcb2dde567ce60ee4f6bf905cb4d3a96bf070fc92
treed86c3f6659a4ca2453d997eb3a3166050d19bc94
parent1c76f9f5b3c941ff2661f09a4b897d26865f6591
Cleanup support for specifying PKCS#11 engine as part of the label

The code for specifying OpenSSL PKCS#11 engine as part of the label
(e.g. -l "pkcs11:token=..." instead of -E pkcs11 -l "token=...")
was non-functional.  This commit just cleans the related code.

(cherry picked from commit a5c87d9d186e155553be0ae153bb50180f54fffd)
lib/dns/opensslrsa_link.c