Joe Smith wrote on 7/1/2004, 10:38 AM: > Hi, > I have a simple application that uses RSA encryption with PKCS1 > Padding. I dont want to use the whole NSS library for such a simple > application. I have the source code for NSS 3.9. I am new to NSS and > so I have a few questions: > > Is it possible to pull out certain files and compile them in order to > achieve my objective? > > I am assuming the rsa.c and rsawrap.c code are the two major files to > be used. Is the rsawrap.c code (OAEP and PKCS1 Padding functions) > functional/used by NSS? > > Are there any other dependecies or programs that I need?
You will need the MPI big number library in mozilla/security/nss/lib/freebl/mpi. You may need some files from mozilla/security/nss/lib/util. You may need some files in NSPR or provide your own implementations. Wan-Teh _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
