Re: MUSCLE PKCS#11 and Cyberflex on Linux?

2001-01-22 Thread David Corcoran
Hello, Please take a look at the smartsign project: http://smartsign.sourceforge.net It uses the Cyberflex card along with a GNU PKCS-11 package. Best Regards, Dave David Corcoran Purdue University 1008 Cherry Lane West Lafayette, IN 47906 [EMAIL PROTECTED] 76

Re: MUSCLE Error on PIN cyberflex

2001-01-22 Thread Naram El Adib
I am using pcsc-lite for the moment. On Mon, 22 Jan 2001, David Corcoran wrote: > Hello, > > Are you using OCF to talk to the reader or are you using pcsc-lite to talk > to the reader ? > > Dave > > David CorcoranPurdue University > 1008 Cherry Lane > W

Re: MUSCLE Error on PIN cyberflex

2001-01-22 Thread David Corcoran
Hello, Are you using OCF to talk to the reader or are you using pcsc-lite to talk to the reader ? Dave David Corcoran Purdue University 1008 Cherry Lane West Lafayette, IN 47906 [EMAIL PROTECTED] 765 - 532 - 6006http://www.linuxne

MUSCLE Error on PIN cyberflex

2001-01-22 Thread Naram El Adib
Sorry but I wanted to mention Reflex 60 (not 20) On Mon, 22 Jan 2001, Naram El Adib wrote: > > > Hi all, > > Does anyone know a tutorial on smart card which gives java code example ? > More precisely java applications that uses the cyberflex card(class 00) > under Linux (reader : reflex20).

Re: MUSCLE formaticc seg faults

2001-01-22 Thread David Corcoran
Hello, The following should work fine. The problem is that with 0.8.4 I made the final dreaded change to the API which I didn't want to do but it really was needed to be Microsoft compatible. The GetStatusChange function only took 1 reader previous to 0.8.4 but now it will allow you to specify

MUSCLE PIN cyberflex

2001-01-22 Thread Naram El Adib
Hi all, Does anyone know a tutorial on smart card which gives java code example ? More precisely java applications that uses the cyberflex card(class 00) under Linux (reader : reflex20). I am trying to initialize the card by using my own chosen PIN. Most of the examples available deals with wi

MUSCLE formaticc seg faults

2001-01-22 Thread Michael McCabe
I've been trying to get the formaticc utility that comes with 0.8.4 working but it segfaults when it reaches line 101, when it tries to do a SCardGetStatusChange. Has anyone else have this problem. I'm running Redhat 6.1 with a Reflex 60 reader. Cheers, Mick. *

Re: MUSCLE PKCS#11 and Cyberflex on Linux?

2001-01-22 Thread Joe Phillips
I had run across this some time ago. a search for 'gpkcs' on google turned this site up: http://www.gnu.org/software/gpkcs-11/gpkcs-11.html here is the google results page: http://www.google.com/search?q=gpkcs NOTE: I've never used GPKCS but I'd be interested in hearing about results. -joe On

MUSCLE PKCS#11 and Cyberflex on Linux?

2001-01-22 Thread Marcil, Julien (iT_SEC)
Hi All, I have a java application that uses the Cyberflex Card. The card is used to perform cryptographic functions. The application was developed on Windows (for Windows) using the Cyberflex Access SDK. The crypto function are accessed using the PKCS#11 interface provided by the SDK. I need