Hi~
I use "xmlsec.c"(/xmlsec/apps/xmlsec.c) to sign data with PKCS12 key file( password based encryption RSA key file).
Using command like below.
xmlsec sign --pkcs12[:test-rsa] rsa_key.pem enveloping-rsa-x509chain.tmpl
But system exception occured.
After debuging, i found point where exception occured.
Exception occured point is 'fgets()'.
What's wrong about this problem, OpenSSL library? XMLsec library?
My test environment
openssl version : 0.9.6d
xmlsec version: 0.0.7
compiler : Visual C++ 6.0
OS : windows XP
Please advice me.
