Re: Missing functions in latest NSS library

2015-06-10 Thread John
Seems CERT_DecodeCertFromPackage is now included in smime3.dll instead of nss3.dll. -- View this message in context: http://mozilla.6506.n7.nabble.com/Missing-functions-in-latest-NSS-library-tp340623p340733.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-te

Re: Missing functions in latest NSS library

2015-06-10 Thread John
Actually, simply uncommenting the line in nss.def doesn't work - NSS build fails with the following: nss.def : error LNK2001: unresolved external symbol CERT_DecodeCertFromPackage Do I need to make other changes elsewhere? Thanks, John -- View this message in context: http://mozilla.6506.n7.

Re: Missing functions in latest NSS library

2015-06-10 Thread John
My original link errors were resolved with a full version of the NSS library, built from NSS 3.19.1 sources without any modification (with BUILD_OPT set to 1) . However I'm now getting the following error for another project. unresolved external symbol _CERT_DecodeCertFromPackage It looks like

Re: Missing functions in latest NSS library

2015-06-09 Thread John
Thanks - I was looking at the wrong nss.def file. Will try patching the source. Thanks again, John -- View this message in context: http://mozilla.6506.n7.nabble.com/Missing-functions-in-latest-NSS-library-tp340623p340723.html Sent from the Mozilla - Cryptography mailing list archive at Nabbl

Re: Missing functions in latest NSS library

2015-06-09 Thread Kai Engert
On Tue, 2015-06-09 at 04:34 -0700, John wrote: > I did not get these error with Mozilla xulrunner SDK 32.0 (which includes > NSS 3.16.4). This might be caused by Mozilla's optimization attempts. On certain platforms, Mozilla merges all NSS code into a single shared library, and limit the exported