From owner-freebsd-hackers@freebsd.org Thu Jul 30 16:02:45 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE8839AE865 for ; Thu, 30 Jul 2015 16:02:45 +0000 (UTC) (envelope-from gerryw@compvia.com) Received: from mail01.compvia.com (mail01.compvia.com [108.174.62.107]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADC221FF6; Thu, 30 Jul 2015 16:02:45 +0000 (UTC) (envelope-from gerryw@compvia.com) X-Footer: Y29tcHZpYS5jb20= Subject: Re[2]: Custom point-to-point tunnel protocol Date: Thu, 30 Jul 2015 11:02:27 -0500 Message-Id: In-Reply-To: User-Agent: eM_Client/6.0.22344.0 Mime-Version: 1.0 Importance: Normal X-Priority: 3 Thread-Index: AdDK4SrnuBu2IrifRg2eIOmd6dWiiA== From: Gerry Weaver To: Alan Somers Cc: "freebsd-hackers@freebsd.org" Reply-To: Gerry Weaver Content-Type: text/plain; charset="utf-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 16:02:46 -0000 Hi Alan, Unfortunately, there are some project requirements and constraints that make the currently available solutions impractical. I was hoping to find a place where I could bounce some ideas off of some folks that are familiar with the security aspect this kind of thing and what type of optimizations may be possible. For example, one of the requirements is the use of the Rust language. Thanks, -G ------ Original Message ------ From: "Alan Somers" To: "Gerry Weaver" Cc: "freebsd-hackers@freebsd.org" Sent: 7/30/2015 10:15:00 AM Subject: Re: Custom point-to-point tunnel protocol >Why design a custom protocol when you could use an off-the-shelf one? >Check out stunnel. Or, you can probably make do with ssh if you figure >out >the right command-line options. > >https://www.stunnel.org/index.html > >On Tue, Jul 28, 2015 at 9:55 PM, Gerry Weaver >wrote: > >> Hello All, >> >> I need to create a secure point-to-point tunnel protocol for a >>project >> that I'm working on. I have several questions related to the security >> aspect of that protocol. I'm looking for a place or resource where I >>can >> ask those type of questions. Could anyone please recommend a good >>mailing >> list or other resource for this kind of thing? I've checked this out >>on >> Google, but I haven't been able to find exactly what I'm looking for. >> >> Thanks, >> -G >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to >>"freebsd-hackers-unsubscribe@freebsd.org" >> >_______________________________________________ >freebsd-hackers@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >To unsubscribe, send any mail to >"freebsd-hackers-unsubscribe@freebsd.org"