mirror of https://github.com/docker/docs.git
* RemoveKey must purge the cache entry * Add mutexes to KeyFileStore and KeyMemoryStore so the cachedKeys map is protected in the case that keystore operations happen from multiple goroutines * Change GetKey to return the alias along with the key. Remove GetKeyAlias. This simplifies the code flows that retrieve the alias (since they usually get the key and alias together). * Fix tests affected by key caching Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> |
||
---|---|---|
.. | ||
filestore.go | ||
filestore_test.go | ||
keyfilestore.go | ||
keyfilestore_test.go | ||
x509filestore.go | ||
x509filestore_test.go | ||
x509memstore.go | ||
x509memstore_test.go | ||
x509store.go | ||
x509store_test.go | ||
x509utils.go | ||
x509utils_test.go |