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_server_test.go
Age
Commit message (
Expand
)
Author
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2022-08-25
crypto/tls: support ECDHE when ec_point_formats is missing
Filippo Valsorda
2022-08-12
crypto/ecdh: new package
Filippo Valsorda
2022-05-17
all: fix spelling
John Bampton
2022-04-27
crypto/tls: remove tls10default GODEBUG flag
Filippo Valsorda
2022-04-08
all: consistently use US spelling of present participles
Daniel Martí
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-05
crypto/tls: set default minimum client version to TLS 1.2
Filippo Valsorda
2021-06-10
crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"
go1.17beta1
Filippo Valsorda
2021-05-08
crypto/tls: make cipher suite preference ordering automatic
Filippo Valsorda
2021-05-06
crypto/tls: enforce ALPN overlap when negotiated on both sides
Roland Shoemaker
2021-04-16
crypto/tls: fix flaky handshake cancellation tests
Johan Brandhorst
2021-04-10
all: fix spellings
Naman Gera
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-10
crypto/tls: de-prioritize AES-GCM ciphers when lacking hardware support
Roland Shoemaker
2020-11-09
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-05-08
crypto/tls: rotate session ticket keys
Katie Hockman
2020-04-13
crypto/tls: failed tls.Conn.Write returns a permanent error
Katie Hockman
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-12
crypto/tls: take key size into account in signature algorithm selection
Filippo Valsorda
2019-11-12
crypto/tls: re-enable RSA-PSS in TLS 1.2 again
Filippo Valsorda
2019-11-12
crypto/tls: select only compatible chains from Certificates
Filippo Valsorda
2019-11-12
crypto/tls: refactor certificate and signature algorithm logic
Filippo Valsorda
2019-11-04
crypto/tls: make -update only regenerate transcripts for failing tests
Filippo Valsorda
2019-10-31
crypto/tls: send ec_points_format extension in ServerHello
Olivier Poitrey
2019-08-27
crypto/tls: remove SSLv3 support
Filippo Valsorda
2019-08-27
crypto/tls: make SSLv3 again disabled by default
Filippo Valsorda
2019-06-20
crypto/tls: move shared code and resources to handshake_test.go
Filippo Valsorda
2019-06-19
crypto/tls: disable RSA-PSS in TLS 1.2 again
Filippo Valsorda
2019-05-21
all: remove PEM-encoded private keys from tests
Russ Cox
2019-05-17
crypto/tls: add support for Ed25519 certificates in TLS 1.2 and 1.3
Filippo Valsorda
2019-02-27
Revert "crypto/tls: disable RSA-PSS in TLS 1.2"
Filippo Valsorda
2019-02-07
crypto/tls: disable RSA-PSS in TLS 1.2
Filippo Valsorda
2019-01-20
crypto/tls: send a "handshake failure" alert if the RSA key is too small
Filippo Valsorda
2018-11-30
crypto/tls: fix client certificates support for legacy servers
Filippo Valsorda
2018-11-12
crypto/tls: enable TLS 1.3 and update tests
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 downgrade protection
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 (server side)
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 KeyLogWriter support
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: advertise and accept rsa_pss_rsae signature algorithms
Filippo Valsorda
2018-11-02
crypto/tls: implement TLS 1.3 version negotiation
Filippo Valsorda
2018-10-29
crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyte
Filippo Valsorda
2018-10-27
crypto/tls: bump test timeouts from 1s to 1m for slow builders
Filippo Valsorda
2018-10-25
crypto/tls: add timeouts to recorded tests
Filippo Valsorda
2018-10-19
crypto/tls: replace net.Pipe in tests with real TCP connections
Filippo Valsorda
[next]