Hi Stephen,
thank you for your help, I solved this using ASN1_STRING_to_UTF8 Openssl
function, as you told me :-D
Regards.
Dr. Stephen Henson escribió:
On Thu, May 10, 2007, Jess el tuty wrote:
Hi all,
I used X509_get_subject_name() function to parse a binary X509v3
certificate, my pro
On Thu, May 10, 2007, Jess el tuty wrote:
>
> Hi all,
>
> I used X509_get_subject_name() function to parse a binary X509v3
> certificate, my problem is that I don´t know whats the format of the byte
> array that this function returns.
It isn't a byte array. It is an X509_NAME structure.
> The
ng of this chararcter as: "ff ff ff dc". I think
that it isn´t a UTF-8 char... but I don´t know what coding is this, neither
how to convert it to UTF-8...
Anyone could help me?
Thanks a lot for your time.
Jesús el tuty.
--
View this message in context:
http://www.nabble.com/Charset-used-by-X