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
/
tls_test.go
Age
Commit message (
Expand
)
Author
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-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/tls: expose HelloRetryRequest state
Daniel McCarney
2025-11-21
crypto/internal/hpke: modularize API and support more ciphersuites
Filippo Valsorda
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-05-21
crypto/tls: add GetEncryptedClientHelloKeys
Roland Shoemaker
2025-05-09
crypto/tls: err for unsupported point format configs
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-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-15
crypto,hash: add t.Helper calls to test helpers
apocelipes
2024-05-23
crypto/tls: add ech client support
Roland Shoemaker
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-23
crypto/tls: allow 256KiB certificate messages
Roland Shoemaker
2024-05-22
crypto/tls: populate Leaf in X509KeyPair
Roland Shoemaker
2024-05-22
crypto/tls: disable 3-DES by default
Filippo Valsorda
2024-05-22
crypto/tls: implement X25519Kyber768Draft00
Filippo Valsorda
2024-02-26
crypto/tls: fix typo in comment
guoguangwu
2023-11-21
crypto/tls: mark RSA KEX cipher suites insecure
Filippo Valsorda
2023-11-21
crypto/tls: check and record godebugs more granularly
Filippo Valsorda
2023-11-14
crypto/tls: remove RSA KEX ciphers from the default list
Roland Shoemaker
2023-11-14
crypto/tls: change default minimum version to 1.2
Roland Shoemaker
2023-05-25
crypto/tls: don't reverify but check certificate expiration on resumption
Filippo Valsorda
2023-05-25
crypto/tls: add VersionName
Filippo Valsorda
2023-05-25
crypto/tls: implement Extended Master Secret
Filippo Valsorda
2023-05-24
crypto/tls: add WrapSession and UnwrapSession
Filippo Valsorda
2023-04-19
crypto/tls: retry DialWithTimeout until the listener accepts a connection
Bryan C. Mills
2021-05-08
crypto/tls: make cipher suite preference ordering automatic
Filippo Valsorda
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-09-29
crypto/tls: make config.Clone return nil if the source is nil
Chen.Zhidong
2020-09-24
crypto/tls: replace errClosed with net.ErrClosed
Ainar Garipov
2020-07-08
crypto: fix PKCS space in docs
Katie Hockman
2020-06-03
crypto/tls: test that Clone copies session ticket key fields
Katie Hockman
2020-05-08
crypto/tls: add Config.VerifyConnection callback
Katie Hockman
2020-04-20
crypto/tls: add Dialer
Brad Fitzpatrick
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-12
crypto/tls: add CipherSuites, InsecureCipherSuites and CipherSuiteName
Filippo Valsorda
2019-11-12
crypto/tls: re-enable RSA-PSS in TLS 1.2 again
Filippo Valsorda
2019-11-12
crypto/tls: implement Certificate.SupportedSignatureAlgorithms
Filippo Valsorda
2019-11-12
crypto/tls: implement (*ClientHelloInfo).SupportsCertificate
Filippo Valsorda
2019-11-12
crypto/tls: refactor certificate and signature algorithm logic
Filippo Valsorda
2019-10-30
crypto/tls: improve error messages for invalid certificates and signatures
Filippo Valsorda
2019-08-27
crypto/tls: remove TLS 1.3 opt-out
Filippo Valsorda
2019-08-27
crypto/tls: remove SSLv3 support
Filippo Valsorda
[next]