Files
kubernetes/pkg/util
Kubernetes Submit Queue 7144f54d78 Merge pull request #32390 from liggitt/ecdhe
Automatic merge from submit-queue

Remove duplicated ECDHE key handling

This PR removes the duplicated ECDHE private key handling. `x509.CreateCertificateRequest` picks the signature type for ECDHE keys already (see https://golang.org/src/crypto/x509/x509.go `signingParamsForPublicKey`). Only the RSA key signature needed customization.

It also defers to `CreateCertificateRequest` to return errors on unknown private key types.
2016-09-23 01:53:20 -07:00
..
2016-09-22 14:52:10 -04:00
2016-09-22 13:42:46 -07:00
2016-08-24 10:17:41 -07:00
2016-08-30 13:06:26 -04:00
2016-08-18 17:01:03 +02:00
2016-08-17 10:40:27 -04:00