docs/trustmanager
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
..
yubikey Merge pull request #281 from docker/better-pkcs11-logging 2015-11-13 15:51:11 -08:00
filestore.go write private key to a backup dir when creating keys on yubikey 2015-11-12 01:09:31 -08:00
filestore_test.go Remove linking from the filestore 2015-10-23 21:19:47 -07:00
keyfilestore.go private subdir should be added by keyfilestore, rather than all over the place 2015-11-12 01:12:57 -08:00
keyfilestore_test.go private subdir should be added by keyfilestore, rather than all over the place 2015-11-12 01:12:57 -08:00
keystore.go Fix new bug where adding a duplicate key to a yubikey added to the backup. 2015-11-12 01:13:58 -08:00
x509filestore.go Change ConfigServerTLS to take a client CA directory instead of certs 2015-10-19 17:29:54 -07:00
x509filestore_test.go Use configuration option structures to set up client TLS and server TLS. 2015-10-21 18:43:33 -07:00
x509memstore.go Cosmetic code changes 2015-07-17 14:33:06 -07:00
x509memstore_test.go Cosmetic code changes 2015-07-17 14:33:06 -07:00
x509store.go Fixed but with listDirectory and added tests 2015-07-20 19:48:17 -07:00
x509store_test.go Fixed config files and trust manager tests to point at new fixtures 2015-07-15 19:46:57 -07:00
x509utils.go fixing integrations tests for new list keys layout 2015-11-12 01:12:21 -08:00
x509utils_test.go adding gotuf to notary 2015-10-27 16:36:06 -07:00