Skip to content

Commit

Permalink
use forked tls
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Oct 4, 2017
1 parent 43ead96 commit 394cf92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion connection.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package pearl

import (
"crypto/tls"
"encoding/hex"
"fmt"
"net"

"github.com/mmcloughlin/pearl/tls"

"github.com/mmcloughlin/pearl/log"
"github.com/pkg/errors"
)
Expand Down
3 changes: 2 additions & 1 deletion tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package pearl
import (
cryptorand "crypto/rand"
"crypto/rsa"
"crypto/tls"
"crypto/x509"
"crypto/x509/pkix"
"io"
Expand All @@ -12,6 +11,8 @@ import (
"net"
"time"

"github.com/mmcloughlin/pearl/tls"

"github.com/mmcloughlin/pearl/torkeys"
"github.com/pkg/errors"
)
Expand Down

0 comments on commit 394cf92

Please sign in to comment.