Commit b573a4f
committed
Fix DN conversion when reading certificate issuer
This fixes #3003 .
The conversion to proper UTF-8 should have taken place by just using
`-nameopt RFC2253`, see manpage openssl-namedisplay-options(1ssl).
As @dcooper16 suggested removing esc_msb should help. This may look
counterintuitive but works.1 parent d2d684e commit b573a4f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22888 | 22888 | | |
22889 | 22889 | | |
22890 | 22890 | | |
22891 | | - | |
| 22891 | + | |
22892 | 22892 | | |
22893 | 22893 | | |
22894 | 22894 | | |
| |||
0 commit comments