-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
by jeff.allen:
crypto/tls.X509KeyPair can't deal with encrypted key files. This wouldn't be much of a big deal except that the quantity of code needed to work around it is really big and repeats lots of code from the std library. See this message: https://groups.google.com/d/msg/golang-nuts/ht_gQ2ET0c0/efaGZdIxCmAJ It would be nicer to have crypto/tls.X509EncryptedKeyPair(certPEMBlock, keyPEMBlock, password []byte) (cert Certificate, err error) that would use password to decrypt keyPEMBlock.
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.