aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_messages_test.go
AgeCommit message (Expand)Author
2020-05-07crypto/tls: rotate session keys in older TLS versionsKatie Hockman
2020-05-06crypto/tls: marshal sessionState using cryptobyteKatie Hockman
2019-10-31crypto/tls: send ec_points_format extension in ServerHelloOlivier Poitrey
2019-10-04crypto/tls: remove NPN supportBrad Fitzpatrick
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-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-10-09crypto/tls: fix ServerHello SCT testMarten Seemann
2017-11-01archive/zip, crypto/tls: use rand.Read instead of casting ints to bytesCarl Mastrangelo
2017-10-13crypto/tls: replace signatureAndHash by SignatureScheme.Peter Wu
2017-09-09crypto/tls: fix clientHelloMsg fuzzer not to generate the RI SCSVEKR
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
2015-04-30crypto/tls: decouple handshake signatures from the handshake hash.Adam Langley
2015-04-26crypto/tls: add support for Certificate TransparencyJonathan Rudenberg
2014-09-08build: move package sources from src/pkg to srcRuss Cox