Thanks for the replies!

I have taken the latest code which has NLA support.

Further, I am using the windows environment for implementation which
uses wfreerdp.cpp for main() function.
I want to know why the code:

/*if (!freerdp_global_init())
        {
                printf("Error initializing freerdp\n");
                return 1;
        }*/

is commented?
The function 'freerdp_global_init()' is ultimately used for calling
'SSL_library_init();'.
by not calling the init function, i am getting 'NULL' for tls->ctx at
tls->ctx = SSL_CTX_new(TLSv1_client_method()); while creating TLS
context.


please help.

thanks,
Tushar.



On Tue, Apr 5, 2011 at 7:36 PM, Marc-André Moreau
<marcandre.mor...@gmail.com> wrote:
> Hi Tushar,
> Simply get the latest version on git: https://github.com/FreeRDP/FreeRDP
> 0.8.2 doesn't have NLA support, but the latest version on git has the
> completed implementation.
>
> On Tue, Apr 5, 2011 at 5:51 AM, Tushar Deokar <deokartus...@gmail.com>
> wrote:
>>
>> Hello,
>>
>> We need to implement the negotiation protocol NLA, which is required
>> for making RDP connection with remote server with load balancer.
>>
>> Following is the source code which says  /* not implemented from this
>> point */ at the bottom.
>>
>> if(sec->negotiated_protocol == PROTOCOL_NLA)
>>        {
>>                /* TLS with NLA was successfully negotiated */
>>                printf("TLS encryption with NLA negotiated\n");
>>                sec->ctx = tls_create_context();
>>                sec->ssl = tls_connect(sec->ctx, sec->mcs->iso->tcp->sock,
>> server);
>>                sec->tls_connected = 1;
>>                ntlm_send_negotiate_message(sec);
>>                credssp_recv(sec);
>>                exit(0); /* not implemented from this point */
>>        }
>>
>>
>> What exaclty means the statement  /* not implemented from this point */?
>> Can someone help me out in getting started with the implementation?
>>
>>
>> Please help.
>>
>> Thanks,
>> Deva D
>>
>>
>> ------------------------------------------------------------------------------
>> Xperia(TM) PLAY
>> It's a major breakthrough. An authentic gaming
>> smartphone on the nation's most reliable network.
>> And it wants your games.
>> http://p.sf.net/sfu/verizon-sfdev
>> _______________________________________________
>> Freerdp-devel mailing list
>> Freerdp-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freerdp-devel
>
>

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to