Re: [opensc-devel] opensc-explorer

2007-09-27 Thread Gürer Özen
On Thursday 27 September 2007 16:35:05 Andreas Jellinghaus wrote: > please attach a diff for review next time :) but I guess it is ok, > so please commit. Ops, sorry for that :) Committed. ___ opensc-devel mailing list opensc-devel@lists.opensc-project.

Re: [opensc-devel] Memory management across the DLLs boundaries

2007-09-27 Thread Martin Paljak
FYI, the software distributed in Estonia already combines all code into opensc.dll for 2 or so years (windows build only). I personally never understood the need to have two separate libraries. I believe this requirement is not justified any more these days and it would be better to have a si

Re: [opensc-devel] cardman 5321 patch

2007-09-27 Thread Andreas Jellinghaus
On Saturday 22 September 2007 20:52:00 Gürer Özen wrote: > Cardman 5321 is a dual interface card. Contact interface works well with > openct ccid driver. Attached patch adds its ID to the openct.conf. thanks, applied. Regards, Andreas ___ opensc-devel m

Re: [opensc-devel] Memory management across the DLLs boundaries

2007-09-27 Thread Andreas Jellinghaus
On Monday 24 September 2007 16:05:14 Viktor TARASOV wrote: > The crash occurs when, inside the opensc.dll, trying to free the memory, > that was allocated inside the pkc15init.dll . > (It happens when calling sc_pkcs15init_unbind() and sc_pkcs15_unbind().) > > Crash can be avoided if, in pkcs15ini

Re: [opensc-devel] opensc-explorer

2007-09-27 Thread Andreas Jellinghaus
On Thursday 27 September 2007 11:01:33 Gürer Özen wrote: > I've added two simple commands to the opensc-explorer tool. One is asn1 > [file_id] which decodes and dumps an asn.1 DF, the other is apdu > [apdu_sequence] which sends custom apdu commands inside the opensc-explorer > session. They are ver

[opensc-devel] opensc-explorer

2007-09-27 Thread Gürer Özen
I've added two simple commands to the opensc-explorer tool. One is asn1 [file_id] which decodes and dumps an asn.1 DF, the other is apdu [apdu_sequence] which sends custom apdu commands inside the opensc-explorer session. They are very useful for debugging and examining. If no one objects, I'l