vault/builtin/logical/pki
Navaneeth Rameshan 50a9c8a6b0
recognize ed25519 key type and return PKCS8 format (#13257)
* return pkcs8 format for ed25519 curve

convertRespToPKCS8 does not recognize the ed25519 key. Changes
to recognize ed25519 key and return its PKCS8 format
2021-11-24 14:24:06 -05:00
..
cmd/pki Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend_test.go Restrict ECDSA/NIST P-Curve hash function sizes for cert signing (#12872) 2021-11-12 12:18:38 -05:00
backend.go VAULT-444: Use sync.RWMutex rather than DeadlockRWMutex in PKI backend. (#13018) 2021-11-02 17:02:54 -04:00
ca_test.go VAULT-444: Add PKI tidy-status endpoint. (#12885) 2021-11-02 11:12:49 -04:00
ca_util.go Restrict ECDSA/NIST P-Curve hash function sizes for cert signing (#12872) 2021-11-12 12:18:38 -05:00
cert_util_test.go Added notAfter and support Y10K expiry for IEEE 802.1AR-2018 (#12795) 2021-11-10 19:09:06 -05:00
cert_util.go recognize ed25519 key type and return PKCS8 format (#13257) 2021-11-24 14:24:06 -05:00
crl_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
crl_util.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
fields.go Restrict ECDSA/NIST P-Curve hash function sizes for cert signing (#12872) 2021-11-12 12:18:38 -05:00
path_config_ca.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_config_crl.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_config_urls.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_fetch.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_intermediate.go Use the system rand reader for CA root and intermediate generation (#12559) 2021-09-15 11:59:12 -05:00
path_issue_sign.go Use the system rand reader for CA root and intermediate generation (#12559) 2021-09-15 11:59:12 -05:00
path_revoke.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_roles_test.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
path_roles.go Restrict ECDSA/NIST P-Curve hash function sizes for cert signing (#12872) 2021-11-12 12:18:38 -05:00
path_root.go Added notAfter and support Y10K expiry for IEEE 802.1AR-2018 (#12795) 2021-11-10 19:09:06 -05:00
path_tidy.go VAULT-444: Add PKI tidy-status endpoint. (#12885) 2021-11-02 11:12:49 -04:00
secret_certs.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
util.go Include and use normalizeSerial func 2017-05-03 10:12:58 -04:00