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_client.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
2025-11-26
crypto/tls: support crypto.MessageSigner private keys
Filippo Valsorda
2025-11-25
crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchanges
Filippo Valsorda
2025-11-25
crypto/hpke: expose crypto/internal/hpke
Filippo Valsorda
2025-11-21
crypto/tls: use inner hello for earlyData when using QUIC and ECH
Roland Shoemaker
2025-11-21
crypto/internal/hpke: modularize API and support more ciphersuites
Filippo Valsorda
2025-05-27
crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)
Filippo Valsorda
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3
Filippo Valsorda
2025-05-21
crypto/tls: replace custom intern cache with weak cache
Roland Shoemaker
2025-05-09
crypto/tls: err for unsupported point format configs
Daniel McCarney
2025-05-09
crypto/tls: use illegal param alert for bad compression
Daniel McCarney
2025-03-13
crypto/tls: clean up supported/default/allowed parameters
Filippo Valsorda
2025-03-13
crypto/tls: add ConnectionState.CurveID
Filippo Valsorda
2025-03-10
crypto/tls: reject TLS 1.3 compat session ID in TLS 1.2
Daniel McCarney
2025-03-10
crypto/tls: align cert decode alert w/ BSSL
Daniel McCarney
2025-02-25
crypto/tls: require EMS in FIPS 140-3 mode
Filippo Valsorda
2025-01-02
crypto/tls: properly return ECH retry configs
Roland Shoemaker
2024-12-18
crypto/tls: normalize spelling of "ClientHello" in comments
Filippo Valsorda
2024-11-22
crypto/tls: implement X25519MLKEM768
Filippo Valsorda
2024-11-21
crypto/tls: add server-side ECH
Roland Shoemaker
2024-11-21
crypto/tls: FIPS 140-3 mode
Daniel McCarney
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
2024-11-20
all: rename crypto/internal/fips to crypto/internal/fips140
Russ Cox
2024-11-19
crypto/internal/mlkem768: move to crypto/internal/fips/mlkem
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: add -768 suffix to all exported identifiers
Filippo Valsorda
2024-11-19
crypto/internal/mlkem768: add EncapsulationKey type
Filippo Valsorda
2024-11-19
crypto/internal/fips/tls13: implement TLS 1.3 KDF
Filippo Valsorda
2024-08-10
crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2024-06-25
crypto/tls: apply QUIC session event flag to QUICResumeSession events
Damien Neil
2024-05-23
crypto/tls: add ech client support
Roland Shoemaker
2024-05-22
crypto/tls: disable 3-DES by default
Filippo Valsorda
2024-05-22
crypto/tls: improved 0-RTT QUIC API
Damien Neil
2024-05-22
crypto/tls: implement X25519Kyber768Draft00
Filippo Valsorda
2024-05-22
crypto/tls: ensure GODEBUGs are initialized
Filippo Valsorda
2024-05-16
crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS
Mike Beaumont
2024-03-29
crypto/tls,regexp: remove always-nil error results
Daniel MartÃ
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-21
crypto/tls: check and record godebugs more granularly
Filippo Valsorda
2023-08-10
crypto/tls: add GODEBUG to control max RSA key size
Roland Shoemaker
2023-08-02
crypto/tls: restrict RSA keys in certificates to <= 8192 bits
Roland Shoemaker
2023-05-30
crypto/tls: fix cipher suite check when doing 0-RTT resumption
Marten Seemann
2023-05-25
crypto/tls: advertise correct ciphers in TLS 1.3 only mode
Monis Khan
2023-05-25
crypto/tls: don't reverify but check certificate expiration on resumption
Filippo Valsorda
2023-05-25
crypto/tls: implement Extended Master Secret
Filippo Valsorda
2023-05-25
crypto/tls: add QUIC 0-RTT APIs
Filippo Valsorda
2023-05-24
crypto/tls: use SessionState on the client side
Filippo Valsorda
2023-05-24
crypto/tls: support QUIC as a transport
Damien Neil
[next]