Re: [opensc-devel] How to verify certificate on card? And other questions...

2007-08-21 Thread Andreas Jellinghaus
On Tuesday 21 August 2007 03:55:56 Siddhartha Kasivajhula wrote: > I still have the problem that when I compile OpenSSL, it creates the static > libraries libcrypto.a and libssl.a, but does not create the dynamic > libraries .so.0.9.8 can you try the openssl user mailing list? I don't know openssl

Re: [opensc-devel] Testing OpenSC-0.11.4-rc1 with cardos-PrimeCard

2007-08-21 Thread Douglas E. Engert
Ludovic Rousseau wrote: > 2007/8/21, Douglas E. Engert <[EMAIL PROTECTED]>: >> While testing a pkinit with a PrimeCard, It tries to send a 266 byte >> APDU and PCSC failed. I suspect that the block should be chained. >> Is the logic at iso7816.c:812 iso7816_decipher correct for chaining? >> >> >

Re: [opensc-devel] [pkcs15] xml config card

2007-08-21 Thread Nils Larsch
Discardi Nicola wrote: > There no way to put pkcs15 schema of a card in an xml file instead to > write a specific source file? > > I think is good to find a way to insert new card without recompile > anything. me too, but unfortunately that's not so simple as you need to encode different workflow

Re: [opensc-devel] Testing OpenSC-0.11.4-rc1 with cardos-PrimeCard

2007-08-21 Thread Nils Larsch
Douglas E. Engert wrote: > > Lars Silvén wrote: >> Douglas, >> >> You got to have a reader capable of "extended APDU". >> Then no chaining is needed since the commands may exceed 256 bytes. > > Well what if I don't have a reader that is capable of extended APDU, buy another one ? > can the card

Re: [opensc-devel] Testing OpenSC-0.11.4-rc1 with cardos-PrimeCard

2007-08-21 Thread Ludovic Rousseau
2007/8/21, Douglas E. Engert <[EMAIL PROTECTED]>: > While testing a pkinit with a PrimeCard, It tries to send a 266 byte > APDU and PCSC failed. I suspect that the block should be chained. > Is the logic at iso7816.c:812 iso7816_decipher correct for chaining? > > > stderr: > [opensc-pkcs11] > ../

Re: [opensc-devel] Testing OpenSC-0.11.4-rc1 with cardos-PrimeCard

2007-08-21 Thread Douglas E. Engert
Lars Silvén wrote: > Douglas, > > You got to have a reader capable of "extended APDU". > Then no chaining is needed since the commands may exceed 256 bytes. Well what if I don't have a reader that is capable of extended APDU, can the card do chaining in some other way? Looking at card.c:sc_det

Re: [opensc-devel] Testing OpenSC-0.11.4-rc1 with cardos-PrimeCard

2007-08-21 Thread Lars Silvén
Douglas, You got to have a reader capable of "extended APDU". Then no chaining is needed since the commands may exceed 256 bytes. Lars Douglas E. Engert wrote: > While testing a pkinit with a PrimeCard, It tries to send a 266 byte > APDU and PCSC failed. I suspect that the block should be chaine

[opensc-devel] Testing OpenSC-0.11.4-rc1 with cardos-PrimeCard

2007-08-21 Thread Douglas E. Engert
While testing a pkinit with a PrimeCard, It tries to send a 266 byte APDU and PCSC failed. I suspect that the block should be chained. Is the logic at iso7816.c:812 iso7816_decipher correct for chaining? stderr: [opensc-pkcs11] ../../../src/src/libopensc/reader-pcsc.c:215:pcsc_internal_transmit

[opensc-devel] [pkcs15] xml config card

2007-08-21 Thread Discardi Nicola
There no way to put pkcs15 schema of a card in an xml file instead to write a specific source file? I think is good to find a way to insert new card without recompile anything. Thanks ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org