commit 81886128f2c90be656267505ac12aff79866bc6e Author: Yawning Angel yawning@schwanenlied.me Date: Fri Jun 21 00:11:20 2019 +0000
transports/meek_lite: Bump the version of the utls fork --- ChangeLog | 1 + go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index ba5d1be..156f520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Changes in version 0.0.11 - UNRELEASED: - Update my e-mail address. - Change the obfs4 behavior for handling handshake failure to be more uniform. Thanks to Sergey Frolov for assistance. + - Bump the version of the utls fork.
Changes in version 0.0.10 - 2019-04-12: - Disable behavior distinctive to crypto/tls when using utls. diff --git a/go.mod b/go.mod index d10c42b..888ea8c 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ require ( git.torproject.org/pluggable-transports/goptlib.git v1.0.0 github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 github.com/dchest/siphash v1.2.1 - gitlab.com/yawning/utls.git v0.0.10-1 + gitlab.com/yawning/utls.git v0.0.11-1 golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c golang.org/x/net v0.0.0-20190328230028-74de082e2cca ) diff --git a/go.sum b/go.sum index 210aed5..68b4e92 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdf github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8= -gitlab.com/yawning/utls.git v0.0.10-1 h1:R6W4OfI8B87cxASe7GLGIFwqcjPzM1PQCN+VHPaqrZQ= -gitlab.com/yawning/utls.git v0.0.10-1/go.mod h1:eYdrOOCoedNc3xw50kJ/s8JquyxeS5kr3vkFZFPTI9w= +gitlab.com/yawning/utls.git v0.0.11-1 h1:cQLJ4sN+u07Rn9M7RpvCEWUPndtrsQsy6U3ZaEHeDvI= +gitlab.com/yawning/utls.git v0.0.11-1/go.mod h1:eYdrOOCoedNc3xw50kJ/s8JquyxeS5kr3vkFZFPTI9w= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c h1:Vj5n4GlwjmQteupaxJ9+0FNOmBrHfq7vN4btdGoDZgI= golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
tor-commits@lists.torproject.org