mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 00:47:41 +02:00
* Add new PKCS#11 signer configuration setting 'anon_pubkey_access' (default false) (#1019). * Use a type and allow the third possibility (token-default) also to be specified. * Include advice to try changing pubkey_access when the signer registration underlying error is CKR_INCONSISTENT_TEMPLATE. Includes changes to gain access to the underlying error, and propagating the augmented error message (which was wrongly being dropped).