uTLS: initial commit

This commit is contained in:
Sergey Frolov 2017-06-23 11:25:31 -04:00
parent e8bc3d6d4f
commit cd3d1c4656
31 changed files with 4004 additions and 4 deletions

View file

@ -7,12 +7,12 @@ package tls
import (
"container/list"
"crypto"
"crypto/internal/cipherhw"
"crypto/rand"
"crypto/sha512"
"crypto/x509"
"errors"
"fmt"
"github.com/Jigsaw-Code/utls/cipherhw"
"io"
"math/big"
"net"