Commit d6079a87 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix ASN1_STRING_to_UTF8 could not convert NumericString



tag2nbyte had -1 at 18th position, but underlying ASN1_mbstring_copy
supports NumericString. tag2nbyte is also used in do_print_ex which will
not be broken by setting 1 at 18th position of tag2nbyte

Reviewed-by: default avatarStephen Henson <steve@openssl.org>
parent 51a3b763
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment