summaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_messages.go
Commit message (Expand)AuthorAgeFilesLines
* crypto/tls: send ec_points_format extension in ServerHelloOlivier Poitrey2019-10-311-0/+15
* crypto/tls: remove NPN supportBrad Fitzpatrick2019-10-041-92/+2
* crypto/tls, crypto/x509: update spelling of marshal*Brad Fitzpatrick2019-04-161-1/+1
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-1/+1
* crypto/tls: implement TLS 1.3 client authenticationFilippo Valsorda2018-11-121-0/+25
* crypto/tls: implement TLS 1.3 PSK authentication (server side)Filippo Valsorda2018-11-121-44/+82
* crypto/tls: implement TLS 1.3 PSK authentication (client side)Filippo Valsorda2018-11-121-0/+44
* crypto/tls: implement TLS 1.3 server handshake (base)Filippo Valsorda2018-11-021-2/+2
* crypto/tls: implement TLS 1.3 client handshake (base)Filippo Valsorda2018-11-021-2/+4
* crypto/tls: implement TLS 1.3 version-specific messagesFilippo Valsorda2018-11-021-37/+489
* crypto/tls: implement TLS 1.3 extensions for ClientHello and ServerHelloFilippo Valsorda2018-11-021-22/+256
* crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyteFilippo Valsorda2018-10-291-666/+410
* crypto/tls: replace custom equal implementations with reflect.DeepEqualFilippo Valsorda2018-10-251-217/+0
* crypto/tls,crypto/x509: normalize RFC referencesFilippo Valsorda2018-10-171-17/+16
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-9/+9
* crypto/tls: replace signatureAndHash by SignatureScheme.Peter Wu2017-10-131-38/+33
* crypto/tls: reject SNI values with a trailing dot.Adam Langley2017-02-011-1/+10
* crypto/tls: reject zero-length SCTs.Adam Langley2016-11-171-1/+1
* crypto/tls: reject CT extension with no SCTs includedwoodsaj2016-11-171-4/+1
* crypto/tls: allow renegotiation to be handled by a client.Adam Langley2016-04-281-45/+82
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-2/+2
* crypto/tls: minor refactors for readabilityEmmanuel Odeke2016-03-141-4/+1
* crypto/tls: reject ServerHellos with empty ALPN protocols.Adam Langley2015-08-301-0/+4
* crypto/tls: fix parsing of SNI extension.Adam Langley2015-06-141-5/+9
* crypto/tls: add support for Certificate TransparencyJonathan Rudenberg2015-04-261-0/+82
* crypto/tls: fix renegotiation extension.Adam Langley2015-01-061-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1438