Change package name from tls to trs
Tento commit je obsažen v:
rodič
cb643472ee
revize
f09eee913a
2
13.go
2
13.go
@ -1,4 +1,4 @@
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
2
alert.go
2
alert.go
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import "strconv"
|
||||
|
||||
|
2
auth.go
2
auth.go
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"container/list"
|
||||
|
2
conn.go
2
conn.go
@ -4,7 +4,7 @@
|
||||
|
||||
// TLS low level connection and record layer
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls_test
|
||||
package trs_test
|
||||
|
||||
import (
|
||||
"crypto/tls"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
|
2
hkdf.go
2
hkdf.go
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
// Mostly derived from golang.org/x/crypto/hkdf, but with an exposed
|
||||
// Extract API.
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
2
prf.go
2
prf.go
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
// Delegated credentials for TLS
|
||||
// (https://tools.ietf.org/html/draft-ietf-tls-subcerts-02) is an IETF Internet
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
2
tls.go
2
tls.go
@ -3,7 +3,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package tls partially implements TLS 1.2, as specified in RFC 5246.
|
||||
package tls
|
||||
package trs
|
||||
|
||||
// BUG(agl): The crypto/tls package only implements some countermeasures
|
||||
// against Lucky13 attacks on CBC-mode encryption, and only on SHA1
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package tls
|
||||
package trs
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
Načítá se…
Odkázat v novém úkolu
Zablokovat Uživatele