From: Barry Margolin Newsgroups: comp.os.linux.development.apps,comp.os.msdos.djgpp,comp.programming,comp.protocols.tcp-ip Subject: Re: can i et hold of a copy of a telnet program's source code References: <36914610 DOT 0 AT seralph9> <369348bf DOT 0 AT seralph9> <36938A55 DOT C4D92A61 AT ehsco DOT com> <778f8k$298$1 AT samba DOT rahul DOT net> Organization: GTE Internetworking, Cambridge, MA X-Newsreader: trn 4.0-test60 (5 October 1997) Originator: barmar AT bbnplanet DOT com (Barry Margolin) Lines: 16 Message-ID: Date: Sun, 10 Jan 1999 03:29:48 GMT NNTP-Posting-Host: 4.2.35.145 X-Trace: burlma1-snr1.gtei.net 915938988 4.2.35.145 (Sun, 10 Jan 1999 03:29:48 GMT) NNTP-Posting-Date: Sun, 10 Jan 1999 03:29:48 GMT Distribution: world To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <778f8k$298$1 AT samba DOT rahul DOT net>, to comp.os.linux.development.apps wrote: >I am wondering if it is possible to use it to initiate a secure https >connection too, and how that might be done, for simple outputting and >getting of text data. The basic mechanism of initiating a connection is the same regardless of the application; just call socket() and connect(). In the case of HTTPS, most of the complexity is in the authentication and encryption, not initiating the connection. -- Barry Margolin, barmar AT bbnplanet DOT com GTE Internetworking, Powered by BBN, Burlington, MA *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups. Don't bother cc'ing followups to me.