On Wed, 15 Dec 2004 10:39:07 GMT, Mehul <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to write a C program to wrap and unwrap the data using AES wrap > implementation available in freebl library of NSS. Can somebody point me to > any sample/test application ?
Nelson Bolyard is the best person to answer this question. He was assigned to implement AES wrap for XML Encryption support, but that code is not yet exposed at NSS's PKCS 11 layer. The following two bugs are relevant. The first bug is fixed. The second bug is on exposing the algorithm at the PKCS 11 layer. It even contains a test program. https://bugzilla.mozilla.org/show_bug.cgi?id=167818 https://bugzilla.mozilla.org/show_bug.cgi?id=213795 Wan-Teh _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
