Re: [saag] Call for SAAG comments on draft-olteanu-intarea-socks-6

Benjamin Kaduk <kaduk@mit.edu> Sat, 28 November 2020 05:39 UTC

Return-Path: <kaduk@mit.edu>
X-Original-To: saag@ietfa.amsl.com
Delivered-To: saag@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D9FC23A0408 for <saag@ietfa.amsl.com>; Fri, 27 Nov 2020 21:39:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.919
X-Spam-Level:
X-Spam-Status: No, score=-1.919 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wiuOlMZ_WlRY for <saag@ietfa.amsl.com>; Fri, 27 Nov 2020 21:39:25 -0800 (PST)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB5163A03EF for <saag@ietf.org>; Fri, 27 Nov 2020 21:39:24 -0800 (PST)
Received: from kduck.mit.edu ([24.16.140.251]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 0AS5dI5n016596 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <saag@ietf.org>; Sat, 28 Nov 2020 00:39:22 -0500
Date: Fri, 27 Nov 2020 21:39:18 -0800
From: Benjamin Kaduk <kaduk@mit.edu>
To: saag@ietf.org
Message-ID: <20201128053918.GS34187@kduck.mit.edu>
References: <CAHLBt83deNesBfqE4X1+XE57_fZV6QGPVFoEbGxu=oHEAC=rPw@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <CAHLBt83deNesBfqE4X1+XE57_fZV6QGPVFoEbGxu=oHEAC=rPw@mail.gmail.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/saag/_fnrHfFM19a_6eRjlatnRIydzLk>
Subject: Re: [saag] Call for SAAG comments on draft-olteanu-intarea-socks-6
X-BeenThere: saag@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Security Area Advisory Group <saag.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/saag>, <mailto:saag-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/saag/>
List-Post: <mailto:saag@ietf.org>
List-Help: <mailto:saag-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/saag>, <mailto:saag-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Nov 2020 05:39:27 -0000

If you needed something further to pique your interest, the Abstract
includes:

   This memo proposes SOCKS version 6, which reduces the number of RTTs
   used, takes full advantage of TCP Fast Open, and adds support for
   0-RTT authentication.

and the body also discusses an "idempotence token" to avoid message replay.

-Ben

On Tue, Nov 24, 2020 at 10:34:24PM -0500, Juan Carlos Zuniga wrote:
> Hello,
> 
> IntArea WG is planning to adopt draft-olteanu-intarea-socks-6, and a
> circulation with SAAG was suggested at IETF 109.
> 
> https://tools.ietf.org/html/draft-olteanu-intarea-socks-6-11
> 
> The document has been discussed for quite some time already at IntArea, it
> has evolved significantly, and it has received positive comments.
> 
> Below you also have some pointers to existing implementations.
> 
> If you have an opinion on whether this document should be adopted please cc
> this email to both saag and IntArea.
> 
> Thanks,
> 
> Juan-Carlos & Wassim
> 
> (IntArea Chairs)
> 
> 
> --------
> In anticipation of the adoption call, I'd like to share the status of our
> SOCKS v6 implementation.
> We have the following pieces of software, all released under a very
> permissive license:
> 
>  * A library for creating and parsing SOCKS v6 requests and responses
> (incl. options and sanity checks). It's feature-complete as of -08:
> https://github.com/45G/libsocks6msg
> 
>  * A utility library: https://github.com/45G/libsocks6util
> 
>  * A TCP proxy and transparent proxifier. (TCP Bind, UDP and v5-style
> authentication are not supported yet.) Most notable features are
> implemented: TLS1.3 with early data, idempotence, sessions, 0-RTT
> authentication, TFO, MPTCP and DNS. https://github.com/45G/sixtysocks

> _______________________________________________
> saag mailing list
> saag@ietf.org
> https://www.ietf.org/mailman/listinfo/saag