Re: [Muscle] PATCH - clear local context

2006-06-29 Thread Ludovic Rousseau
On 28/06/06, Karsten Ohme <[EMAIL PROTECTED]> wrote: Fixed. Thanks. Bye, -- Dr. Ludovic Rousseau ___ Muscle mailing list Muscle@lists.musclecard.com http://lists.drizzle.com/mailman/listinfo/muscle

Re: [Muscle] PATCH - clear local context

2006-06-28 Thread Karsten Ohme
Karsten Ohme wrote: > Ludovic Rousseau wrote: Fixed. > >>On 16/06/06, Karsten Ohme <[EMAIL PROTECTED]> wrote: >> >> >>>Scott Moynes wrote: >>> Karsten Ohme wrote: > >I believe the problem is the following: > >Usually the context should only released, if the library

Re: [Muscle] PATCH - clear local context

2006-06-28 Thread Karsten Ohme
Ludovic Rousseau wrote: > On 16/06/06, Karsten Ohme <[EMAIL PROTECTED]> wrote: > >> Scott Moynes wrote: >> > Karsten Ohme wrote: >> > >> >> >> >> >> >> I believe the problem is the following: >> >> >> >> Usually the context should only released, if the library is unloaded. >> >> But SCardReleaseCo

Re: [Muscle] PATCH - clear local context

2006-06-27 Thread Ludovic Rousseau
On 16/06/06, Karsten Ohme <[EMAIL PROTECTED]> wrote: Scott Moynes wrote: > Karsten Ohme wrote: > >> >> >> I believe the problem is the following: >> >> Usually the context should only released, if the library is unloaded. >> But SCardReleaseContext is called in the Release function, that means >>

Re: [Muscle] PATCH - clear local context

2006-06-16 Thread Karsten Ohme
Scott Moynes wrote: > Karsten Ohme wrote: > >> >> >> I believe the problem is the following: >> >> Usually the context should only released, if the library is unloaded. >> But SCardReleaseContext is called in the Release function, that means >> not only the connection to the card is closed, but al

Re: [Muscle] PATCH - clear local context

2006-06-16 Thread Scott Moynes
Karsten Ohme wrote: I believe the problem is the following: Usually the context should only released, if the library is unloaded. But SCardReleaseContext is called in the Release function, that means not only the connection to the card is closed, but also the connection to the resource manager

Re: [Muscle] PATCH - clear local context

2006-06-16 Thread Karsten Ohme
Scott Moynes wrote: > Hello, > > I am developing an application that uses a patched version of openssl > which has engine support for musclecard. Attached is a simple patch for > libmusclecard-1.3.3 that I needed in order to successfully execute a > sequence of crypto operations with a smart card

[Muscle] PATCH - clear local context

2006-06-14 Thread Scott Moynes
Hello, I am developing an application that uses a patched version of openssl which has engine support for musclecard. Attached is a simple patch for libmusclecard-1.3.3 that I needed in order to successfully execute a sequence of crypto operations with a smart card. The issue it attempts to