Hi,

I am new to OpenSSL  and I was going through the following post.

http://marc.info/?l=openssl-users&m=112774769218757&w=2

Well I want achieve a similar thing. I want to reduce the per connection
memory usage of OpenSSL. Now, I am facing a few issues :

*i) Connecting a client to the server.*

I started an OpenSSL server (openssl s_server -accept 9000 -cert server.pem
) and created a certificate on my own using the /etc/pki/tls/certs/Makefile.
Now, as soon as I connect a client with the server I get some return codes
like, Return Code : 18(self signed certificate) and then the server and
client stay as it is. If I try connecting another client to this server I
get no response. Is it normal?

*ii) Connecting multiple clients to the server.*

I havn't been able to achieve this, yet. But I think to see the memory usage
per connection I should do that. Any ideas?

*iii) To see the memory usage per connection.*

I have read in some earlier that users have done the same thing. Could
anyone tell me what exactly should we use to memory profile OpenSSL. I dont
think "ps" or "top" would be a very good idea. Is it?

Can I have some pointers?

Thanks and regards,
Vishal Saraswat

Reply via email to