Greetings, I'm interested in performing some RSA signature/verification on byte arrays within my XPCOM component. NSS seems to have the algorithms I need (freebl/rsa.c, for instance) but I don't think they were intended for NSS-external use. Is there something I'm missing here? I also need to do RSA private key generation.
My only other alternative at this point is to embed (statically) openssl into my component -- but that's rather unappealing for obvious reasons. :) Thanks, D. _______________________________________________ mozilla-crypto mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-crypto
