Not Yet Valid certificate is alowing a connection.

2002-11-26 Thread kaushik_vishwakarma
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

coalesced data.

2002-09-12 Thread kaushik_vishwakarma
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

problem in handshake.

2002-03-07 Thread kaushik_vishwakarma
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