<DIV>Hi, </DIV>
<DIV>&nbsp;</DIV>
<DIV>How do I verify&nbsp;the&nbsp;HMAC signature?&nbsp; Is it similar to verify2.c in the examples directory?&nbsp; In the <A href="http://www.aleksey.com/xmlsec/api/xmlsec-app.html#XMLSECCRYPTOAPPKEYLOAD">xmlSecCryptoAppKeyLoad</A>&nbsp;function, it passes in an <A href="http://www.aleksey.com/xmlsec/api/xmlsec-keysdata.html#XMLSECKEYDATAFORMAT">xmlSecKeyDataFormat</A>&nbsp;(listed below).&nbsp; However, I don't see an HMAC format...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Also, instead of loading the key from a file, is there a file where I can load the key from memory?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for your help,</DIV>
<DIV>Monica</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>typedef enum {<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatUnknown = 0,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatBinary,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatPem,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatDer,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatPkcs8Pem,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatPkcs8Der,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatPkcs12,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatCertPem,<BR>&nbsp;&nbsp;&nbsp; xmlSecKeyDataFormatCertDer<BR>} xmlSecKeyDataFormat;</DIV><p>
                <hr size=1>Do you Yahoo!?<br><a
href="http://vote.yahoo.com">vote.yahoo.com</a> - Register online to vote today!