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
/
handshake_messages.go
Age
Commit message (
Expand
)
Author
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2022-04-21
crypto/tls: reject duplicate extensions
Roland Shoemaker
2021-10-04
crypto/tls: use cryptobyte.NewFixedBuilder
Filippo Valsorda
2019-10-31
crypto/tls: send ec_points_format extension in ServerHello
Olivier Poitrey
2019-10-04
crypto/tls: remove NPN support
Brad Fitzpatrick
2019-04-16
crypto/tls, crypto/x509: update spelling of marshal*
Brad Fitzpatrick
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-11-12
crypto/tls: implement TLS 1.3 client authentication
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 PSK authentication (server side)
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 PSK authentication (client side)
Filippo Valsorda
2018-11-02
crypto/tls: implement TLS 1.3 server handshake (base)
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 extensions for ClientHello and ServerHello
Filippo Valsorda
2018-10-29
crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyte
Filippo Valsorda
2018-10-25
crypto/tls: replace custom equal implementations with reflect.DeepEqual
Filippo Valsorda
2018-10-17
crypto/tls,crypto/x509: normalize RFC references
Filippo Valsorda
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2017-10-13
crypto/tls: replace signatureAndHash by SignatureScheme.
Peter Wu
2017-02-01
crypto/tls: reject SNI values with a trailing dot.
Adam Langley
2016-11-17
crypto/tls: reject zero-length SCTs.
Adam Langley
2016-11-17
crypto/tls: reject CT extension with no SCTs included
woodsaj
2016-04-28
crypto/tls: allow renegotiation to be handled by a client.
Adam Langley
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-14
crypto/tls: minor refactors for readability
Emmanuel Odeke
2015-08-30
crypto/tls: reject ServerHellos with empty ALPN protocols.
Adam Langley
2015-06-14
crypto/tls: fix parsing of SNI extension.
Adam Langley
2015-04-26
crypto/tls: add support for Certificate Transparency
Jonathan Rudenberg
2015-01-06
crypto/tls: fix renegotiation extension.
Adam Langley
2014-09-08
build: move package sources from src/pkg to src
Russ Cox