Re: [opensc-devel] OpenSC & OS/2

2006-03-24 Thread Andreas Jellinghaus
Am Freitag, 24. März 2006 13:36 schrieb Albert Solana: > Has anyone tried to compile or test OpenSC on OS/2 platform? I don't think so. Andreas ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/lis

Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Andreas Jellinghaus
Am Freitag, 24. März 2006 23:47 schrieb Eddy Nigg (StartCom Ltd.): > Could you apply this patch? Correcting the insistence of opensc > directory :-) I simply removed that libdir line. fixed in svn and next snapshot. Andreas ___ opensc-devel mailing lis

Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Eddy Nigg (StartCom Ltd.)
Could you apply this patch? Correcting the insistence of opensc directory :-) Andreas Jellinghaus wrote: oops, Makefile.am for signer is: libdir = @libdir@/opensc ... if HAVE_OPENSSL if HAVE_ASSUAN lib_LTLIBRARIES = opensc-signer.la endif endif so it will be always installed into some "

Re: [opensc-devel] PKCS#11 and threading, FF 1.5 (NSS 3.10)

2006-03-24 Thread Nils Larsch
Martin Paljak wrote: Hi, It turnes out that the default build on osx is not very usable on os x when one starts to plug and unplug the card at 'strange' moments. I got a lot of asserts on card_lock>=1, For example when removing the card just when starting a SSL connection, before the pkcs#11

[opensc-devel] Block Pin

2006-03-24 Thread Pedro Jorge
Hello ,     I have an ikey 3000 and I’ve been trying to block a pin but so far I haven’t managed to do so. I have tried several always but they all seem useless. I also would like to know how can I know that a pin is blocked. Is there a way of acknowledge that by issuing some kin

[opensc-devel] Re: [Muscle] PKC#$15, GCs, PIV, musclecard architecture of VMs/FS

2006-03-24 Thread Douglas E. Engert
Peter Williams wrote: Douglas E. Engert <[EMAIL PROTECTED]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 Douglas, Perhaps could you explain where I may be mis-understanding recent issues, on the PIV/PKCS#15 topic, on the list? The mis

[opensc-devel] OpenSC & OS/2

2006-03-24 Thread Albert Solana
Hi, Has anyone tried to compile or test OpenSC on OS/2 platform? Thanks, -- Albert Solana Berengué [EMAIL PROTECTED] C3PO, S.L. http://www.c3po.es C/Bertran, 113 - 08023 Barcelona Tel. 93 417 99 55 - Fax. 93 253 12 80 ___ opensc-devel mailing list op

Re: [opensc-devel] check private flag on public key object

2006-03-24 Thread Albert Solana
El dv 24 de 03 del 2006 a les 11:55 +0100, en/na Nils Larsch va escriure: > Albert Solana wrote: > > Hello, > > > > On a developing of an external smart card driver, there is the necessity > > of verifying the PIN before reading any public key. > > > > This makes that I get an error for each pub

Re: [opensc-devel] check private flag on public key object

2006-03-24 Thread Nils Larsch
Albert Solana wrote: Hello, On a developing of an external smart card driver, there is the necessity of verifying the PIN before reading any public key. This makes that I get an error for each public key whenever I try to list all PKCS#11 objects on card. I think it could be usefull check whe

Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Eddy Nigg (StartCom Ltd.)
Hi Andreas, Andreas Jellinghaus wrote: oops, Makefile.am for signer is: libdir = @libdir@/opensc ... if HAVE_OPENSSL if HAVE_ASSUAN lib_LTLIBRARIES = opensc-signer.la endif endif so it will be always installed into some "opensc" subdir of $libdir. Well, something like this I had exp

Re: [opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Andreas Jellinghaus
oops, Makefile.am for signer is: libdir = @libdir@/opensc ... if HAVE_OPENSSL if HAVE_ASSUAN lib_LTLIBRARIES = opensc-signer.la endif endif so it will be always installed into some "opensc" subdir of $libdir. should we change that? to plain @[EMAIL PROTECTED] there are no other users of opensc

[opensc-devel] Opensc-signer compile error...

2006-03-24 Thread Eddy Nigg (StartCom Ltd.)
Trying to compile with opensc-signer...and tried to tweak the configure script a little...but didn't help...can you look into this: make[4]: Entering directory `/usr/src/startcom/BUILD/opensc-0.11.0/src/signer' test -z "/var/tmp/opensc-0.11.0-1/usr/lib" || mkdir -p -- "/var/tmp/opensc-0.11.0-1

Re: [opensc-devel] feature freeze for 0.11

2006-03-24 Thread Nils Larsch
Andreas Jellinghaus wrote: Hi Nils, is there some easy way to implement an nicer error message? hmm, is card.c:571:sc_list_files: called card.c:573:sc_list_files: returning with: Not supported sc_list_files() failed: Not supported not quite precise ? currently the driver falls back on the

[opensc-devel] PKCS#11 and threading, FF 1.5 (NSS 3.10)

2006-03-24 Thread Martin Paljak
Hi, It turnes out that the default build on osx is not very usable on os x when one starts to plug and unplug the card at 'strange' moments. I got a lot of asserts on card_lock>=1, For example when removing the card just when starting a SSL connection, before the pkcs#11 had been initiali

Re: [opensc-devel] eToken PRO 64K File size limit ?

2006-03-24 Thread joseph
Hi Andreas, I should have paied more attention to this: OpenSC Explorer version 0.11.0-pre OpenSC [3F00]> ls FileID Type Size []DF 256 Name: AKS OpenSC [3F00]> create 1f00 41415 card-cardos.c:230:cardos_check_sw: Unknown SWs; SW1=00, SW2=E0 card.c:344:sc_create_file: returnin

Re: [opensc-devel] eToken PRO 64K File size limit ?

2006-03-24 Thread Nils Larsch
Andreas Jellinghaus wrote: Am Donnerstag, 23. März 2006 21:24 schrieb Joseph Reveane: HI Andreas, Using opensc-explorer, I store a 40K Bzip2 file and then get it back on disk. The two files checksums don't match and the file I retrieve from the card is corrupted. how do you store and retreiv

Re: [opensc-devel] eToken PRO 64K File size limit ?

2006-03-24 Thread joseph
Hi Andreas, >> Using opensc-explorer, I store a 40K Bzip2 file and >> then get it back on disk. >> The two files checksums don't match and the file >> I retrieve from the card is corrupted. > > how do you store and retreive the file? > with opensc-explorer? one of the pkcs15* tools? > pkcs11-t