<div dir="ltr">On Mon, Mar 16, 2015 at 9:42 AM, Kil Tuy <span dir="ltr"><<a href="mailto:kiltuy1@gmail.com" target="_blank">kiltuy1@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi,<div>I am trying to compile <a href="https://www.opendnssec.org/2014/12/29/softhsm-2-0-0b2/" style="font-size:1em;line-height:1.5em;font-family:Arial,Helvetica,sans-serif;padding:0px;margin:0px;list-style:none;outline:0px;color:rgb(102,102,102);text-decoration:none" target="_blank">SoftHSM 2.0.0b2</a> for Windows. I managed to get it work but I had an issue. BotanAES.cpp file contains a call to functions  Botan::rfc5649_keywrap and Botan::rfc5649_keywrap. I am using Botan 1.10.9 and I couldn't find definition of this function. How can I resolve this issue?</div></div></blockquote><div><br></div><div>Botan does not support RFC5649, but there is a patch:</div><div><a href="https://github.com/opendnssec/SoftHSMv2/blob/develop/aes_wrap_key_with_pad/README">https://github.com/opendnssec/SoftHSMv2/blob/develop/aes_wrap_key_with_pad/README</a></div><div><br></div><div>If the configure script cannot find this support, then HAVE_AES_KEY_WRAP_PAD should not be set.</div><div><br></div><div>Could you check the output from the configure script when running with enable-verbose? It should say "can't compile Botan AES key wrap with pad"</div><div><br></div><div>// Rickard </div></div></div></div>