The s_server program reads stdin and sends is to the client; it reads from the
client and sends it to stdout. It doesn't implement any protocol.
But you can use that code as a basis for your homework :)
/r$
--
Principal Security Engineer
Akamai Technology
Cambridge, MA
Hi Indra,
You may want to look at Eric Rescorla's tutorial at
http://www.rtfm.com/openssl-examples/part1.pdf
Best regards,
somesh
On Sat, May 18, 2013 at 10:12 AM, Indtiny s wrote:
> Hi,
>
> I know about HTTP protocol , but how to use the openssl s_server to
> receive the HTTP request from ot
Hello Users/dev Team,
Need some urgent help to program openssl for smart card/HSM.
Our smart card never shares private keys. All crypto operations such as
encryption,decryption will be performed by smart card. And any such actions
from openssl needs to be redirected to smart card. Only certicate
Hi,
I know about HTTP protocol , but how to use the openssl s_server to receive
the HTTP request from other clinet and send the response ,,, it receives
the request from the s_client but when I tried same with curl client it
didn't work ..
So now how to start s_server to receive the request from
Not clear if you need to learn HTTP, but a quick tutorial is at
http://www.jmarshall.com/easy/http/ . It covers the requirements of
writing compliant clients and servers.
James
On Fri, May 17, 2013 at 11:34 PM, Indtiny s wrote:
> Hi Dave,
> I do not need to handle all of HTTP stuffs , In my r
Again thanks Dave. I figured out my last question about the Signature
algorithm. Signed cert is working perfectly on my device.
On Fri, May 17, 2013 at 7:59 PM, Stan Joyner wrote:
> Thanks Dave for the quick response. It helped a lot.
>
> One last question and I think I'll have what I need. (An