Re: [opensc-devel] [opensc-commits] svn opensc changed[4266] tools: thanks to Ludovic; check for getline() in configure.ac and use 'HAVE_GETLINE' macro in get password procedure.

2010-04-27 Thread Viktor TARASOV
Andreas Jellinghaus wrote: Am Montag 26 April 2010 14:29:43 schrieb webmas...@opensc-project.org: Revision: 4266 Author: viktor.tarasov Date: 2010-04-26 12:29:42 + (Mon, 26 Apr 2010) ... -buf[i] = _getch(); +/* buf[i] = _getch(); */ +

Re: [opensc-devel] [opensc-commits] svn opensc changed[4268] tools: thanks to Andreas; for win32 'get password' procedure uses _getch() instead of getchar()

2010-04-27 Thread Alon Bar-Lev
Shouldn't you include conio.h? On Tue, Apr 27, 2010 at 10:30 AM, webmas...@opensc-project.org wrote: Revision: 4268 Author:   viktor.tarasov Date:     2010-04-27 07:30:38 + (Tue, 27 Apr 2010) Log Message: --- tools: thanks to Andreas; for win32 'get password' procedure uses

Re: [opensc-devel] [opensc-commits] svn opensc changed[4268] tools: thanks to Andreas; for win32 'get password' procedure uses _getch() instead of getchar()

2010-04-27 Thread Viktor TARASOV
Alon Bar-Lev wrote: Shouldn't you include conio.h? Agree, 'it worked for me' compiled with Visual Studio 8.0, and I missed it. On Tue, Apr 27, 2010 at 10:30 AM, webmas...@opensc-project.org wrote: Revision: 4268 Author: viktor.tarasov Date: 2010-04-27 07:30:38 + (Tue, 27

[opensc-devel] Cardmod MiniDriver Problem

2010-04-27 Thread Jozsef Dojcsak
Hello, the new OpenSC Minidriver feature is very interesting, so I compiled the latest source code with MSVC9 and I also install the minidriver as documented. It seems to function, but the certutil always gets stuck at context creation: during detecting reader features SCardControl always returns

Re: [opensc-devel] [OpenSC] #120: pkcs15-init needs to accept ctrl-c

2010-04-27 Thread Ludovic Rousseau
2010/4/26 Viktor TARASOV viktor.tara...@opentrust.com: Ludovic Rousseau wrote: 2010/4/15 Andreas Jellinghaus a...@dungeon.inka.de: Am Donnerstag 15 April 2010 19:41:45 schrieb OpenSC: #120: pkcs15-init needs to accept ctrl-c

Re: [opensc-devel] Cardmod MiniDriver Problem

2010-04-27 Thread Martin Paljak
On Apr 27, 2010, at 13:18 , Jozsef Dojcsak wrote: Hello, the new OpenSC Minidriver feature is very interesting, so I compiled the latest source code with MSVC9 and I also install the minidriver as documented. It seems to function, but the certutil always gets stuck at context creation: during

Re: [opensc-devel] [OpenSC] #120: pkcs15-init needs to accept ctrl-c

2010-04-27 Thread Viktor TARASOV
Ludovic Rousseau wrote: 2010/4/26 Viktor TARASOV viktor.tara...@opentrust.com: Ludovic Rousseau wrote: 2010/4/15 Andreas Jellinghaus a...@dungeon.inka.de: Am Donnerstag 15 April 2010 19:41:45 schrieb OpenSC: #120: pkcs15-init needs to accept ctrl-c

Re: [opensc-devel] [OpenSC] #120: pkcs15-init needs to accept ctrl-c

2010-04-27 Thread Martin Paljak
On Apr 27, 2010, at 20:03 , Viktor TARASOV wrote: I've tested the attached patch on linux and windows. Can you try it on MacOS, please? Compiles cleanly, ctrl-c functions for pkcs15-init -C Please enter User PIN: prompt. I moved the configure.ac check to the rest of function checks (and

Re: [opensc-devel] Free software Tokend above PKCS#11 (for Mac OS X)

2010-04-27 Thread Martin Paljak
On Apr 23, 2010, at 16:37 , Ludovic Rousseau wrote: PKCS#11 Tokend The goal of this tokend is to be able to use any PKCS#11 library in CDSA and then with native Apple Applications (Mail, Safari, Key Chain, File Vault, etc.) So, in theory, we can have a mac leak test when testing the

Re: [opensc-devel] Free software Tokend above PKCS#11 (for Mac OS X)

2010-04-27 Thread Ludovic Rousseau
2010/4/27 Martin Paljak mar...@paljak.pri.ee: On Apr 23, 2010, at 16:37 , Ludovic Rousseau wrote: Source code The source code is hosted by Apple in the smartcardservices on the macosforge serveur. Direct access is at http://smartcardservices.macosforge.org/trac/browser/trunk/Tokend/PKCS11

Re: [opensc-devel] opensc 0.11.13 and openssl 1.0 oddity

2010-04-27 Thread Aleksey Samsonov
Hello, Martin Paljak wrote: Hello, On Apr 22, 2010, at 23:08 , Aleksey Samsonov wrote: What are you think about solution in attachment? (openssl.cnf isn't needed in this case) Thanks Index: src/pkcs11/openssl.c +#ifndef OPENSSL_NO_ENGINE +ENGINE *e; + +#if