Re: certutil generated with MSVC9 for Win dows 64 bits doesn´t work with tokens

2010-10-26 Thread Nelson B Bolyard
On 2010-10-26 23:03 PDT, Kaspar Brand wrote: > Microsoft's directory naming might actually confuse you here. On a > 64-bit Windows system, %systemroot%\SysWOW64 has the *32*-bit DLLs, > while the 64-bit versions can be found under %systemroot%\system32. AAARRGGG! >> What do you suggest ?

Re: Usage of FreeBL and FreeBL/mpi through JavaScript in Firefox 4 Sync

2010-10-26 Thread Nelson B Bolyard
On 2010-10-25 10:49 PDT, Jean-Marc Desperrier wrote: > Brian Smith wrote: >> Nelson B Bolyard wrote: >> >>> [...] >>> I'm talking about putting JBAKE (or whatever it is) into the base product. >>> [...] >> Is there something specific about J-PAKE that you think is bad or >> worse than some alternat

Re: certutil generated with MSVC9 for Windows 64 bits doesn´t work with tokens

2010-10-26 Thread Kaspar Brand
On 26.10.2010 21:06, Marcio wrote: > 1.1) and when I try to add the module I get the error: 193 > modutil -add "New module" -libfile "C:\Windows\SysWOW64\aetpkss1.dll" - > dbdir . Microsoft's directory naming might actually confuse you here. On a 64-bit Windows system, %systemroot%\SysWOW64 has th

Re: Invalide certificate encoding crashing certutil [Re: Thunderbird: "Could not verify this certificate for unknown reasons"]

2010-10-26 Thread Nelson B Bolyard
On 2010-10-26 05:07 PDT, Jean-Marc Desperrier wrote: > Matej Kurpel wrote: >> However, how does a printable string differ from utf8string (and other >> strings, particularly ia5string) when there are no non-ascii characters? >> Do you think it's a bug in NSS...? > > printable string basically allo

Re: certutil generated with MSVC9 for Windows 64 bits doesn´t work with tokens

2010-10-26 Thread Robert Relyea
On 10/26/2010 12:06 PM, Marcio wrote: > On 26 out, 14:41, Robert Relyea wrote: > >> On 10/26/2010 08:52 AM, Marcio wrote: >> >> >> >> >>> Hi there, >>> >> >>> Running certutil -U -d 'dir of db on my profile' I can not see the >>> token and slot with my certificate. >>> >

Re: certutil generated with MSVC9 for Windows 64 bit s doesn´t work with tokens

2010-10-26 Thread Marcio
On 26 out, 14:41, Robert Relyea wrote: > On 10/26/2010 08:52 AM, Marcio wrote: > > > > > Hi there, > > > Running certutil -U -d 'dir of db on my profile' I can not see the > > token and slot with my certificate. > > > I´m using: > > > a) certutil (compiled as WIN954_64 with MSVC9 64) > > b) SafeSi

Re: certutil generated with MSVC9 for Windows 64 bits doesn´t work with tokens

2010-10-26 Thread Robert Relyea
On 10/26/2010 08:52 AM, Marcio wrote: > Hi there, > > Running certutil -U -d 'dir of db on my profile' I can not see the > token and slot with my certificate. > > I´m using: > > a) certutil (compiled as WIN954_64 with MSVC9 64) > b) SafeSign (aetpkss1.dll) (64 bits) > c) Gemplus Smart Cardd Reader

Re: NSS certificate DB concurrency

2010-10-26 Thread Robert Relyea
On 10/25/2010 11:30 PM, James Yonan wrote: > I'm trying to do a programmatic certificate import into Firefox 3.x > using NSS_Initialize, PK11_GetInternalKeySlot, > CERT_DecodeCertFromPackage, PK11_ImportCert, and CERT_ChangeCertTrust. > > I've seen various postings on this list in the past that see

certutil generated with MSVC9 for Windows 64 bits do esn´t work with tokens

2010-10-26 Thread Marcio
Hi there, Running certutil -U -d 'dir of db on my profile' I can not see the token and slot with my certificate. I´m using: a) certutil (compiled as WIN954_64 with MSVC9 64) b) SafeSign (aetpkss1.dll) (64 bits) c) Gemplus Smart Cardd Reader d) Windows Vista 64 Ultimate but, using certutil (comp

Re: JSS building error on Windows

2010-10-26 Thread Marcio
On 25 out, 16:23, Robert Relyea wrote: > > 9) cd jss../mozilla/security/jss > > 10) make > > > results: > > > Makefile:49: ../coreconf/config.mk: No such file or directory > > Makefile:69: ../coreconf/rules.mk: No such file or directory > > make: *** No rule to make target '../coreconf/rules.mk'.

Re: PARAMORE MP3

2010-10-26 Thread Gervase Markham
On 22/10/10 19:23, Nelson B Bolyard wrote: This is clearly a failure of the new newsgroup moderation, and of the news->mail gateway's filter ... unless those things are not yet in place. They are not yet in place; as the tracking bug says, both Giganews and Google have hit various problems mak

Re: Invalide certificate encoding crashing certutil [Re: Thunderbird: "Could not verify this certificate for unknown reasons"]

2010-10-26 Thread Jean-Marc Desperrier
Matej Kurpel wrote: However, how does a printable string differ from utf8string (and other strings, particularly ia5string) when there are no non-ascii characters? Do you think it's a bug in NSS...? printable string basically allows only the alphabet and numeric characters. ia5string allows al

Re: Invalide certificate encoding crashing certutil [Re: Thunderbird: "Could not verify this certificate for unknown reasons"]

2010-10-26 Thread Matej Kurpel
On 26. 10. 2010 10:43, Jean-Marc Desperrier wrote: Matej Kurpel wrote: In the Type field for S:, O:, OU: and CN: I always provided 0x0c which is utf-8 string, but in the certificate there was 0x13 - printable string. After I changed it - voila, it's working in Thunderbird, and certutil doesn't c

Invalide certificate encoding crashing certutil [Re: Thunderbird: "Could not verify this certificate for unknown reasons"]

2010-10-26 Thread Jean-Marc Desperrier
Matej Kurpel wrote: In the Type field for S:, O:, OU: and CN: I always provided 0x0c which is utf-8 string, but in the certificate there was 0x13 - printable string. After I changed it - voila, it's working in Thunderbird, and certutil doesn't crash anymore. It sounds like a serious bug. Could