open-vault/builtin/logical/pki
Jeff Mitchell ae1cbc1a7a Erp, forgot this feedback...
Commit contents (C)2015 Akamai Technologies, Inc. <opensource@akamai.com>
2015-06-11 23:16:13 -04:00
..
backend.go Erp, forgot this feedback... 2015-06-11 23:16:13 -04:00
backend_test.go Add acceptance tests 2015-06-08 00:06:09 -04:00
cert_util.go Address most of Armon's initial feedback. 2015-06-11 21:57:05 -04:00
crl_util.go Add locking for revocation/CRL generation. I originally was going to use an RWMutex but punted, because it's not worth trying to save some milliseconds with the possibility of getting something wrong. So the entire operations are now wrapped, which is minimally slower but very safe. 2015-06-11 22:28:13 -04:00
path_config_ca.go Add acceptance tests 2015-06-08 00:06:09 -04:00
path_fetch.go Initial PKI backend implementation. 2015-06-08 00:06:09 -04:00
path_issue.go Address most of Armon's initial feedback. 2015-06-11 21:57:05 -04:00
path_revoke.go Add locking for revocation/CRL generation. I originally was going to use an RWMutex but punted, because it's not worth trying to save some milliseconds with the possibility of getting something wrong. So the entire operations are now wrapped, which is minimally slower but very safe. 2015-06-11 22:28:13 -04:00
path_roles.go Add acceptance tests 2015-06-08 00:06:09 -04:00
secret_certs.go Add locking for revocation/CRL generation. I originally was going to use an RWMutex but punted, because it's not worth trying to save some milliseconds with the possibility of getting something wrong. So the entire operations are now wrapped, which is minimally slower but very safe. 2015-06-11 22:28:13 -04:00