RE: Apps over SSL

2000-09-20 Thread Jeffrey Altman
Have you looked at stunnel? > An excellent question. My whole goal is to be able to create a module which will >not only create an SSL session and pipe any other app over it, but also let me >entitle the user according to the credentials obtained from the client certificate. > > s0ulfire >

RE: Apps over SSL

2000-09-20 Thread Soul Fire
:amanda [EMAIL PROTECTED] Sent:Wed, 20 Sep 2000 12:31:04 "GMT" To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: Apps over SSL Why do you think that OpenSSL is easier to use than OpenSSH? If you use SSH then the application is already written. You don't

Re: Apps over SSL

2000-09-20 Thread Lutz Jaenicke
On Wed, Sep 20, 2000 at 12:31:04PM +, amanda wrote: > Why do you think that OpenSSL is easier to use than OpenSSH? If you use > SSH then the application is already written. You don't need to write a > single line of C to get it running. OpenSSL on the other hand is mostly a > toolkit fo

RE: Apps over SSL

2000-09-20 Thread amanda
Why do you think that OpenSSL is easier to use than OpenSSH? If you use SSH then the application is already written. You don't need to write a single line of C to get it running. OpenSSL on the other hand is mostly a toolkit for programmers. For an example of an SSL application, look at s_

RE: Apps over SSL

2000-09-18 Thread Mark H. Wood
On Fri, 15 Sep 2000, Soul Fire wrote: > Thanks for the direction. I know that openssh would replace the need for > telnet right off the bat but does it allow for other apps to ride over > the encrypted stream as well? OpenSSH automagically sets up a tunnel for the X Window protocol, and I've also

RE: Apps over SSL

2000-09-15 Thread ppruett
I know that openssh would replace the need for telnet >right off the bat but does it allow for other apps to ride over the encrypted stream as well? > > s0ulfire > > > > -Original Message- > From:Sean Walker [EMAIL PROTECTED] > Sent:Fri, 15 Sep 2000 09:1

RE: Apps over SSL

2000-09-15 Thread Sean Walker
EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Soul Fire > Sent: Friday, September 15, 2000 10:03 AM > To: [EMAIL PROTECTED] > Subject: RE: Apps over SSL > > > Thanks for the direction. I know that openssh would replace > the need for telnet right off the bat b

RE: Apps over SSL

2000-09-15 Thread Soul Fire
: [EMAIL PROTECTED] Subject: RE: Apps over SSL Try the openssh project. I believe that this uses openssl as the backbone for a telnet session (encrypted rsh, rcp). I've been using this for some time now and love it. Check out http://www.openssh.com/ for info. It is an org, but the .org

RE: Apps over SSL

2000-09-15 Thread Sean Walker
y.Net > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Soul Fire > Sent: Friday, September 15, 2000 8:44 AM > To: [EMAIL PROTECTED] > Subject: Apps over SSL > > > Hello folks, > I am trying to get applications e.g. teln

Apps over SSL

2000-09-15 Thread Soul Fire
Hello folks, I am trying to get applications e.g. telnet to run over SSL. However, I am not quite sure on how to go about accomplishing this. I am able to setup SSL connections between a home grown client and the sample HTTP server provided in the distribution - coded in Perl. Any idea