Re: Securing tcp data
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 11/11/05
- Next message: Anon: "Encrypted traffic"
- Previous message: Todd Knarr: "Re: Broadband on W98 - firewall necessary?"
- In reply to: Mark: "Re: Securing tcp data"
- Next in thread: Mark: "Re: Securing tcp data"
- Reply: Mark: "Re: Securing tcp data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 10 Nov 2005 20:21:48 -0500
In article <tgu6n19grlajgthbakerce157s4mecon9t@4ax.com>,
Mark <nospam@nospam.hello> wrote:
> On 10 Nov 2005 09:32:02 -0600, comphelp@toddh.net (Todd H.) wrote:
>
> >Mark <nospam@nospam.hello> writes:
> >> Hi,
> >>
> >> We need to secure the communication between a tcp/ip server and a
> >> remote client.
> >
> >You might also consider some simple VPN hardware appliances. They're
> >quite inexpensive these days.
> >
> >Implementation specifics and choice of technology depend on a lot of
> >things that exist on both ends already. SSL will certainly provide
> >transport layer security of the data, but it's not clear to me how it
> >alone can provide you authentication and authorization functionality.
>
> At the moment it is entirely unsecured -- so any security would be
> better :-)
>
> The clients are numerous and are connecting from many locations so I
> think a hardware solution may be too costly. The code is all written
> in C, at present, using the standard socket stuff. The server-side
> software is written by us and the client side consists of a simple
> library (again supplied by us) for the customers to integrate into
> their applications.
There are software IPSEC VPN clients available for most operating
systems.
Another solution is SSL VPN, i.e. a reverse proxy. The SSL server can
do authentication and authorization.
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Next message: Anon: "Encrypted traffic"
- Previous message: Todd Knarr: "Re: Broadband on W98 - firewall necessary?"
- In reply to: Mark: "Re: Securing tcp data"
- Next in thread: Mark: "Re: Securing tcp data"
- Reply: Mark: "Re: Securing tcp data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|