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
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
2025-05-21
crypto/tls: reject duplicate TLS 1.3 EncryptedExtensions
Daniel McCarney
2025-05-21
crypto/tls: use decode alert for handshake msg unmarshal err
Daniel McCarney
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: update BoGo SessionID test skip reasons
Daniel McCarney
2025-05-21
crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13
Daniel McCarney
2025-05-21
crypto/tls: match compression method alert across versions
Daniel McCarney
2025-05-21
crypto/tls: delete dead code curveIDForCurve
Daniel McCarney
2025-05-21
crypto/tls: verify server chooses advertised curve
Daniel McCarney
2025-05-21
crypto/tls: have servers prefer TLS 1.3 when supported
Daniel McCarney
2025-05-21
crypto/tls: add GetEncryptedClientHelloKeys
Roland Shoemaker
2025-05-21
crypto/tls: replace custom intern cache with weak cache
Roland Shoemaker
2025-05-15
crypto/tls: fix bogo IgnoreClientVersionOrder skip reason
Daniel McCarney
2025-05-09
crypto/tls: handle client hello version too high
Daniel McCarney
2025-05-09
crypto/tls: fix TLS <1.3 client cert required alert
Daniel McCarney
2025-05-09
crypto/tls: enable more large record bogo tests
Daniel McCarney
2025-05-09
crypto/tls: skip BadRSAClientKeyExchange-[4,5]
Daniel McCarney
2025-05-09
crypto/tls: err for unsupported point format configs
Daniel McCarney
2025-05-09
crypto/tls: update TLS 1.3 client compression validation
Daniel McCarney
2025-05-09
crypto/tls: use illegal param alert for bad compression
Daniel McCarney
2025-05-08
crypto/tls: use runtime.Gosched instead of time.After in TestCertCache
Michael Anthony Knyszek
2025-05-08
crypto/tls: add scheduler call to TestCertCache refcount timeout loop
Michael Anthony Knyszek
2025-05-07
crypto/tls: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2025-04-28
crypto/internal/hpke: rename Receipient to Recipient
John Bampton
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-04-07
crypto/tls: add offered cipher suites to the handshake error
Nicola Murino
2025-04-02
crypto/tls: use crypto/hkdf
qmuntal
2025-03-20
crypto/tls: add missing RUnlock in ticketKeys
Edoardo Spadolini
2025-03-17
crypto/tls: fix ECH compatibility
古大羊
2025-03-13
crypto/tls/internal/fips140tls: use crypto/fips140
qmuntal
2025-03-13
crypto/tls: relax native FIPS 140-3 mode
Filippo Valsorda
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-13
crypto/tls: allow P-521 in FIPS 140-3 mode and Go+BoringCrypto
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-03-10
crypto/tls: update GREASE-Server-TLS13 BoGo skip
Daniel McCarney
2025-03-10
crypto/tls: support bogo -wait-for-debugger
Daniel McCarney
2025-03-10
crypto/tls: ignore TLS 1.3 user canceled alerts
Daniel McCarney
2025-03-10
crypto/tls: run SkipNewSessionTicket bogo test
Daniel McCarney
2025-03-10
crypto/tls: reject empty TLS 1.3 session ticket
Daniel McCarney
2025-03-07
crypto/tls: small bogo shim test tidying
Daniel McCarney
2025-02-25
crypto/tls: require EMS in FIPS 140-3 mode
Filippo Valsorda
2025-02-19
crypto/tls: improve ech parsing errors
Roland Shoemaker
[next]