Merge branch 'golang-tls-upstream', remove Android

I tested all fingerprints and confirmed that Chrome and Firefox are
working as intended.
Android fingerprints were grossly unpopular, which could a result of
incorrect merge, but either way we'll remove them for now.
This commit is contained in:
Sergey Frolov 2018-06-15 17:25:21 -04:00
commit 9656990081
114 changed files with 4011 additions and 4132 deletions

View file

@ -3,7 +3,7 @@ package main
import (
"encoding/hex"
"fmt"
tls "github.com/Jigsaw-Code/utls"
tls "github.com/refraction-networking/utls"
"net"
"strings"
"time"