kops/pkg/pki
Arnaud Meukam 1ed0cde748
Increase the key size for KubeConfig private key
It's now required to have a minimum of 1024 bits the RSA private key.
https://pkg.go.dev/crypto/rsa@master#GenerateKey.

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-03-10 15:32:51 +01: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 Increase the key size for KubeConfig private key 2025-03-10 15:32:51 +01:00
csr.go Run hack/update-gofmt.sh 2021-12-01 22:39:50 +02:00
issue.go FindKeyset can return nil 2022-12-24 16:12:21 -05:00
issue_test.go Increase the key size for KubeConfig private key 2025-03-10 15:32:51 +01: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