cert-manager/pkg/util/pki
Ashley Davis 2ee4abeb24
handle individual certs in ParseSingleCertificateChain
roots are handled differently because they're their own CAs

also adds test cases for each of:

- a lone leaf
- a lone intermediate
- a lone root

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-07-28 14:06:57 +01:00
..
BUILD.bazel Updates with review comments 2021-05-27 18:48:50 +01:00
csr_test.go fix check for self-signed certs in EncodeX509Chain 2021-07-21 16:45:48 +01:00
csr.go fix check for self-signed certs in EncodeX509Chain 2021-07-21 16:45:48 +01:00
generate_test.go Add support for certificates with ed25519 private keys 2021-06-14 11:17:35 +01:00
generate.go Add support for certificates with ed25519 private keys 2021-06-14 11:17:35 +01:00
keyusage.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
kube_test.go Fix util/pki test which relied on hardcoded CSR common name 2021-06-15 17:58:34 +01:00
kube.go Minor comment and error message changes 2021-06-30 18:09:32 +01:00
parse_test.go handle individual certs in ParseSingleCertificateChain 2021-07-28 14:06:57 +01:00
parse.go handle individual certs in ParseSingleCertificateChain 2021-07-28 14:06:57 +01:00