summaryrefslogtreecommitdiff
path: root/src/crypto/tls
Commit message (Expand)AuthorAgeFilesLines
* crypto/tls: pass argument to serverInit rather than using a field in Config.Adam Langley2017-05-162-19/+8
* crypto/tls: recommend P256 elliptic curveKevin Burke2017-04-101-1/+1
* crypto/tls: make Config.Clone also clone the GetClientCertificate fieldMike Danese2017-03-022-22/+69
* 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-092-1/+32
* crypto/tls: fix link to more info about channel bindingsМаксим Федосеев2017-02-081-3/+3
* crypto/tls: document that only tickets are supported.Adam Langley2017-02-081-1/+2
* cmd/link, crypto/tls: don't use append loopsDaniel Martí2017-02-071-3/+1
* crypto/tls: reject SNI values with a trailing dot.Adam Langley2017-02-014-2/+19
* crypto/tls: document ConnectionState.NegotiatedProtocol more clearlyAnmol Sethi2017-02-011-2/+2
* crypto/tls: disable CBC cipher suites with SHA-256 by defaultFilippo Valsorda2017-01-172-5/+5
* crypto/tls: fix a typoMikio Hara2016-12-191-1/+1
* crypto/tls: update CBC Lucky13 warning a bitBrad Fitzpatrick2016-11-291-1/+1
* crypto/tls: reject zero-length SCTs.Adam Langley2016-11-172-1/+19
* crypto/tls: reject CT extension with no SCTs includedwoodsaj2016-11-172-4/+46
* crypto/tls: add example for Config KeyLogWriterJoonas Kuorilehto2016-11-171-0/+58
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-152-3/+6
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-1/+1
* cmd/gofmt, crypto/tls: fix typosKevin Burke2016-11-112-2/+2
* crypto/tls: use default cipher suites in BenchmarkThroughputMichael Munday2016-11-071-0/+2
* crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware suppo...Adam Langley2016-11-071-0/+36
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-043-0/+24
* crypto/tls: add GetClientCertificate callbackAdam Langley2016-10-274-73/+287
* crypto/tls: add a SignatureScheme type.Adam Langley2016-10-272-3/+22
* crypto/tls: add CloseWrite method to ConnBen Burkert2016-10-262-2/+149
* crypto/tls: expand ClientHelloInfoFilippo Valsorda2016-10-262-22/+77
* crypto/tls: fix vet issues againJosh Bleecher Snyder2016-10-251-7/+7
* crypto/tls: add VerifyPeerCertificate to tls.ConfigJoshua Boelter2016-10-245-1/+182
* all: minor vet fixesJosh Bleecher Snyder2016-10-241-4/+4
* net/http: drop custom tls.Config cloning code.Adam Langley2016-10-222-2/+10
* crypto/tls: enable ChaCha20-Poly1305 cipher suites by default.Adam Langley2016-10-1864-2721/+2662
* crypto/tls: add Config.GetConfigForClientAdam Langley2016-10-184-32/+225
* crypto/tls: only store a single nonce for AES-GCM.Adam Langley2016-10-171-14/+10
* Revert "crypto/tls: add CloseWrite method to Conn"Adam Langley2016-10-172-128/+2
* crypto/tls: support ChaCha20-Poly1305.Adam Langley2016-10-176-11/+273
* crypto/tls: add CloseWrite method to ConnBen Burkert2016-10-172-2/+128
* crypto/tls: enable X25519 by default.Adam Langley2016-10-1263-2875/+2757
* crypto/tls: support X25519.Adam Langley2016-10-126-44/+302
* crypto/tls: fix printing of OpenSSL output when updating a test fails.Adam Langley2016-10-121-1/+1
* crypto/tls: switch to OpenSSL 1.1.0 for test data.Adam Langley2016-10-1264-2725/+2840
* crypto/tls: implement countermeasures against CBC padding oraclesFilippo Valsorda2016-10-043-40/+70
* crypto/tls: simplify keylog tests.Adam Langley2016-10-016-244/+51
* crypto/tls: Fix c.in.decrypt error handling.David Benjamin2016-09-301-2/+3
* crypto/tls: fix deadlock when racing to complete handshake.Adam Langley2016-09-222-15/+107
* crypto/tls: flush the buffer on handshake errorsFilippo Valsorda2016-09-112-0/+49
* crypto/tls: Add mutex to protect KeyLogWriterJoonas Kuorilehto2016-09-101-0/+6
* crypto/tls: add Config.CloneBrad Fitzpatrick2016-09-016-45/+46
* all: use time.Until where applicableBrad Fitzpatrick2016-08-301-1/+1
* crypto/tls: add KeyLogWriter for debuggingJoonas Kuorilehto2016-08-278-0/+279
* crypto/tls: don't generate random ticket keys if already set.Adam Langley2016-08-182-4/+15