boulder/pkcs11helpers
Jacob Hoffman-Andrews 5d7b589d1b
ceremony: look up keys by pubkey instead of key ID (#4992)
This moves x509Signer from cmd/ceremony into pkcs11helpers. It also
adds helper functions getPublicKeyID and getPrivateKey, copied and
adapted from pkcs11key. These act as counterparts to the existing
GetRSAPublicKey and GetECDSAPublicKey, which go from an object handle
to a Go public key object (and are used after key generation).

Fixes #4918
2020-08-10 10:14:23 -07:00
..
helpers.go ceremony: look up keys by pubkey instead of key ID (#4992) 2020-08-10 10:14:23 -07:00
helpers_test.go ceremony: look up keys by pubkey instead of key ID (#4992) 2020-08-10 10:14:23 -07:00