open-vault/builtin/logical/pki
Jeff Mitchell 051bb9fc13
Two PKI improvements: (#5134)
* Disallow adding CA's serial to revocation list
* Allow disabling revocation list generation. This returns an empty (but
signed) list, but does not affect tracking of revocations so turning it
back on will populate the list properly.
2018-08-21 11:20:57 -04:00
..
backend.go Add an idle timeout for the server (#4760) 2018-06-16 18:21:33 -04:00
backend_test.go Use Go's in-built permitted DNS domain logic (#4908) 2018-07-11 17:35:46 -04:00
ca_test.go Add an idle timeout for the server (#4760) 2018-06-16 18:21:33 -04:00
ca_util.go Add URI SANs (#4767) 2018-06-15 15:32:25 -04:00
cert_util.go Use Go's in-built permitted DNS domain logic (#4908) 2018-07-11 17:35:46 -04:00
cert_util_test.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
crl_test.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
crl_util.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
fields.go Add URI SANs (#4767) 2018-06-15 15:32:25 -04:00
path_config_ca.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
path_config_crl.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
path_config_urls.go Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
path_fetch.go Codify using strings.Join and strings.TrimSpace around PEM handling to ensure newline sanity (#4148) 2018-03-18 16:00:51 -04:00
path_intermediate.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
path_issue_sign.go pki: add ext_key_usage to mirror key_usage and add to sign-verbatim (#4777) 2018-06-15 18:20:43 -04:00
path_revoke.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
path_roles.go pki: add ext_key_usage to mirror key_usage and add to sign-verbatim (#4777) 2018-06-15 18:20:43 -04:00
path_roles_test.go Add an idle timeout for the server (#4760) 2018-06-16 18:21:33 -04:00
path_root.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
path_tidy.go Two PKI improvements: (#5134) 2018-08-21 11:20:57 -04:00
secret_certs.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
util.go Include and use normalizeSerial func 2017-05-03 10:12:58 -04:00