Commit 1a00cd9
committed
Fix DN conversion when reading certificate issuer (3.2)
This fixes #3003 for 3.2 .
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 e0d0076 commit 1a00cd9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22416 | 22416 | | |
22417 | 22417 | | |
22418 | 22418 | | |
22419 | | - | |
| 22419 | + | |
22420 | 22420 | | |
22421 | 22421 | | |
22422 | 22422 | | |
| |||
0 commit comments