Re: [opensc-devel] Patch adding support for Aventra MyEID card

2009-09-14 Thread Peter Stuge
Martin Paljak wrote: > Just like the idea of OpenSC is to support via a single project / > API / library a bunch of cards instead every card making its own > "mycard-pkcs11.so", the same should be followed in command line > utilities. > > What do you think? I think that's a great idea. //Peter

Re: [opensc-devel] Patch adding support for Aventra MyEID card

2009-09-14 Thread Peter Stuge
Aventra development wrote: > Currently the driver doesn't support PKCS initialization, we will > add this later. Until that becomes available it would be very good to have a standalone tool to do initialization. //Peter ___ opensc-devel mailing list o

Re: [opensc-devel] SCA for Snow Leopard built yet?

2009-09-14 Thread João Poupino
Hello Martin, thanks for helping! On Sep 14, 2009, at 3:48 PM, Martin Paljak wrote: > After installing the OpenSC.pkg I have problems with missing libltdl. > 3.dylib: > I remember that it got bundled because it did not exist on machines > without Developer tools installed, but can't remember

Re: [opensc-devel] SCA for Snow Leopard built yet?

2009-09-14 Thread Martin Paljak
After installing the OpenSC.pkg I have problems with missing libltdl. 3.dylib: I remember that it got bundled because it did not exist on machines without Developer tools installed, but can't remember if it changed with 10.5 or Need to investigate clean 10.4 and 10.5 installations if the dyl

Re: [opensc-devel] SC_FUNC_RETURN and ctx->debug >= level (/branches/martin/0.12)

2009-09-14 Thread Martin Paljak
Privet, On 14.09.2009, at 14:57, Aktiv Co. Aleksey Samsonov wrote: > Patch for /branches/martin/0.12 revision 3732 is in attachment: > rollback check (ctx->debug >= level) in SC_FUNC_RETURN macro. > Martin, could you please add it? Thanks for double-checking, applied/rolled back in r3733 This

[opensc-devel] SC_FUNC_RETURN and ctx->debug >= level (/branches/martin/0.12)

2009-09-14 Thread Aktiv Co. Aleksey Samsonov
Hello! Patch for /branches/martin/0.12 revision 3732 is in attachment: rollback check (ctx->debug >= level) in SC_FUNC_RETURN macro. Martin, could you please add it? Thanks diff -u -r 0.12-r3732/src/libopensc/log.h 0.12-r3732_new/src/libopensc/log.h --- 0.12-r3732/src/libopensc/log.h 2009-0

Re: [opensc-devel] Patch adding support for Aventra MyEID card

2009-09-14 Thread Martin Paljak
On 14.09.2009, at 10:42, Andreas Jellinghaus wrote: > for many cards we have a special tool so we access low level functions > of the card like formatting, debuggging, getting firmware version etc. > are there any such functions that could require such a low level tool? > or does the card driver

Re: [opensc-devel] Patch adding support for Aventra MyEID card

2009-09-14 Thread Aventra development
Hi! Thanks for the comments Andreas and Martin. I will look into these once you have committed the current patch. I could then fix the things Martin commented on. I will then post a new patch file and hope to also have a small wiki page with information about the card. We will send you Andreas

Re: [opensc-devel] westcos broke compiling without openssl

2009-09-14 Thread Aktiv Co. Aleksey Samsonov
Andreas Jellinghaus: > I haven't checked myself, but someone told me > that opensc trunk isn't compiling without openssl. > > can anyone check? Version: 0.11.9-svn (trunk-r3720) User binaries: /usr/local/bin Configuration files: /usr/local/etc XSL stylesheets:

Re: [opensc-devel] Patch adding support for Aventra MyEID card

2009-09-14 Thread Martin Paljak
Moi, On 14.09.2009, at 9:54, Aventra development wrote: > Also if there are some other things that we should do, please inform > us what exactly we should, > since this is the first time we contribute to the OpenSC project. A few minor ones: - // comments -> /* comments */, no commented code - s

[opensc-devel] westcos broke compiling without openssl

2009-09-14 Thread Andreas Jellinghaus
I haven't checked myself, but someone told me that opensc trunk isn't compiling without openssl. can anyone check? thanks, Andreas ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-

Re: [opensc-devel] Patch adding support for Aventra MyEID card

2009-09-14 Thread Andreas Jellinghaus
hi Toni, the patch looks good, here are the small issues I found: * doesn't apply to trunk, but only very small fixes needed (westcos driver was added last week, so off by one errors) * indent creates some ugly long lines in its default formatting, in some places a lot of tabs could be removed