Commit 99b778d
committed
conf: fix support for private key PEM files other than PKCS#8
The Mbed TLS bug being worked around
(Mbed-TLS/mbedtls#3896)
affects _all_ PEM inputs.
`conf_set_pem` only applied the workaround to certificates and
PKCS#8 encoded keys.1 parent 509717f commit 99b778d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
307 | 309 | | |
308 | 310 | | |
309 | 311 | | |
| |||
0 commit comments