open-vault/builtin/logical/pki
Jeff Mitchell 6bf871995b Don't use time.Time in responses. (#1912)
This fixes #1911 but not directly; it doesn't address the cause of the
panic. However, it turns out that this is the correct fix anyways,
because it ensures that the value being logged is RFC3339 format, which
is what the time turns into in JSON but not the normal time string
value, so what we audit log (and HMAC) matches what we are returning.
2016-09-23 12:32:07 -04:00
..
backend.go Backend() functions should return 'backend' objects. 2016-06-10 15:53:02 -04:00
backend_test.go Rename GetOctalFormatted and add serial number to ParsedCertBundle. Basically a noop. 2016-09-16 11:05:43 -04:00
ca_util.go Disallow 1024-bit RSA keys. 2016-02-19 14:33:02 -05:00
cert_util.go Fix PKI logical backend email alt_names 2016-08-04 12:10:34 +02:00
crl_util.go Don't use time.Time in responses. (#1912) 2016-09-23 12:32:07 -04:00
fields.go Add ability to exclude adding the CN to SANs. 2016-03-17 16:28:40 -04:00
path_config_ca.go Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
path_config_crl.go gofmt 2016-08-19 16:48:32 -04:00
path_config_urls.go Some minor linting 2016-07-19 13:54:18 -04:00
path_fetch.go Convert to logxi 2016-08-21 18:13:37 -04:00
path_intermediate.go Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
path_issue_sign.go Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
path_revoke.go Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
path_roles.go Address review feedback 2016-06-23 10:18:03 -04:00
path_root.go Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
path_tidy.go Some minor linting 2016-07-19 13:54:18 -04:00
secret_certs.go s/logical.ErrorResponse/fmt.Errorf in revocation functions of secrets 2016-05-26 10:04:11 -04:00