×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / 各位朋友,本人工作中遇到SSL方面的问题,在此求助。哪位朋友能给我讲一讲web server 和browser之间建立SSL连接并传送数据的过程,如果有demo code更好。本人这里双龙虾伺候着。
    • See inside for details
      For ssl handshake:
      http://developer.netscape.com/docs/manuals/security/sslin/contents.htm

      For code:
      Why do you want to code yourself? All web servers have ssl module, you just need to configure them. If you want to write ssl enabled app, you might need some coding. Even that can be done with ssl wrapper like stunnel (http://www.stunnel.org).

      If you really want to code, you might want to refer to the following:
      - OpenSSL (http://www.openssl.org)
      - mod_ssl (http://www.modssl.org)
      - apache-ssl (http://www.apache-ssl.org)
      - RSA Security (http://www.rsasecurity.com/standards/ssl/developers.html)