MSIE 5.0 and Session ID Caching

2000-02-09 Thread Anshuman Kanetkar
Hi all. Sorry, I'm reposting this message because it got posted in an unrelated thread earlier... We used the openssl s_server tool with IE 5.0 over Windows NT4. It appears that IE requires Session ID caching to be turned on at the server end. It seems that it uses the first connection request onl

newbie question

1999-09-27 Thread Anshuman Kanetkar
e error: (at server-end) openssl-0.9.4\ssl\s3_srvr.c:1623:SSL3_GET_CLIENT_CERTIFICATE: no certificate returned But my callback function at the server end gets called for top-level CA certificate i.e. Test PCA (1024-bit). But if I use my server or client with the openssl s_client or s_server, the certs

Re: Is there a maximum size for SSL application data?

1999-09-23 Thread Anshuman Kanetkar
The SSL protocol definition itself sets the 16k limit... So u have to split the data. -Anshuman Kanetkar David Murphy wrote:   Hi - we are trying to send various lengths of application data to OpenSSL server from a Java client and find that lengths above ~16K cause