Modifying the cipher in OpenSSL for TLS

2008-07-05 Thread Shridhar KS
test the TLS_RSA_WITH_AES_128_CBC_SHA algorithm, could anyone please let me know how to make TLS_RSA_WITH_AES_128_CBC_SHA as the default(force to use)? Thanks a lot in advance, Shridhar.

Modifying the cipher in OpenSSL for TLS

2008-07-05 Thread Shridhar
test the TLS_RSA_WITH_AES_128_CBC_SHA algorithm, could anyone please let me know how to make TLS_RSA_WITH_AES_128_CBC_SHA as the default(force to use)? Thanks a lot in advance, Shridhar. -- View this message in context: http://www.nabble.com/Modifying-the-cipher-in-OpenSSL-for-TLS

Re: ANNOUNCE: Release of graphical SSL certificate manager

2001-03-16 Thread Shridhar Bhat
oftware at: > > http://people.cylant.com/~stephen/ssl-manager/ > > Thanks, > Stephen > Wonderful way to bridge the last mile! I was looking for a tool like this for a long time. Keep up the good work! -Shridhar. -

Re: Problem during compilation

2001-02-28 Thread Shridhar Bhat
s and also the Makefile along with it. > > - Arun Dwajan Why don't you try to look closely at all the directories and files which OpenSSL distribution bundles for you? You will be glad to find that whatever you are asking for is already there on your disk. Read the READM

Distributed session caching

2001-01-22 Thread Shridhar Bhat
The most attractive benefit I see is that any server could go down without forcing its clients to renegotiate the session. Also, the load balancer need not bother about the 'sticky connections'. I would greatly appreciate any suggestions/comments on this. Thanks in ad

Re: newbie what is openssl used for?

2001-01-22 Thread Shridhar Bhat
OpenSSL is excellent and completely free of cost. OpenSSL users do not have to pay anything to Verisign. Visit verisign.com for more information about what Verisign is and what services it provides. -- Bye Shridhar. Quote

Re: A question about threads

2000-11-24 Thread Shridhar Bhat
else { pthread_mutex_unlock(&cryptoLocks[type]); } } and include following in your .h static void LockingCallback(int mode, int type, char *file, int line); static pthread_mutex_t cryptoLocks[CRYPTO_NUM_LOCKS]; void MultiThreadSetup(void); void Mult

Re: Looking for an HTTPS client for NT C/C++

2000-11-23 Thread Shridhar Bhat
tually, it should have been "advise *against* releasing a tool under GPL". Sorry for that. Bye Shridhar. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Looking for an HTTPS client for NT C/C++

2000-11-23 Thread Shridhar Bhat
be downloaded. Also, I am figuring out the licensing issues. I came across lot of discussions which advise releasing a tool under GPL. I may not spend too much time on it but if you have some quick words on it, I would be happy to have them. Sorry fo

Re: Looking for an HTTPS client for NT C/C++

2000-11-21 Thread Shridhar Bhat
c. > > > > Yes. > > That's cool. How can I get a copy of your ssl tool ? > > What would it take for your tool to be released under the GPL ? > > thanks, > john c. I would let you know about how to download the tool very soon. -- Bye Shridhar.

Re: Looking for an HTTPS client for NT C/C++

2000-11-21 Thread Shridhar Bhat
John Casu wrote: > > do you support non-blocking connections with your tool ?? > if so, that would be very useful. > > thanks, > > john c. Yes. -- Bye Shridhar. Shridhar Bhat.

Re: Looking for an HTTPS client for NT C/C++

2000-11-21 Thread Shridhar Bhat
hrottling in KBPS -v turn the client verification ON -u Plain HTTP connection, SSL is not used Let me know if you are interested in using this tool, we would be happy to release this tool under GPL. -- Bye Shridhar. -