Hello!
 
I have a question.
I have certificate request generated by new Java keytool, which can assign UTF8 strings as DN. I have signed it with openssl x509 tool version 0.9.6a. As a result the certificate is properly displayed under Win 2000.
When I try to extract the DN from the certificate I get:
 
/C=KR
/O=\xED\x95\x84\xED\x81\xAC\xEB\xA6\xBD
/CN=\xEB\xA7\x88\xEC\x95\xBC \xEC\x9D\xBC\xEB\xA6\xAC\xEC\x97\x90\xEB\xB0\x94
 
It should be equal to
/C=KR
/O=ÇÊÅ©¸³
/CN=¸¶¾ß Àϸ®¿¡¹Ù
 
or ¸¶  should be =  \xEB\xA7\x88 .
 
This is strange because I think "¸¶ "  has to encoded with 2 bytes, but....
My problem is that I cannot convert " \xEB\xA7\x88" to "¸¶"
 
 
If somebody can tell me what exactly is the relation between the string which I get from openssl tool and the real name, please do it!!!
 
Thanks
 
Maya Ilieva
 

Reply via email to