Re: [opensc-devel] pam_pkcs11: more implicit and conflicting declaration fixes

2008-11-04 Thread Robert Relyea
Ludovic Rousseau wrote: On Fri, Oct 31, 2008 at 12:25 AM, Robert Relyea <[EMAIL PROTECTED]> wrote: Stanislav Brabec wrote: Could it be implemented using CERT_DecodeDERCertificate()? extern CERTCertificate * CERT_DecodeDERCertificate (SECItem *derSignedCert, PRBool copyDER, char *nickna

Re: [opensc-devel] question regarding org.opensc.pkcs11.spi.PKCS11KeyStoreSpi

2008-11-04 Thread Jan Just Keijser
Ludovic Rousseau wrote: > On Mon, Nov 3, 2008 at 4:33 PM, meo anderson <[EMAIL PROTECTED]> wrote: > >> hallo, >> > > Hello, > > >> i would like to ask if it is some how posible to get write acces from java >> to PKCS11 token (pkcs15 structure is beeing used, since the methods in class >>

Re: [opensc-devel] pam_pkcs11: more implicit and conflicting declaration fixes

2008-11-04 Thread Ludovic Rousseau
On Fri, Oct 31, 2008 at 12:25 AM, Robert Relyea <[EMAIL PROTECTED]> wrote: > Stanislav Brabec wrote: >> Could it be implemented using CERT_DecodeDERCertificate()? >> >> extern CERTCertificate * >> CERT_DecodeDERCertificate (SECItem *derSignedCert, PRBool copyDER, char >> *nickname); >> > > Don't us

Re: [opensc-devel] pam_pkcs11: more implicit and conflicting declaration fixes

2008-11-04 Thread Ludovic Rousseau
On Tue, Oct 28, 2008 at 7:23 PM, Robert Relyea <[EMAIL PROTECTED]> wrote: > When identical certs are imported into NSS, they are given the same > reference counted pointer, so the test is as easy as: > cert1 == cert2 Commited in revision 354. Thanks. -- Dr. Ludovic Rousseau ___

Re: [opensc-devel] question regarding org.opensc.pkcs11.spi.PKCS11KeyStoreSpi

2008-11-04 Thread Ludovic Rousseau
On Mon, Nov 3, 2008 at 4:33 PM, meo anderson <[EMAIL PROTECTED]> wrote: > hallo, Hello, > i would like to ask if it is some how posible to get write acces from java > to PKCS11 token (pkcs15 structure is beeing used, since the methods in class > PKCS11KeyStoreSpi > (engineSetCertificateEntry(java