hi,
i have a problem where a ssl connection is getting established even when the
certificate is not yet valid.
the steps that leads to that point are as below.
1. run openssl s_server in a machine say C using a
self signed certificate.
e.g. openssl s_server -accept -Verif
hi,
the specification of ssl says that in the record layer messages can get coalesced. But i did not see this happening in my test program. my test program had one server and one client. the server after accepting connection reads 16 kb of data at a time. The client sends two messages both more t
hi,
i have a problem which i would like your help in solving. In my client-server
application the client uses java jsse and server uses openssl. The application needs
both sides to be authenticated. Also it requires that the session be cached as the
client requires multiple connection to t