summaryrefslogtreecommitdiff
path: root/src/crypto/tls/conn_test.go
Commit message (Expand)AuthorAgeFilesLines
* crypto/tls: select only compatible chains from CertificatesFilippo Valsorda2019-11-121-10/+2
* crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda2019-02-071-0/+1
* crypto/tls: enable TLS 1.3 and update testsFilippo Valsorda2018-11-121-7/+12
* crypto/tls: replace net.Pipe in tests with real TCP connectionsFilippo Valsorda2018-10-191-2/+5
* crypto/tls: fix first byte test for 255 CBC padding bytesPeter Wu2017-10-061-0/+12
* crypto/tls: use io.ReadFull in conn_test.goJoe Tsai2017-02-241-5/+5
* crypto/tls: don't hold lock when closing underlying net.Conn.Adam Langley2017-02-091-0/+31
* crypto/tls: implement countermeasures against CBC padding oraclesFilippo Valsorda2016-10-041-3/+3
* crypto/tls: add Config.CloneBrad Fitzpatrick2016-09-011-4/+4
* crypto/x509: require a NULL parameters for RSA public keys.Adam Langley2016-08-171-4/+4
* crypto/tls: don't copy Mutex or Once valuesIan Lance Taylor2016-06-271-8/+8
* crypto/tls: adjust dynamic record sizes to grow arithmeticallyRuss Cox2016-05-271-7/+4
* crypto/tls: implement dynamic record sizingTom Bergan2016-03-121-0/+128
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+118