Re: is TLS-PSK already implemented in opensssl

2008-03-31 Thread Charles Malek
Dear Sekhar, I tried the below suggestion but I got the following error, please help. Best regards, Charles s3_srvr.c: In function 'ssl3_accept': s3_srvr.c:377: erreur: 'SSL_CTX' has no member named 'psk_identity_hint' s3_srvr.c: In function 'ssl3_send_server_key_exchange': s3_srvr.c:1465: erreur

Re: is TLS-PSK already implemented in opensssl

2008-03-18 Thread Kurapati Raja Sekhar
I don't know which version it supports, if psk not available in the version which you have then downlaod patches for psk from net. Just search "openssl-0.9.8-psk-patches.zip" in net. Generally these patches are zip format "openssl-0.9.8-psk-patches.zip" Unzip the patches by using the

Re: is TLS-PSK already implemented in opensssl

2008-03-17 Thread Charles Malek
Dear Sekhar, I checked for the PSK in the two files you listed in your last mail but there is nothing on psk. Could you please give me reference to the openSSL version that supports psk? regards, Charles Kurapati Raja Sekhar a écrit : > Yes It is already implemented in openssl. > > Go to apps d

Re: is TLS-PSK already implemented in opensssl

2008-02-06 Thread Kurapati Raja Sekhar
Yes It is already implemented in openssl. Go to apps directory and see the example programs s_client.c and s_server.c. gopinath ethiraja <[EMAIL PROTECTED]> wrote: is TLS-PSK already implemented in opensssl __ OpenSSL P