docs/trustmanager
Derek McGowan bd9d7c9c74 Move key database to signer package
The key database is not generally used but only used by the signing service.
Move the implementation to the signer package to be imported by the signer.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-07-30 16:22:47 -07:00
..
filestore.go review feedback 2015-07-20 11:00:24 -07:00
filestore_test.go Make FileStore only allow operations on files inside the store 2015-07-15 17:14:56 -07:00
keyfilestore.go Added cli cert command, changed keylisting to be a map, fixed key removal 2015-07-28 18:14:29 -07:00
keyfilestore_test.go update tests to check for new types 2015-07-23 01:54:14 -07:00
keystore.go Added cli cert command, changed keylisting to be a map, fixed key removal 2015-07-28 18:14:29 -07:00
x509filestore.go Fixed but with listDirectory and added tests 2015-07-20 19:48:17 -07:00
x509filestore_test.go Fixed but with listDirectory and added tests 2015-07-20 19:48:17 -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 Use the random reader passed as argument to GenerateED25519Key. 2015-07-28 16:59:03 -07:00
x509utils_test.go Changing certificate expiration time to 10 years 2015-07-20 14:55:36 -07:00