vault/builtin/logical/pki
2023-07-06 16:16:17 -04:00
..
cmd/pki adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
dnstest Fix incorrect role ttl parameters in ACME tests (#21585) 2023-07-05 14:17:15 -04:00
acme_authorizations.go In ACME responses only return Type, Value fields (#20480) 2023-05-03 09:53:33 -04:00
acme_billing_test.go Attempt to resolve flaky test TestAcmeBasicWorkflow test (#20960) 2023-06-02 14:34:15 -04:00
acme_billing.go Start counting ACME certificate issuance as client activity (#20520) 2023-05-17 16:12:04 +00:00
acme_challenge_engine.go Fix incorrect role ttl parameters in ACME tests (#21585) 2023-07-05 14:17:15 -04:00
acme_challenges_test.go Fix incorrect role ttl parameters in ACME tests (#21585) 2023-07-05 14:17:15 -04:00
acme_challenges.go Fix incorrect role ttl parameters in ACME tests (#21585) 2023-07-05 14:17:15 -04:00
acme_eab_policy.go Add External Account Binding support to ACME (#20523) 2023-05-15 13:15:20 -04:00
acme_errors.go Fix order, authorization, challenge status when failing to validate a challenge (#20914) 2023-06-01 13:33:38 -04:00
acme_jws.go Make ACME EAB keys specific to the ACME directory they are created within (#20803) 2023-05-30 11:49:01 -04:00
acme_state_test.go Add nonce service to sdk/helpers, use in PKI (#20688) 2023-05-23 19:44:05 +00:00
acme_state.go Signal ACME challenge engine if existing challenges were loaded on startup (#21115) 2023-06-12 15:09:20 +00:00
acme_wrappers_test.go Make ACME EAB keys specific to the ACME directory they are created within (#20803) 2023-05-30 11:49:01 -04:00
acme_wrappers.go Change from default_role to default_directory_policy (#20935) 2023-06-01 22:06:30 +00:00
backend_oss.go Add the ability for enterprise to override PKI backend attributes during setup (#21618) 2023-07-06 16:16:17 -04:00
backend_test.go Allow issuance of root certs no AIA when templating is enabled (#21209) 2023-06-14 13:35:17 -04:00
backend.go Add the ability for enterprise to override PKI backend attributes during setup (#21618) 2023-07-06 16:16:17 -04:00
ca_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
ca_util.go Add support to load roles and issuers within ACME wrapper (#20333) 2023-04-25 13:29:07 +00:00
cert_util_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
cert_util.go Allow issuance of root certs no AIA when templating is enabled (#21209) 2023-06-14 13:35:17 -04:00
chain_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
chain_util.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
config_util.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
crl_test.go Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
crl_util.go Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
fields.go Fix tidy with maintain_stored_certificate_counts == publish_stored_certificate_count_metrics == false (#20664) 2023-05-19 12:09:48 +00:00
integration_test.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
key_util.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
managed_key_util.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path_acme_account.go Update ACME endpoint help synopsis and description (#20624) 2023-05-17 13:59:30 +00:00
path_acme_authorizations.go Update ACME endpoint help synopsis and description (#20624) 2023-05-17 13:59:30 +00:00
path_acme_challenges.go Only accept challenges on payload is {}, not "" (#20843) 2023-05-30 11:03:12 -04:00
path_acme_directory.go Update ACME endpoint help synopsis and description (#20624) 2023-05-17 13:59:30 +00:00
path_acme_eab.go Fix OpenAPI spec definitions for PKI EAB APIs (#21458) 2023-06-27 08:44:21 -04:00
path_acme_nonce.go Update ACME endpoint help synopsis and description (#20624) 2023-05-17 13:59:30 +00:00
path_acme_order_test.go Validate identifiers against role when creating order (#20410) 2023-04-28 19:21:26 +00:00
path_acme_order.go Allow CSRs with basic constraint extension with IsCA=false (#21149) 2023-06-13 13:15:37 -04:00
path_acme_revoke.go Correctly validate ACME PoP against public key (#21190) 2023-06-14 12:01:16 -04:00
path_acme_test.go Fix incorrect role ttl parameters in ACME tests (#21585) 2023-07-05 14:17:15 -04:00
path_config_acme_test.go Add Config Test. (#20989) 2023-06-06 09:55:42 -04:00
path_config_acme.go Fix incorrect role ttl parameters in ACME tests (#21585) 2023-07-05 14:17:15 -04:00
path_config_ca.go Show existing keys, issuers on PKI import (#20441) 2023-05-01 14:07:31 +00:00
path_config_cluster.go Enforce PKI cluster local 'path' argument is set when enabling ACME (#20838) 2023-05-30 11:00:50 -04:00
path_config_crl.go Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
path_config_urls.go openapi: Add display attributes for PKI plugin (#19422) 2023-04-06 11:10:01 -04:00
path_fetch_issuers.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
path_fetch_keys.go pki: add subject key identifier to read key response (#20642) 2023-05-18 16:49:22 +00:00
path_fetch.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
path_intermediate.go Show existing keys, issuers on PKI import (#20441) 2023-05-01 14:07:31 +00:00
path_issue_sign.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
path_manage_issuers.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
path_manage_keys_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path_manage_keys.go openapi: Add display attributes for PKI plugin (#19422) 2023-04-06 11:10:01 -04:00
path_ocsp_test.go Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
path_ocsp.go Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
path_resign_crls_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path_resign_crls.go openapi: Add display attributes for PKI plugin (#19422) 2023-04-06 11:10:01 -04:00
path_revoke.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
path_roles_test.go openapi: Fix response schema for pki list roles (#20782) 2023-05-25 13:34:34 -04:00
path_roles.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
path_root.go Add warnings to crl rebuilds, allowing notifying operator of empty issuer equivalency sets (#20253) 2023-04-19 16:55:37 +00:00
path_sign_issuers.go openapi: Add display attributes for PKI plugin (#19422) 2023-04-06 11:10:01 -04:00
path_tidy_test.go Fix enabling tidy_acme=true in auto-tidy config (#20889) 2023-05-31 13:16:12 +00:00
path_tidy.go openapi: Fix response schema for PKI Issue requests (#21449) 2023-06-26 13:31:56 -04:00
periodic.go Fix race in PKI's runUnifiedTransfer (#20701) 2023-05-22 18:31:19 +00:00
secret_certs.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
storage_migrations_test.go Fix re-migration of existing CA bundles (#21316) 2023-06-21 20:34:51 +00:00
storage_migrations.go Fix re-migration of existing CA bundles (#21316) 2023-06-21 20:34:51 +00:00
storage_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
storage_unified.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
storage.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
test_helpers.go Supporting PR for Enterprise ACME PR cluster tests (#21275) 2023-06-15 21:12:49 +00:00
util.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00