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