-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
5
Go's support for encrypted private keys only handles decryption of the outer PEM layer, it does not support decryption of the PEM-decoded PKCS8 data. See Go issue#8860.
That ticket references a 3rd party library, https://github.com/youmark/pkcs8 , which does PKCS8 decryption – but only for a single encryption algorithm, which might be a useful starting point for full support.
- backported by
-
TOOLS-2739 [v3.6] Support PKCS8 encrypted client private keys
- Closed
- related to
-
GODRIVER-364 Support PKCS8 encrypted client private keys
- Closed
- links to