Subrata Mazumdar wrote:
Apache XML Security C++ library (http://xml.apache.org/security/c/index.html) provides single C++ based cryptographic interface with multiple Crypto API (OpenSSL, NSS, MS-CAPI) based implementation. The Apache XML Security C++ library implements signing, encryption as well as decryption for XML documents. If you download the source, you might able to cross check the OpenSSLbased implementation with the NSS-based implementation for similar functionality.
I am currently trying to achieve a similar thing for APR, this time implemented in C rather than C++. The idea I have is to allow the httpd server (and other apps) to depend less on openssl specifically, and support the native APIs of the platform involved, NSS included.
Thank you for pointing this out, it will save a significant amount of work for me.
Regards, Graham --
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

