[xmlsec] Signing with X509 certificate using mscrypto provider
Aleksey Sanin
aleksey at aleksey.com
Wed Apr 21 07:42:39 PDT 2010
Bingo! "CN=Jiří Novák" is *not* UTF8 encoding. This is
why you got these errors from LibXML2 parser. You need
to either manually convert the string to UTF8 (e.g. using
iconv) or simply specify the native code page (wild guess,
it is 1250 or 1252).
Aleksey
On 4/21/2010 7:38 AM, Jirka Kosek wrote:
> Aleksey Sanin wrote:
>> What encoding did you use for this file?
>
> UTF-8
>
>
More information about the xmlsec
mailing list