Re: I want you to do my homework for me.

2009-05-05 Thread Joe Chlimoun
Ok, this has been somewhat amusing in a "mikeeusa really needs a life" sorta way, but that Matrix spiel was REALLY stretching it. You can't just take the word "bridge" and make it mean whatever you wished it meant. It sounded like a politician trying to massage a canned answer to fit a question t

Re: Empty Session_id in SSL session cache with openssl 0.9.8j and 0.9.8k

2009-05-05 Thread Anil Tambe
Thanks , the -no_ticket option worked , now i am able to see the session id. Thanks Anil On Tue, May 5, 2009 at 9:10 PM, Dr. Stephen Henson wrote: > On Tue, May 05, 2009, Anil Tambe wrote: > > > Hi, > > > >Below are the steps to reproduce the issue with openssl 0.9.8k > > > > Server ::

Re: I want you to do my homework for me.

2009-05-05 Thread Miguel Ghobangieno
Are damned bridges a reference to the punk/ska/hacker/liberal movie The Matrix (TM), where a liberal white male, along with women, minorities, and homosexuals (including butch lesbians) take down "the system" which includes only white men (non homosexual) as it's "agents"? I recall a scene in

valgrind error in RC4 on MacOS

2009-05-05 Thread Julien Lerouge
Hello, valgrind is reporting an invalid read in RC4 (I am using a purified lib on MacOS). I am calling RC4 on a buffer that is not a multiple of 4 bytes, but it seems like the code is always reading data by chunk of 4 bytes (at least on MacOS). In particular, the code in rc4_enc.c, around line 2

Re: Openssl Memory leak

2009-05-05 Thread Nikos Balkanas
Hi, Check the return value of SSL_shutdown(ssl). Sometimes it needs up to 4 iterations to complete due to internal state machine. It completes when the value != 0. Hope it helps. BR, Nikos - Original Message - From: Fabian Bergmark To: openssl-users@openssl.org Sent: Tuesday,

RE: index.txt: library:fopen:No such file or directory ...index.txt when generate csr key.

2009-05-05 Thread David Touzeau
Many Many thank Dave and Kyle This is fixed has you recommends ... Best regards Message initial De: Dave Thompson Reply-to: openssl-users@openssl.org À: openssl-users@openssl.org Sujet: RE: index.txt: library:fopen:No such file or directory ...index.txt when generate csr key

Openssl Memory leak

2009-05-05 Thread Fabian Bergmark
Hi I am currently writing a Chat application using the Openssl library for encryption. It's a multi-thread application and every client is managed by a different thread. However, ever since I implemented Openssl there seams to be a memory leak of around 10 kb. My openssl-code code is looking like

Re: Empty Session_id in SSL session cache with openssl 0.9.8j and 0.9.8k

2009-05-05 Thread Dr. Stephen Henson
On Tue, May 05, 2009, Anil Tambe wrote: > Hi, > >Below are the steps to reproduce the issue with openssl 0.9.8k > > Server :: > > ./openssl s_server -cert server.pem > > > Client :: > > ./openssl s_client -debug -msg -state -sess_out /tmp/session.out > > In the above case when we

Empty Session_id in SSL session cache with openssl 0.9.8j and 0.9.8k

2009-05-05 Thread Anil Tambe
Hi, Below are the steps to reproduce the issue with openssl 0.9.8k Server :: ./openssl s_server -cert server.pem Client :: ./openssl s_client -debug -msg -state -sess_out /tmp/session.out In the above case when we write the session to session.out , the output shows the session id :

Re: Question about GOST engine in Openssl 1.0

2009-05-05 Thread Dr. Stephen Henson
On Tue, May 05, 2009, Victor B. Wagner wrote: > On 2009.05.05 at 09:27:30 +0400, Andrey Koltsov wrote: > > > As I understand, GOST engine works on Windows with mingw support only. > > Is it planned to make it to compile with VC++ also? > > If no, is it because technical problems or some legal iss

Empty Session_id in SSL session cache with openssl 0.9.8j and 0.9.8k

2009-05-05 Thread Anil Tambe
Hi, Below are the steps to reproduce the issue with openssl 0.9.8k Server :: ./openssl s_server -cert server.pem Client :: ./openssl s_client -debug -msg -state -sess_out /tmp/session.out In the above case when we write the session to session.out , the output shows the session id :

Re: Question about GOST engine in Openssl 1.0

2009-05-05 Thread Victor B. Wagner
On 2009.05.05 at 09:27:30 +0400, Andrey Koltsov wrote: > As I understand, GOST engine works on Windows with mingw support only. > Is it planned to make it to compile with VC++ also? > If no, is it because technical problems or some legal issues? There should be no techincal problems. Code is port