Re: [opensc-devel] (no subject)

2009-09-22 Thread François Leblanc
>Am Donnerstag 17 September 2009 14:22:26 schrieb François Leblanc: >> This patch to permit to build without openssl and minor coding style >change >> for westcos card. > >without openssl, is the card usable? It depends, the westcos 2ko isn't useable without openssl, but the javacard with westcos

Re: [opensc-devel] westcos_select_file and iso7816_select_file

2009-09-22 Thread François Leblanc
Thank you, I'll try this. François. -Message d'origine- De : opensc-devel-boun...@lists.opensc-project.org [mailto:opensc-devel-boun...@lists.opensc-project.org] De la part de Aktiv Co. Aleksey Samsonov Envoyé : lundi 21 septembre 2009 09:38 À : opensc-devel@lists.opensc-project.org Ob

Re: [opensc-devel] add new public key algorithm (GOSTR3410)

2009-09-22 Thread Aktiv Co. Aleksey Samsonov
Hello, Please, pay attention to (lest there be any doubt): 1. src/libopensc/pkcs15-prkey.c:89: static const struct sc_asn1_entry c_asn1_prkey[] = { { "privateRSAKey", SC_ASN1_PKCS15_OBJECT, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_OPTIONAL, NULL, NULL }, { "privateDSAKey", S

Re: [opensc-devel] westcos_select_file and iso7816_select_file

2009-09-22 Thread François Leblanc
>À : 'Aktiv Co. Aleksey Samsonov'; opensc-devel@lists.opensc-project.org >Objet : Re: [opensc-devel] westcos_select_file and iso7816_select_file > > >Thank you, I'll try this. > >François. It seems working fine, Patch for trunk revision 3741 can be apply. Thank you Aleksey Samsonov.