aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_messages.go
AgeCommit message (Expand)Author
2024-05-23crypto/tls: add ech client supportRoland Shoemaker
2024-05-22crypto/tls: reorder client_hello extensionsRoland Shoemaker
2024-04-19crypto/tls: don't cache marshal'd bytesRoland Shoemaker
2023-05-25crypto/tls: implement Extended Master SecretFilippo Valsorda
2023-05-25crypto/tls: add QUIC 0-RTT APIsFilippo Valsorda
2023-05-24crypto/tls: support QUIC as a transportDamien Neil
2023-02-14crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker
2022-04-21crypto/tls: reject duplicate extensionsRoland Shoemaker
2021-10-04crypto/tls: use cryptobyte.NewFixedBuilderFilippo Valsorda
2019-10-31crypto/tls: send ec_points_format extension in ServerHelloOlivier Poitrey
2019-10-04crypto/tls: remove NPN supportBrad Fitzpatrick
2019-04-16crypto/tls, crypto/x509: update spelling of marshal*Brad Fitzpatrick
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-12crypto/tls: implement TLS 1.3 client authenticationFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 PSK authentication (server side)Filippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 PSK authentication (client side)Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 server handshake (base)Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 client handshake (base)Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 version-specific messagesFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 extensions for ClientHello and ServerHelloFilippo Valsorda
2018-10-29crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyteFilippo Valsorda
2018-10-25crypto/tls: replace custom equal implementations with reflect.DeepEqualFilippo Valsorda
2018-10-17crypto/tls,crypto/x509: normalize RFC referencesFilippo Valsorda
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-10-13crypto/tls: replace signatureAndHash by SignatureScheme.Peter Wu
2017-02-01crypto/tls: reject SNI values with a trailing dot.Adam Langley
2016-11-17crypto/tls: reject zero-length SCTs.Adam Langley
2016-11-17crypto/tls: reject CT extension with no SCTs includedwoodsaj
2016-04-28crypto/tls: allow renegotiation to be handled by a client.Adam Langley
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-14crypto/tls: minor refactors for readabilityEmmanuel Odeke
2015-08-30crypto/tls: reject ServerHellos with empty ALPN protocols.Adam Langley
2015-06-14crypto/tls: fix parsing of SNI extension.Adam Langley
2015-04-26crypto/tls: add support for Certificate TransparencyJonathan Rudenberg
2015-01-06crypto/tls: fix renegotiation extension.Adam Langley
2014-09-08build: move package sources from src/pkg to srcRuss Cox