open-vault/builtin/logical/pki
Denis Subbotin e9cdd451d1 Don't allow duplicate SAN names in PKI-issued certs (#7605)
* fix https://github.com/hashicorp/vault/issues/6571

* fix test TestBackend_OID_SANs because now SANs are alphabetic sorted
2019-10-28 12:31:56 -04:00
..
cmd/pki Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
backend_test.go Don't allow duplicate SAN names in PKI-issued certs (#7605) 2019-10-28 12:31:56 -04:00
ca_test.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
ca_util.go Refactor cert util (#6676) 2019-05-09 11:43:11 -04:00
cert_util.go Don't allow duplicate SAN names in PKI-issued certs (#7605) 2019-10-28 12:31:56 -04:00
cert_util_test.go Fix a test bug I introduced in 1d13290b361314466f76e251826f60c92aa67bb7 by failing to update my PR to the latest master before merging. 2019-05-09 11:59:22 -04:00
crl_test.go
crl_util.go
fields.go update OpenAPI output to use DisplayAttributes struct (#6928) 2019-06-21 11:08:08 -04:00
path_config_ca.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
path_config_crl.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
path_config_urls.go Refactor cert util (#6676) 2019-05-09 11:43:11 -04:00
path_fetch.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
path_intermediate.go Refactor cert util (#6676) 2019-05-09 11:43:11 -04:00
path_issue_sign.go Refactor cert util (#6676) 2019-05-09 11:43:11 -04:00
path_revoke.go Don't try to revoke certs from PKI on perf standby (#7173) 2019-07-23 08:40:08 -04:00
path_roles.go update OpenAPI output to use DisplayAttributes struct (#6928) 2019-06-21 11:08:08 -04:00
path_roles_test.go
path_root.go Call goimports as well as gofmt when doing a make fmt (#7148) 2019-07-18 21:04:56 -04:00
path_tidy.go Don't continue in a few places in pki tidy if value is nil (#7589) 2019-10-15 09:55:08 -04:00
secret_certs.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
util.go