We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0d0076 + 1a00cd9 commit 4f06e1dCopy full SHA for 4f06e1d
1 file changed
testssl.sh
@@ -22416,7 +22416,7 @@ print_dn() {
22416
fi
22417
# Use the LDAP String Representation of Distinguished Names (RFC 2253),
22418
# The current specification is in RFC 4514.
22419
- name="$(hex2binary "$cert" | $OPENSSL x509 -issuer -noout -inform DER -nameopt RFC2253 2>/dev/null)"
+ name="$(hex2binary "$cert" | $OPENSSL x509 -issuer -noout -inform DER -nameopt RFC2253,-esc_msb 2>/dev/null)"
22420
name="${name#issuer=}"
22421
tm_out "$(strip_leading_space "$name")"
22422
return 0
0 commit comments