September 17, 2013

TLS PSK server using openssl library

A simple TLS-PSK server program that based on the openssl library. This is based on the s_server app from openssl, removing all the unused parts and merge all code into one simple file.

Source:

Updated with working link:
https://bitbucket.org/tiebingzhang/tls-psk-server-client-example

5 comments:

  1. the "tls-psk-server/src" can not open, the error message is : 404. could you modify it? thanks a lot.
    my gmail is : houyuliang0523@gmail.com

    ReplyDelete
  2. Updated. It should be working now.

    ReplyDelete
  3. Thanks a thousand, Tiebing!

    Would you know what 'openssl' commands need to be issued on Client and Server machine, to work with the Client-Server code you have here?

    Thanks once again.
    Best,
    AS

    ReplyDelete
  4. Works well - very helpful. Thanks for making this available.

    ReplyDelete
  5. iam new to c and tls program..can please tell how to execute these programs..

    ReplyDelete