aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/tls.go
AgeCommit message (Expand)Author
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-06-24crypto/tls: fix DialContext docsFilippo Valsorda
2020-04-20crypto/tls: add DialerBrad Fitzpatrick
2020-04-15crypto/tls: help linker remove code when only Client or Server is usedBrad Fitzpatrick
2020-01-15crypto/tls: stop a timeout timerBrad Fitzpatrick
2019-11-12crypto/tls: select only compatible chains from CertificatesFilippo Valsorda
2019-08-27crypto/tls: remove TLS 1.3 opt-outFilippo Valsorda
2019-05-17crypto/tls: add support for Ed25519 certificates in TLS 1.2 and 1.3Filippo Valsorda
2019-02-27crypto/tls: enable TLS 1.3 by defaultFilippo Valsorda
2019-02-13crypto/tls, runtime: document GODEBUG TLS 1.3 optionBrad Fitzpatrick
2018-11-12crypto/tls: enable TLS 1.3 and update testsFilippo Valsorda
2018-10-30crypto/tls: remove unneeded calls to bytes.NewReaderTim Cooper
2018-10-24crypto/tls: replace custom *block with standard buffersFilippo Valsorda
2018-03-27crypto/tls: parse certificate first in X509KeyPair to get better errorsFilippo Valsorda
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-01-17crypto/tls: disable CBC cipher suites with SHA-256 by defaultFilippo Valsorda
2016-11-29crypto/tls: update CBC Lucky13 warning a bitBrad Fitzpatrick
2016-09-01crypto/tls: add Config.CloneBrad Fitzpatrick
2016-08-30all: use time.Until where applicableBrad Fitzpatrick
2016-06-27crypto/tls: don't copy Mutex or Once valuesIan Lance Taylor
2016-05-16crypto/tls: document certificate chains in LoadX509KeyPairScott Bell
2016-04-14crypto/tls: make error prefix uniform.Adam Langley
2016-03-14crypto/tls: minor refactors for readabilityEmmanuel Odeke
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-01-21crypto/tls: note in comment that Certificate.Leaf is nil after parsing.Adam Langley
2015-12-14crypto/tls: document lack of Lucky13 hardeningBrad Fitzpatrick
2015-09-30crypto/tls: better error messages when PEM inputs are switched.Adam Langley
2015-08-29crypto/tls: note in comments that setting GetCertificate is now sufficient.aubble
2015-08-29crypto/tls: allow tls.Listen when only GetCertificate is provided.aubble
2015-01-13crypto/tls: remove return parameter stutterBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox