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
/
bogo_config.json
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-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: 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: verify server chooses advertised curve
Daniel McCarney
2025-05-21
crypto/tls: have servers prefer TLS 1.3 when supported
Daniel McCarney
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-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: 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-02-03
crypto/tls: disable additional SSLv2 bogo tests
Roland Shoemaker
2025-01-02
crypto/tls: properly return ECH retry configs
Roland Shoemaker
2024-11-22
crypto/tls: implement X25519MLKEM768
Filippo Valsorda
2024-11-21
crypto/tls: add server-side ECH
Roland Shoemaker
2024-06-04
crypto/tls: better bogo test output handling
Roland Shoemaker
2024-05-23
crypto/tls: add ech client support
Roland Shoemaker
2024-05-22
crypto/tls: implement X25519Kyber768Draft00
Filippo Valsorda
2024-04-17
crypto/tls: add a bogo shim
Roland Shoemaker