Fwd: Changing session key, IV HMAC key regulary

2006-03-08 Thread Jagannadha Bhattu G
Hi, Can somebody help me with this? Thanks JB-- Forwarded message --From: Jagannadha Bhattu G [EMAIL PROTECTED] Date: Mar 6, 2006 6:49 PMSubject: Changing session key, IV HMAC key regularyTo: openssl-users@openssl.org Hi, Can some one let me know if the SSL protocol

Re: Fwd: Changing session key, IV HMAC key regulary

2006-03-08 Thread Jagannadha Bhattu G
Thanks JimmyOn 3/8/06, jimmy [EMAIL PROTECTED] wrote: Jagannadha Bhattu G wrote: Hi, Can somebody help me with this? Thanks JB -- Forwarded message -- From: *Jagannadha Bhattu G* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Date: Mar 6, 2006 6:49 PM Subject: Changing session key

Re: calling SSL_library_init multiple times

2006-03-06 Thread Jagannadha Bhattu G
eaned from the docs and sources. Randy From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Jagannadha Bhattu G Sent: Tuesday, February 28, 2006 1:42 AM To: openssl-users@openssl.org Subject: Re: calling SSL_library_init multiple times Thanks Nils and Andrew for t

Changing session key, IV HMAC key regulary

2006-03-06 Thread Jagannadha Bhattu G
Hi, Can some one let me know if the SSL protocol specification mandates changes to these values frequently in an ongoing connection? If not how to enable it using APIs? Thanks JB

Re: calling SSL_library_init multiple times

2006-02-28 Thread Jagannadha Bhattu G
Thanks Nils and Andrew for the replies. -JBOn 2/27/06, Nils Larsch [EMAIL PROTECTED] wrote: Jagannadha Bhattu G wrote: Hi, Can I call SSL_library_init multiple times in my code under different threads?as SSL_library_init() initializes global tables it should onlybe called from one thread a time

calling SSL_library_init multiple times

2006-02-26 Thread Jagannadha Bhattu G
Hi, Can I call SSL_library_init multiple times in my code under different threads? From the documented return values, I conclude that it should be possible. Can some one confirm it? Thanks JB