kops/pkg/pki
Aaron Friel a714745382 Use exported interface to detect SSH key type
Don't rely on the `golang.org/x/crypto` library to keep consistent,
non-exported type names.
2022-06-15 17:57:29 -07:00
..
cert_utils.go Upgrade to klog2 2020-08-16 20:56:48 -05:00
certificate.go Upgrade to klog2 2020-08-16 20:56:48 -05:00
certificate_test.go Weaken some interfaces 2021-06-21 23:11:47 -07:00
csr.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
issue.go Rename pki.FindKeypair to FindPrimaryKeypair 2021-06-05 16:38:26 -07:00
issue_test.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
privatekey.go PKI library: Add initial support for EC keys 2021-12-11 10:09:10 -05:00
privatekey_test.go PKI library: Add initial support for EC keys 2021-12-11 10:09:10 -05:00
publickey.go Create helper functions for parsing public keys 2021-12-18 19:42:39 -05:00
sshkey.go Use exported interface to detect SSH key type 2022-06-15 17:57:29 -07:00
sshkey_test.go add support for ed25519 keys 2022-03-02 09:21:05 +00:00