docs/trustmanager/yubikey
Ying Li 68962ce0f7 Merge pull request #281 from docker/better-pkcs11-logging
Log whether a pkcs11 library was found and if it was loadable.

This unfortunately prints out every time any operation is done on the Yubikey, producing a lot of log output, but perhaps that is better because an operation might fail at any given time.

Output if no Yubikey:
DEBU[0000] Failed to initialize PKCS11 environment: loaded library /usr/local/lib/libykcs11.dylib, but no HSM slots found 

If there is a Yubikey:
DEBU[0000] Initialized PKCS11 library /usr/local/lib/libykcs11.dylib and started HSM session
2015-11-13 15:51:11 -08:00
..
non_pkcs11.go Make our CI pick up trustmanager/yubikey again 2015-11-12 01:13:55 -08:00
pkcs11_darwin.go Adding another path to search for ykcs libs 2015-11-12 01:22:40 -08:00
pkcs11_interface.go Replace the pkcs11 library with interfaces for easier testing. 2015-11-12 01:13:17 -08:00
pkcs11_linux.go add verification to yubikey signatures. Attempt to generate sig up to 5 times, fail if all 5 are invalid 2015-11-12 01:13:03 -08:00
yubikeystore.go Merge pull request #281 from docker/better-pkcs11-logging 2015-11-13 15:51:11 -08:00
yubikeystore_test.go Fix new bug where adding a duplicate key to a yubikey added to the backup. 2015-11-12 01:13:58 -08:00