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:

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. --

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

placing NSS in fips mode using modutil is forgotten ?

2015-06-10 Thread Paul Wouters
Hi, I'm trying to do various FIPS tests for libreswan. Our testing system using KVM is a little tricky to selectively boot with fips=1, so I did some scripting to get everything into faked FIPS mode. It basically comes down to first running a script that: - creates /etc/system-fips - disable

Re: placing NSS in fips mode using modutil is forgotten ?

2015-06-10 Thread Robert Relyea
On 06/10/2015 06:15 AM, Paul Wouters wrote: Hi, I'm trying to do various FIPS tests for libreswan. Our testing system using KVM is a little tricky to selectively boot with fips=1, so I did some scripting to get everything into faked FIPS mode. It basically comes down to first running a script