-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Options & Configuration
-
(copied to CRM)
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.
- is duplicated by
-
GODRIVER-1830 Support PKCS 8 encrypted private keys
- Closed
- is related to
-
GODRIVER-3159 CVE-2023-48795, CVE-2023-42818 known vulnerability in youmark/pkcs8
- Closed
-
TOOLS-2013 Support PKCS8 encrypted client private keys
- Closed
- related to
-
GODRIVER-287 SSL client certificate should support PEM files with passwords
- Closed
- mentioned in
-
Page Loading...