384 Commits (80f82d89c7dd1382f16341bb6ee0747c5d037a8c)
 

Author SHA1 Message Date
  Joe Tsai 1867b9ca10 crypto/tls: use io.ReadFull in conn_test.go 7 years ago
  Adam Langley fedcc1ec9c crypto/tls: don't hold lock when closing underlying net.Conn. 7 years ago
  Максим Федосеев c9d95e7aac crypto/tls: fix link to more info about channel bindings 7 years ago
  Adam Langley 2fd73e730d crypto/tls: document that only tickets are supported. 7 years ago
  Daniel Martí 6091662fa9 cmd/link, crypto/tls: don't use append loops 7 years ago
  Adam Langley 59e91483bd crypto/tls: reject SNI values with a trailing dot. 7 years ago
  Anmol Sethi c7f1c5bf4e crypto/tls: document ConnectionState.NegotiatedProtocol more clearly 7 years ago
  Filippo Valsorda b5fd625da3 crypto/tls: disable CBC cipher suites with SHA-256 by default 7 years ago
  Mikio Hara d2353f871d crypto/tls: fix a typo 7 years ago
  Brad Fitzpatrick c2df6cccbd crypto/tls: update CBC Lucky13 warning a bit 8 years ago
  Adam Langley 1b8b6efd10 crypto/tls: reject zero-length SCTs. 8 years ago
  woodsaj 8b63f202ce crypto/tls: reject CT extension with no SCTs included 8 years ago
  Joonas Kuorilehto 85c867c672 crypto/tls: add example for Config KeyLogWriter 8 years ago
  Ian Lance Taylor 58695365b9 all: don't call t.Fatal from a goroutine 8 years ago
  Dmitri Shuralyov b8725556fa all: spell "marshal" and "unmarshal" consistently 8 years ago
  Kevin Burke 72ea563e1e cmd/gofmt, crypto/tls: fix typos 8 years ago
  Michael Munday e3f996a6b7 crypto/tls: use default cipher suites in BenchmarkThroughput 8 years ago
  Adam Langley 1ac9b9783b crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware support is present. 8 years ago
  Brad Fitzpatrick 3dc6b2757e all: sprinkle t.Parallel on some slow tests 8 years ago
  Adam Langley a1b5b4eab5 crypto/tls: add GetClientCertificate callback 8 years ago
  Adam Langley ce1c25b814 crypto/tls: add a SignatureScheme type. 8 years ago
  Ben Burkert 54967fbddc crypto/tls: add CloseWrite method to Conn 8 years ago
  Filippo Valsorda b189f06b5c crypto/tls: expand ClientHelloInfo 8 years ago
  Josh Bleecher Snyder 5dbe3480aa crypto/tls: fix vet issues again 8 years ago
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config 8 years ago
  Josh Bleecher Snyder 5b71240bb5 all: minor vet fixes 8 years ago
  Adam Langley 56db2e9d77 net/http: drop custom tls.Config cloning code. 8 years ago
  Adam Langley 83797dffac crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. 8 years ago
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient 8 years ago
  Adam Langley 6f5a445fc3 crypto/tls: only store a single nonce for AES-GCM. 8 years ago
  Adam Langley 2d346b9207 Revert "crypto/tls: add CloseWrite method to Conn" 8 years ago
  Adam Langley 41aac6ea44 crypto/tls: support ChaCha20-Poly1305. 8 years ago
  Ben Burkert 152328ca0e crypto/tls: add CloseWrite method to Conn 8 years ago
  Adam Langley 98052045d9 crypto/tls: enable X25519 by default. 8 years ago
  Adam Langley 7ef5c9eac8 crypto/tls: support X25519. 8 years ago
  Adam Langley 1a30048f28 crypto/tls: fix printing of OpenSSL output when updating a test fails. 8 years ago
  Adam Langley 6918d87d90 crypto/tls: switch to OpenSSL 1.1.0 for test data. 8 years ago
  Filippo Valsorda 318ec0c21a crypto/tls: implement countermeasures against CBC padding oracles 8 years ago
  Adam Langley 5b97009ebb crypto/tls: simplify keylog tests. 8 years ago
  David Benjamin 5716364b9c crypto/tls: Fix c.in.decrypt error handling. 8 years ago
  Adam Langley b7ba182f28 crypto/tls: fix deadlock when racing to complete handshake. 8 years ago
  Filippo Valsorda 37110e801a crypto/tls: flush the buffer on handshake errors 8 years ago
  Joonas Kuorilehto 433c5c3eec crypto/tls: Add mutex to protect KeyLogWriter 8 years ago
  Brad Fitzpatrick 1822025fbf crypto/tls: add Config.Clone 8 years ago
  Brad Fitzpatrick 0d6f47c2a7 all: use time.Until where applicable 8 years ago
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging 8 years ago
  Adam Langley 251d647e6e crypto/tls: don't generate random ticket keys if already set. 8 years ago
  Adam Langley 999c968fe2 crypto/tls: fix comment typo. 8 years ago
  Adam Langley cfd077fd28 crypto/tls: support AES-128-CBC cipher suites with SHA-256. 8 years ago
  Adam Langley cde0e97e4c crypto/x509: require a NULL parameters for RSA public keys. 8 years ago