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
2026-01-28
crypto/tls: check verifiedChains roots when resuming sessions
Roland Shoemaker
2026-01-28
crypto/tls: add verifiedChains expiration checking during resumption
Roland Shoemaker
2026-01-28
Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone"
Roland Shoemaker
2026-01-15
crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone
Roland Shoemaker
2025-11-25
crypto/tls: expose HelloRetryRequest state
Daniel McCarney
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-09-18
crypto: use clear built-in
Kir Kolyshkin
2025-07-30
crypto/tls: use standard chacha20-poly1305 cipher suite names
qmuntal
2025-05-21
crypto/tls: use decode alert for handshake msg unmarshal err
Daniel McCarney
2025-04-23
crypto/tls: skip part of the test based on GOOS instead of GOARCH
Nevkontakte
2025-04-16
crypto/tls: fix a testing deadlock that occurs on a TLS protocol error
Eric Young
2025-03-13
crypto/tls: add ConnectionState.CurveID
Filippo Valsorda
2025-01-01
crypto/tls: fix Config.Time in tests using expired certificates
Filippo Valsorda
2024-11-22
crypto/tls: implement X25519MLKEM768
Filippo Valsorda
2024-11-22
crypto/tls: test with FIPS 140-3 TLS mode
Daniel McCarney
2024-11-21
crypto/tls: add server-side ECH
Roland Shoemaker
2024-08-10
crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2024-08-09
crypto/tls: expose extensions presented by client to GetCertificate
Bobby Powers
2024-06-24
crypto/tls: replay test recordings without network
Filippo Valsorda
2024-06-03
all: make function comments match function names
cuishuang
2024-05-22
crypto/tls: implement X25519Kyber768Draft00
Filippo Valsorda
2024-05-22
crypto/tls: clarify group selection logic
Filippo Valsorda
2024-03-26
all: fix a large number of comments
cui fliter
2024-01-26
Revert "crypto/internal/boring: upgrade module to fips-20220613" +1
Filippo Valsorda
2023-12-18
crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2023-11-14
crypto/tls: change default minimum version to 1.2
Roland Shoemaker
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
[next]