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
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: reorder client_hello extensions
Roland Shoemaker
2024-05-22
crypto/tls: move defaults into defaults.go
Filippo Valsorda
2024-05-22
crypto/tls: disable 3-DES by default
Filippo Valsorda
2024-05-22
crypto/tls: remove typeNextProtocol
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-22
crypto/tls: clarify group selection logic
Filippo Valsorda
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
2024-05-16
crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS
Mike Beaumont
2024-05-13
crypto: replace encoding/binary in favour of internal/byteorder
Mateusz Poliwczak
2024-04-24
crypto/tls: skip bogo suite on windows builders
Roland Shoemaker
2024-04-19
crypto/tls: don't cache marshal'd bytes
Roland Shoemaker
2024-04-17
crypto/tls: add a bogo shim
Roland Shoemaker
2024-03-29
crypto/tls,regexp: remove always-nil error results
Daniel MartÃ
2024-03-27
all: make use of builtin clear
Jes Cok
2024-03-26
all: fix a large number of comments
cui fliter
2024-02-26
crypto/tls: fix typo in comment
guoguangwu
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: mark RSA KEX cipher suites insecure
Filippo Valsorda
2023-11-21
crypto/tls: check and record godebugs more granularly
Filippo Valsorda
2023-11-21
crypto/tls: check client's supported versions when using QUIC
Marten Seemann
2023-11-21
crypto/tls: disable ExportKeyingMaterial without EMS
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-10-13
crypto: add available godoc link
cui fliter
2023-09-25
crypto/tls: pretty-print SignatureScheme in tests
Daiki Ueno
2023-09-25
all: use the indefinite article an in comments
Jes Cok
2023-08-25
crypto/tls: QUIC: fix panics when processing post-handshake messages
Damien Neil
2023-08-10
crypto/tls: add GODEBUG to control max RSA key size
Roland Shoemaker
2023-08-02
crypto/tls: change SendSessionTicket to take an options struct
Damien Neil
2023-08-02
crypto/tls: restrict RSA keys in certificates to <= 8192 bits
Roland Shoemaker
2023-06-09
crypto/tls: make SessionState.Extra a slice of byte slices
Filippo Valsorda
2023-05-30
crypto/tls: fix cipher suite check when doing 0-RTT resumption
Marten Seemann
2023-05-26
crypto/tls: avoid referencing potentially unused symbols in init
Damien Neil
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: add VersionName
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: add SessionState.Extra
Filippo Valsorda
2023-05-24
crypto/tls: add WrapSession and UnwrapSession
Filippo Valsorda
2023-05-24
crypto/tls: add ClientSessionState.ResumptionState and NewResumptionState
Filippo Valsorda
2023-05-24
crypto/tls: use SessionState on the client side
Filippo Valsorda
2023-05-24
crypto/tls: add SessionState and use it on the server side
Filippo Valsorda
2023-05-24
crypto/tls: reduce session ticket linkability
Filippo Valsorda
2023-05-24
crypto/tls: support QUIC as a transport
Damien Neil
[prev]
[next]