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: 'SSL_CTX' has no member named 'psk_identity_hint'
s3_srvr.c:1541: erreur: 'SSL_CTX' has no member named 'psk_identity_hint'
s3_srvr.c:1541: erreur: 'SSL_CTX' has no member named 'psk_identity_hint'
s3_srvr.c:1542: erreur: 'SSL_CTX' has no member named 'psk_identity_hint'
s3_srvr.c:1542: erreur: 'SSL_CTX' has no member named 'psk_identity_hint'
s3_srvr.c:1542: attention : pointer targets in passing argument 1 of
'__builtin_strncpy' differ in signedness
s3_srvr.c:1543: erreur: 'SSL_CTX' has no member named 'psk_identity_hint'
s3_srvr.c: In function 'ssl3_get_client_key_exchange':
s3_srvr.c:2337: erreur: 'SSL_AD_UNKNOWN_PSK_IDENTITY' undeclared (first use
in this function)
s3_srvr.c:2337: erreur: (Each undeclared identifier is reported only once
s3_srvr.c:2337: erreur: for each function it appears in.)
s3_srvr.c:2352: attention : pointer targets in passing argument 1 of
'BUF_strdup' differ in signedness
s3_srvr.c:2362: erreur: 'SSL_CTX' has no member named 'psk_identity_hint'
s3_srvr.c:2363: erreur: 'SSL_CTX' has no member named 'psk_identity_hint'
make[1]: *** [s3_srvr.o] 1 Error



On Wed, Mar 19, 2008 at 5:59 AM, Kurapati Raja Sekhar <
[EMAIL PROTECTED]> wrote:

> 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 command
>
>     $unzip openssl-0.9.8-psk-patches.zip
> You will get 3 patches then apply the patches using below commands in
> linux
>
> $patch -p0 < openssl-0.9.8-psk-doc.patch
> $patch -p0 < openssl-0.9.8-psk-library.patch
> $patch -p0 < openssl-0.9.8-psk-test.patch
>
> After applying the patching install again the openssl
> $ make install.
>
> The above suggestion should work.
>
> Regards,
> Rajasekhar.
>   *Charles Malek <[EMAIL PROTECTED]>* wrote:
>
> 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 directory and see the example programs s_client.c and
> s_server.c.
> >
> >
> > */gopinath ethiraja <[EMAIL PROTECTED]>/<[EMAIL PROTECTED]/>*
> wrote:
> >
> >     is TLS-PSK already implemented in opensssl
> >
> ______________________________________________________________________
> >     OpenSSL Project http://www.openssl.org
> >     User Support Mailing List openssl-users@openssl.org
> >     Automated List Manager [EMAIL PROTECTED]
> >
> >
> > ------------------------------------------------------------------------
> > Did you know? You can CHAT without downloading messenger. Click here
> > <
> http://in.rd.yahoo.com/tagline_webmessenger_2/*http://in.messenger.yahoo.com/webmessengerpromo.php>
>
> >
>
>
>  ------------------------------
> Chat on a cool, new interface. No download required. Click 
> here.<http://in.rd.yahoo.com/tagline_webmessenger_10/*http://in.messenger.yahoo.com/webmessengerpromo.php>
>
>

Reply via email to