<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I'm using OpenSSL.&nbsp; After working on this all day I finally figured out where I was going wrong, though.&nbsp; Since the certificates were base64, and DER can be base64, I thought I could just load the base64 into the keys manager.&nbsp; Apparently, though, I had to decode the base64 first and then supply the decoded string to the keys manager as a DER-format certificate.<br><br>Sorry to have taken up your time - but hopefully other people will read this and learn from my mistake.<br><br>I do have another question.&nbsp; How long will a certificate of type xmlSecKeyDataTypeSession be kept by the keys manager?&nbsp; How does it decide when a session has ended?<br><br>&gt; Date: Tue, 23 Feb 2010 14:51:14 -0800<br>&gt; From: aleksey@aleksey.com<br>&gt; To: ccgenealogy@hotmail.com<br>&gt; CC: xmlsec@aleksey.com<br>&gt; Subject: Re: [xmlsec] Adding certificates to keys manager<br>&gt; <br>&gt; What error do you get? What crypto library do you use?<br>&gt; <br>&gt; Aleksey<br>&gt; <br>&gt; On 2/23/2010 2:01 PM, Mark Young wrote:<br>&gt; &gt; I have hard-coded a trusted root certificate and I can successfully add<br>&gt; &gt; it to my keys manager using xmlSecCryptoAppKeysMngrCertLoadMemory.<br>&gt; &gt;<br>&gt; &gt; I'm receiving a chain of untrusted X509 certificates in an XML message,<br>&gt; &gt; and I would like to add those certificates to the keys manager as well.<br>&gt; &gt; However, xmlSecCryptoAppKeysMngrCertLoadMemory doesn't seem to work in<br>&gt; &gt; this case. I'm still trying to pinpoint where it's failing - but should<br>&gt; &gt; I be using a different function altogether?<br>&gt; &gt;<br>&gt; &gt; The certificates are base64-encoded X509 certificates.<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up<br>&gt; &gt; now. &lt;http://clk.atdmt.com/GBL/go/201469229/direct/01/&gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; xmlsec mailing list<br>&gt; &gt; xmlsec@aleksey.com<br>&gt; &gt; http://www.aleksey.com/mailman/listinfo/xmlsec<br>                                               <br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='http://clk.atdmt.com/GBL/go/201469229/direct/01/' target='_new'>Sign up now.</a></body>
</html>