Wesley Leggette wrote:
Wesley Leggette wrote:
 >
 > Is it currently possible, NSS 3.11, to create static NSS libraries for
 > Linux and Windows? I've searched on Google and saw that before NSS 3.11
 > some of the command line tools statically linked to the libraries, but
 > they now do not.

One of the NSS libraries, "freebl3", is only available as
shared libraries starting in NSS 3.11.  It is done this way
to allow the "ssl3" library to call the crypto functions in
the "freebl3" library directly (the "PKCS #11 bypass" mode).

There is a "freebl" static library, but it only contains
the code to load and call the crypto functions in the "freebl3"
shared library.

Wan-Teh

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to