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
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
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