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
>
>
>
> __
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
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
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
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,
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
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
>
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