index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
tls
/
conn.go
Age
Commit message (
Expand
)
Author
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2023-01-30
all: fix problematic comments
cui fliter
2022-11-07
crypto/tls: use certificate cache in client
Roland Shoemaker
2022-09-22
crypto/tls: convert Conn.activeCall to atomic type
cuiweixie
2022-08-11
crypto/tls: change Conn.handshakeStatus type to atomic.Bool
Ludi Rehak
2022-05-06
crypto/tls: avoid extra allocations in steady-state Handshake calls
David Taylor
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-06
all: fix some typos
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-25
crypto/tls: add Conn.NetConn method
Agniva De Sarker
2021-03-16
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-12-17
crypto/tls: revert "add HandshakeContext method to Conn"
Johan Brandhorst
2020-11-09
crypto/tls: ensure the server picked an advertised ALPN protocol
Filippo Valsorda
2020-11-09
crypto/tls: drop macFunction abstraction
Filippo Valsorda
2020-11-09
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-11-09
crypto/tls: pool Conn's outBuf to reduce memory cost of idle connections
cch123
2020-11-07
crypto/tls: set Deadline before sending close notify alert
Katie Hockman
2020-10-06
crypto/tls: fix typo in spelling of permanentError
Luca Spiller
2020-09-24
crypto/tls: replace errClosed with net.ErrClosed
Ainar Garipov
2020-05-08
crypto/tls: add Config.VerifyConnection callback
Katie Hockman
2020-05-08
crypto/tls: rotate session ticket keys
Katie Hockman
2020-04-20
crypto/tls: add Dialer
Brad Fitzpatrick
2020-04-15
crypto/tls: help linker remove code when only Client or Server is used
Brad Fitzpatrick
2020-04-13
crypto/tls: failed tls.Conn.Write returns a permanent error
Katie Hockman
2019-12-06
crypto/tls: fix a typo in TLS handshake comment
Alex Harford
2019-10-26
crypto/tls: move a defer out of a loop
Josh Bleecher Snyder
2019-10-04
crypto/tls: remove NPN support
Brad Fitzpatrick
2019-08-27
crypto/tls: remove SSLv3 support
Filippo Valsorda
2019-04-16
crypto/tls: fix a minor MAC vs padding leak
David Benjamin
2018-11-12
crypto/tls: set ServerName and unset TLSUnique in ConnectionState in TLS 1.3
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 client authentication
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 PSK authentication (client side)
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 middlebox compatibility mode
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 KeyUpdate messages
Filippo Valsorda
2018-11-08
crypto/tls: remove a forgotten note to future self
Filippo Valsorda
2018-11-02
crypto/tls: implement TLS 1.3 client handshake (base)
Filippo Valsorda
2018-11-02
crypto/tls: implement TLS 1.3 version-specific messages
Filippo Valsorda
2018-11-02
crypto/tls: implement TLS 1.3 record layer and cipher suites
Filippo Valsorda
2018-10-29
crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyte
Filippo Valsorda
2018-10-24
crypto/tls, net/http: reject HTTP requests to HTTPS server
Brad Fitzpatrick
2018-10-24
crypto/tls: replace custom *block with standard buffers
Filippo Valsorda
2018-10-17
crypto/tls,crypto/x509: normalize RFC references
Filippo Valsorda
2018-08-22
crypto/tls: make ConnectionState.ExportKeyingMaterial a method
Filippo Valsorda
2018-07-25
crypto/tls: fix deadlock when Read and Close called concurrently
Minaev Mike
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-04-03
crypto/tls: simplify the Handshake locking strategy
Filippo Valsorda
2018-03-22
crypto/tls: support keying material export
Mike Danese
2017-11-08
crypto/tls: limit number of consecutive warning alerts
filewalkwithme
2017-10-06
crypto/tls: fix first byte test for 255 CBC padding bytes
Peter Wu
2017-08-15
crypto/tls: disallow handshake messages fragmented across CCS
Filippo Valsorda
[next]