RE: How to shut down or terminate openSSL server other than ctrl-c.

2013-12-08 Thread Jeremy Farrell
In what way is the s_server documentation page "for the openssl s_client"? You can exit s_server by sending it a command over a connection from any client, as described in the s_server documentation section which Dave linked to below; or you can use any ordinary local method to kill the s_ser

Re: How to shut down or terminate openSSL server other than ctrl-c.

2013-12-08 Thread Sri Ramya
Thanks for your reply. What ever u sent is for the openssl s_client. I need commands to stop the openssl s_server other than ctrl+c On Sat, Dec 7, 2013 at 5:42 AM, Dave Thompson wrote: > Assuming you mean the commandline server ‘openssl s_server’ > > (there are lots of other things that could

RE: How to shut down or terminate openSSL server other than ctrl-c.

2013-12-08 Thread Dave Thompson
Assuming you mean the commandline server 'openssl s_server' (there are lots of other things that could be described as 'openssl server'): man s_server or http://www.openssl.org/docs/apps/s_server.html#CONNECTED_COMMANDS except just now when I tried to confirm I got flaky DNS results so if ne

RE: Squid - Proxy certificate

2013-12-08 Thread Dave Thompson
> From: owner-openssl-users On Behalf Of Walter H. > Sent: Thursday, December 05, 2013 23:42 > can someone give me an example of the certificate, that is used here: > > http_port 3128 ssl-bump cert=/etc/squid/cert/cert.pem > > I'm using the latest CentOS release (6.5) with squid 3.1.10 > > I ge

RE: Adding a custom extension to a CSR

2013-12-08 Thread Danyk
I will run a debugger, but this is how I freed: ASN1_OCTET_STRING_free(os1); ASN1_PRINTABLESTRING_free(tmp_os); ASN1_INTEGER_free(int1); X509_REQ_add_extensions(x, st_exts); -- View this message in context: http://openssl.6102.n7.nabble.com/Adding-a-custom-ext