Re: [opensc-devel] opensc-build 009

2010-03-04 Thread Alon Bar-Lev
Done. Or so I think as I got a strange svn error while commit binaries. On Thu, Mar 4, 2010 at 6:41 PM, Aktiv Co. Kirill Mescheryakov wrote: > > Hello. > > > > Be kindly, please update windows binaries to version opensc-0.11.13 > > > > Regards! > > Cyril > > > > __

Re: [opensc-devel] require openssl?

2010-03-04 Thread Martin Paljak
On Mar 4, 2010, at 22:23 , Andreas Jellinghaus wrote: > Am Donnerstag 04 März 2010 16:20:15 schrieb Douglas E. Engert: >> The other questions to ask, are what features from OpenSSL >> are being used, and could these be easily replaced. >> I know the PIV uses BIO, PEM and RSA functions to read >> a

Re: [opensc-devel] require openssl?

2010-03-04 Thread Andreas Jellinghaus
Am Donnerstag 04 März 2010 16:20:15 schrieb Douglas E. Engert: > The other questions to ask, are what features from OpenSSL > are being used, and could these be easily replaced. > I know the PIV uses BIO, PEM and RSA functions to read > and write public keys to files, mostly to make them text file

[opensc-devel] opensc-build 009

2010-03-04 Thread Aktiv Co. Kirill Mescheryakov
Hello. Be kindly, please update windows binaries to version opensc-0.11.13 Regards! Cyril ___ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] require openssl?

2010-03-04 Thread Douglas E. Engert
Andreas Jellinghaus wrote: > in sc-pkcs11.h I see this: > /* Decide whether to use pkcs11 for initialization support */ > #ifdef ENABLE_OPENSSL > #define USE_PKCS15_INIT > #endif > > so we can only initialized cards if openssl is available? > also many drivers require openssl or are restricted,

Re: [opensc-devel] Question about 'pin-domains' in pkcs15init

2010-03-04 Thread Viktor TARASOV
Andreas Jellinghaus wrote: > Am Mittwoch 03 März 2010 17:10:13 schrieb Viktor TARASOV: > >> Any objections if, for certificate and public key, I leave it like this ? >> > > do current profiles use it for these cases, or only for the private parts? > In current profiles ('flex' and 'cybe

Re: [opensc-devel] unify #includes of opensc headers?

2010-03-04 Thread Andreas Jellinghaus
Am Mittwoch 03 März 2010 14:42:29 schrieb Andreas Jellinghaus: > ok, here is the new diff with fixes / changes: > * now all *.c files first #include "config.h" > * no checking for HAVE_CONFIG_H - we always have one. > * then a blank line > * then all system headers > * then 3rd party header files >

[opensc-devel] require openssl?

2010-03-04 Thread Andreas Jellinghaus
in sc-pkcs11.h I see this: /* Decide whether to use pkcs11 for initialization support */ #ifdef ENABLE_OPENSSL #define USE_PKCS15_INIT #endif so we can only initialized cards if openssl is available? also many drivers require openssl or are restricted, unless openssl is available. so I wonder if