aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/conn_test.go
AgeCommit message (Expand)Author
2019-11-12crypto/tls: select only compatible chains from CertificatesFilippo Valsorda
2019-02-07crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda
2018-11-12crypto/tls: enable TLS 1.3 and update testsFilippo Valsorda
2018-10-19crypto/tls: replace net.Pipe in tests with real TCP connectionsFilippo Valsorda
2017-10-06crypto/tls: fix first byte test for 255 CBC padding bytesPeter Wu
2017-02-24crypto/tls: use io.ReadFull in conn_test.goJoe Tsai
2017-02-09crypto/tls: don't hold lock when closing underlying net.Conn.Adam Langley
2016-10-04crypto/tls: implement countermeasures against CBC padding oraclesFilippo Valsorda
2016-09-01crypto/tls: add Config.CloneBrad Fitzpatrick
2016-08-17crypto/x509: require a NULL parameters for RSA public keys.Adam Langley
2016-06-27crypto/tls: don't copy Mutex or Once valuesIan Lance Taylor
2016-05-27crypto/tls: adjust dynamic record sizes to grow arithmeticallyRuss Cox
2016-03-12crypto/tls: implement dynamic record sizingTom Bergan
2014-09-08build: move package sources from src/pkg to srcRuss Cox