[Muscle] RSA 2048 bit keys

2008-11-28 Thread Bram Cymet
Hi, I have heard a number of different view points on this. Some say it works some say it doesn't. Can any one confirm if RSA 2048 bit keys work fine using muscle. Also if someone has it working can you give me the name of the smartcard you are using and what versions of the smartcard applet, lib

Re: [Muscle] RSA

2007-02-07 Thread Douglas E. Engert
David Corcoran wrote: Hi, We are at RSA this week in the MultOS booth in the Smart Card Pavilion. Would love to meet with any of you if you are here ... Wish I was there too, its below zero, snowing, and the Bears lost ... Thanks, Dave -

[Muscle] RSA

2007-02-07 Thread David Corcoran
Hi, We are at RSA this week in the MultOS booth in the Smart Card Pavilion. Would love to meet with any of you if you are here ... Thanks, Dave -- Identity AllianceTrustBearer Labs 3201 Stellhorn Road260-

Re: [Muscle] rsa signature

2004-05-16 Thread Peter Williams
years?). Unfortunately, the muscle API never caught up, and muscleTool/API uses the original INS. Peter. From: vladimir lenin <[EMAIL PROTECTED]> Reply-To: MUSCLE <[EMAIL PROTECTED]> To: MUSCLE <[EMAIL PROTECTED]> Subject: Re: [Muscle] rsa signature Date: Sun, 16 May 2004

Re: [Muscle] rsa signature

2004-05-16 Thread vladimir lenin
SA_PRIVATE_CRT key thank you --- Peter Williams <[EMAIL PROTECTED]> wrote: > > > > >From: vladimir lenin <[EMAIL PROTECTED]> > >Reply-To: MUSCLE <[EMAIL PROTECTED]> > >To: MUSCLE <[EMAIL PROTECTED]> > >Subject: Re: [Muscle]

Re: [Muscle] rsa signature

2004-05-16 Thread Peter Williams
From: vladimir lenin <[EMAIL PROTECTED]> Reply-To: MUSCLE <[EMAIL PROTECTED]> To: MUSCLE <[EMAIL PROTECTED]> Subject: Re: [Muscle] rsa signature Date: Sun, 16 May 2004 09:52:23 -0700 (PDT) Hello After going through the source code, The conclusion I came to is 1. muscle

Re: [Muscle] rsa signature

2004-05-16 Thread vladimir lenin
Hello After going through the source code, The conclusion I came to is 1. musclecard does not have signature capability (by signature I mean computing both the messagedigest of plain text and encrypting with private key, like ALG_RSA_SHA_PKCS1) 2. musclecard supports encryption and decryption, so

Re: [Muscle] rsa signature

2004-05-15 Thread Tommaso Cucinotta
Dear Mr. Lenin, I see you are still into that problem of signing using a MuscleCard card. Let me suggest you to peek at the code inside the 'sign-mcard' or the 'QSign' utilities that you can find on the Smart Sign web page: http://smartsign.sourceforge.net Such utilities **do not** create APDUs b

Re: [Muscle] rsa signature

2004-05-15 Thread Christian Schneider
vladimir lenin wrote: Mr. schneider, You are not signing on the card itself. you are getting the certificate and key from the card and using them to sign on the host. I want the card applet to sign the message digest I send. Correct me if you I misunderstood aomething thank you I create the dige

RE: [Muscle] rsa signature

2004-05-14 Thread vladimir lenin
lt;[EMAIL PROTECTED]> > >Reply-To: MUSCLE <[EMAIL PROTECTED]> > >To: MUSCLE <[EMAIL PROTECTED]> > >Subject: RE: [Muscle] rsa signature > >Date: Fri, 14 May 2004 15:08:20 -0700 (PDT) > > > >Mr. Williams > >I used the cyberflex access load

Re: [Muscle] rsa signature

2004-05-14 Thread vladimir lenin
Mr. schneider, You are not signing on the card itself. you are getting the certificate and key from the card and using them to sign on the host. I want the card applet to sign the message digest I send. Correct me if you I misunderstood aomething thank you --- Christian Schneider <[EMAIL PROTECTED

Re: [Muscle] rsa signature

2004-05-14 Thread Christian Schneider
vladimir lenin wrote: Mr. Williams I used the cyberflex access loader to load cardedge.bin, so it does the installation and setup also. I used muscletools to connect and list tokens. there is no problem. the problem comes when I send APDU's to sign data. I do not know whether muscle card supports

RE: [Muscle] rsa signature

2004-05-14 Thread Peter Williams
From: vladimir lenin <[EMAIL PROTECTED]> Reply-To: MUSCLE <[EMAIL PROTECTED]> To: MUSCLE <[EMAIL PROTECTED]> Subject: RE: [Muscle] rsa signature Date: Fri, 14 May 2004 15:08:20 -0700 (PDT) Mr. Williams I used the cyberflex access loader to load cardedge.bin, so it does the

RE: [Muscle] rsa signature

2004-05-14 Thread vladimir lenin
gt; integrate with mozilla. > > > >From: vladimir lenin <[EMAIL PROTECTED]> > >Reply-To: MUSCLE <[EMAIL PROTECTED]> > >To: MUSCLE <[EMAIL PROTECTED]> > >Subject: RE: [Muscle] rsa signature > >Date: Thu, 13 May 2004 21:47:48 -0700 (PDT) > >

RE: [Muscle] rsa signature

2004-05-13 Thread Peter Williams
up/format the card, and perhaps login using a pin. Success will shows the card is in its "operational" phase of life. Then, integrate with mozilla. From: vladimir lenin <[EMAIL PROTECTED]> Reply-To: MUSCLE <[EMAIL PROTECTED]> To: MUSCLE <[EMAIL PROTECTED]> Subject: R

RE: [Muscle] rsa signature

2004-05-13 Thread vladimir lenin
key 1 > 0xb0 0x36 0x01 0x01 0x05 0x01 0x01 0x01 0x00 0x00; > // 90 00 > > // Sign.finalize key > 0xb0 0x36 0x01 0x03 0x08 0x01 0x00 0x05 0x70 0x65 > 0x74 0x65 0x72; > // 90 00 > > > >From: vladimir lenin <[EMAIL PROTECTED]> > >Reply-To: MUSCLE <

RE: [Muscle] rsa signature

2004-05-13 Thread Peter Williams
TED] Subject: [Muscle] rsa signature Date: Thu, 13 May 2004 10:26:46 -0700 (PDT) Hello I am trying to sign a hash value using the private key on the musclecard. But I am always getting some or other problem like "incorrect algorithm", "software operation not allowed" etc. Do you

[Muscle] rsa signature

2004-05-13 Thread vladimir lenin
Hello I am trying to sign a hash value using the private key on the musclecard. But I am always getting some or other problem like "incorrect algorithm", "software operation not allowed" etc. Do you know whether RSA CRT Private key can be used to sign data and if so what is the input data format. P

Re: [Muscle] RSA 2048 cards

2004-05-05 Thread Karsten Ohme
Mateus wrote: Hi, I've been looking for a smart card that supports RSA 2048 and the only one I found so far is cryptoflex 32K e-gate (axalto's). Does anybody know where I can find others? It is important to me that the card is compliant with ISO 7816, but any notice would help. Thank

Re: [Muscle] RSA 2048 cards

2004-05-04 Thread Damien Sauveron
Hi Mateus, >I've been looking for a smart card that supports RSA 2048 and the only one > I found so far is cryptoflex 32K e-gate (axalto's). >Does anybody know where I can find others? >It is important to me that the card is compliant with ISO 7816, but any > notice would help. You have

[Muscle] RSA 2048 cards

2004-05-04 Thread Mateus
Hi,    I've been looking for a smart card that supports RSA 2048 and the only one I found so far is cryptoflex 32K e-gate (axalto's).    Does anybody know where I can find others?    It is important to me that the card is compliant with ISO 7816, but any notice would help.    Thanks in adv

Re: [Muscle] RSA 2048

2004-03-25 Thread Damien Sauveron
Hi, >I've been looking for a smart card that supports RSA 2048 and the only one > I found so far is cryptoflex 32K e-gate (axalto's). There are - the CosmopolIC [1] from Oberthur Card Systems, - many JCOP models [2] from IBM, - ... I have found quickly these products and also look at all t

[Muscle] RSA 2048

2004-03-23 Thread Mateus
Hi,      I've been looking for a smart card that supports RSA 2048 and the only one I found so far is cryptoflex 32K e-gate (axalto's).    Does anybody know where I can find others?    It is important to me that the card is compliant with ISO 7816.       Thanks in advance, Mateus. smime.p

Re: [Muscle] RSA key insertion

2004-03-17 Thread Tomas Mraz
mateus wrote: > Hi, > >I'm trying to insert a RSA key into a cryptoflex 32k e-gate and I'm > having odd problems. >I'm genarating a 1024 RSA key using openssl, reading it to a RSA > structure, using BN_bn2bin to convert the primes (p,q) and the other > parts (a,c,f => rsa->iqmp, dmp1, dmq1

[Muscle] RSA key insertion

2004-03-16 Thread mateus
Hi, I'm trying to insert a RSA key into a cryptoflex 32k e-gate and I'm having odd problems. I'm genarating a 1024 RSA key using openssl, reading it to a RSA structure, using BN_bn2bin to convert the primes (p,q) and the other parts (a,c,f => rsa->iqmp, dmp1, dmq1 respectively). I'm ha