[xmlsec] need help get cert in memory
Jürgen Heiss
jheiss at Mesonic.com
Wed Sep 6 08:05:09 PDT 2006
node = xmlSecFindNode(xmlDocGetRootElement(doc), "X509Certificate", xmlSecDSigNs);
strcpy(certbase64, node->children->content);
// so if I save certbase64 to a file like xxx.cer it will be a valid certifcate.
Me question is now how can I get acces into the xmlsec on this certficate.
like
x509 = xmlSecMSCryptoKeyDataX509GetCert(tmp,pos);
Is there a way to load the cert from file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.aleksey.com/pipermail/xmlsec/attachments/20060906/f57a8391/attachment-0002.htm
More information about the xmlsec
mailing list