We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 146605e + b573a4f commit 0e59b98Copy full SHA for 0e59b98
1 file changed
testssl.sh
@@ -22888,7 +22888,7 @@ print_dn() {
22888
fi
22889
# Use the LDAP String Representation of Distinguished Names (RFC 2253),
22890
# The current specification is in RFC 4514.
22891
- 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)"
22892
name="${name#issuer=}"
22893
tm_out "$(strip_leading_space "$name")"
22894
return 0
0 commit comments