Building NSS 3.11.1 as static libraries on Windows?

2006-06-12 Thread Jim Spring
am getting a whole lot of unresolved symbol messages. (I am using NSS in an external application...) I guess the basic question is, does NSS actually support building and using static libraries? Is there any voodoo necessary to get it to work? Thanks -jim spring

Re: Building NSS 3.11.1 as static libraries on Windows?

2006-06-19 Thread Jim Spring
Anyang Ren wrote: Also note that starting in NSS 3.11, even the command line tools that link with NSS static libraries need freebl3.dll at run time, because the static lib freebl.lib simply loads the appropriate freebl shared libary for the processor and calls the same-named function in the freeb

Proper method for iterating through certificates on a token?

2006-06-20 Thread Jim Spring
erence to the certificate? I can easily call PK11_GetCertFromPrivateKey, but that seems silly. Thoughts? If there is a better way to approach the scenario in general, I am all ears. It's been awhile since I've gotten my hands in this deep. Thanks, -jim spring __

Thunderbird SMIME/LDAP support

2006-07-19 Thread Jim Spring
I am seeing mixed messages when I search google on this one. I haven't had a chance to delve into the code yet. But, is Thunderbird capable of retrieving SMIME certificates from an LDAP repository? If so, are there any decent how-tos on this? I suspect, if it does work, it is a matter of ge