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
Age
Commit message (
Expand
)
Author
4 days
crypto/tls: fix ECH SNI encoded length
Neal Patel
7 days
crypto/tls: prevent deadlock when client sends multiple key update messages
Roland Shoemaker
8 days
crypto/tls: avoid atLeastReader and associated allocations.
Daniel Morsing
2026-02-17
crypto: don't overwrite existing GODEBUG settings
qmuntal
2026-02-12
crypto/tls: fix CurvePreferences comment
Simon Deziel
2026-02-09
crypto/tls: update bogo version
Roland Shoemaker
2026-02-06
crypto/tls: fix broken link in KeyLogWriter documentation
kovan
2026-02-05
crypto/tls: avoid data race when canceling a QUICConn's Context
Damien Neil
2026-02-03
crypto/tls: revalidate whole chain on resumption on Windows and macOS
Filippo Valsorda
2026-02-02
crypto/tls: document resumption behavior across Configs
Filippo Valsorda
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
2026-01-12
crypto: use testenv.Executable(t) instead of os.Args[0] in tests
Filippo Valsorda
2025-12-16
crypto/tls: reject trailing messages after client/server hello
Roland Shoemaker
2025-12-10
crypto: clean up subprocess-spawning tests
Filippo Valsorda
2025-12-05
all: fix some comment issues
cuishuang
2025-11-26
crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom
Filippo Valsorda
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-25
crypto/ecdsa: clean up ECDSA parsing and serialization paths
Filippo Valsorda
2025-11-25
crypto/tls: expose HelloRetryRequest state
Daniel McCarney
2025-11-21
crypto/tls: use inner hello for earlyData when using QUIC and ECH
Roland Shoemaker
2025-11-21
crypto/internal/hpke: separate KEM and PublicKey/PrivateKey interfaces
Filippo Valsorda
2025-11-21
crypto/internal/hpke: modularize API and support more ciphersuites
Filippo Valsorda
2025-11-20
crypto/tls: add QUICErrorEvent
Damien Neil
2025-11-14
std: fix printf("%q", int) mistakes
Alan Donovan
2025-11-12
crypto/x509: move BetterTLS suite from crypto/tls
Roland Shoemaker
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-11-03
crypto/tls: add BetterTLS test coverage
Daniel McCarney
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-06
crypto/tls: streamline BoGo testing w/ -bogo-local-dir
Daniel McCarney
2025-10-03
crypto/tls: add flag to render HTML BoGo report
Daniel McCarney
2025-10-02
crypto/tls: rm marshalEncryptedClientHelloConfigList dead code
Daniel McCarney
2025-09-29
crypto/tls: quote protocols in ALPN error message
Roland Shoemaker
2025-09-27
all: fix typos
AN Long
2025-09-18
crypto: use clear built-in
Kir Kolyshkin
2025-09-06
crypto/tls: use context.AfterFunc in handshakeContext
database64128
2025-08-29
crypto/tls: use hash.Cloner
qmuntal
2025-08-22
crypto/tls: fix quic comment typo
guoguangwu
2025-08-08
crypto/tls: check if quic conn can send session ticket
Audi P. R. Putra
2025-07-30
crypto/tls: use standard chacha20-poly1305 cipher suite names
qmuntal
2025-07-09
crypto/tls: empty server_name conf. ext. from server
Daniel McCarney
2025-07-01
crypto/tls: ensure the ECDSA curve matches the signature algorithm
Filippo Valsorda
2025-06-30
crypto/tls: update bogo version
Daniel McCarney
2025-05-27
crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)
Filippo Valsorda
2025-05-23
crypto/tls: signature_algorithms in CertificateRequest can't be empty
Filippo Valsorda
[next]