80 Commits (b0eca83785d4f743052c67b7259da8a599c9c119)

Author SHA1 Message Date
  Atin M 4b78482c8b crypto/tls: set Conn.ConnectionState.ServerName unconditionally 8 years ago
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. 8 years ago
  Austin Clements 5166c9e255 crypto/tls: gofmt 8 years ago
  Russ Cox 81aa612742 crypto/tls: adjust dynamic record sizes to grow arithmetically 8 years ago
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8 years ago
  Adam Langley df48510552 crypto/tls: make error prefix uniform. 8 years ago
  Dominik Honnef eab2fdedca all: delete dead non-test code 8 years ago
  Tom Bergan 9f2da1d218 crypto/tls: implement dynamic record sizing 8 years ago
  Adam Langley 2cd00eea5d crypto/tls: better error for oversized handshake messages. 8 years ago
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord 8 years ago
  Brad Fitzpatrick fbcc97bc82 all: single space after period. 8 years ago
  Brad Fitzpatrick 008490fcc3 crypto/tls: don't block in Conn.Close if Writes are in-flight 8 years ago
  Caleb Spare 4d57d90e8e crypto/tls: return a typed error on invalid record headers 9 years ago
  Brad Fitzpatrick 527a98e440 crypto/tls, crypto/aes: remove allocations when Writing & Reading 9 years ago
  Russ Cox 9697ba25d2 crypto/tls: check cert chain during VerifyHostname 9 years ago
  Brad Fitzpatrick d99fd1798a all: link to https instead of http 9 years ago
  Jonathan Rudenberg 28ca92f12d crypto/tls: add OCSP response to ConnectionState 9 years ago
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency 9 years ago
  Adam Langley fb479af552 crypto/tls: allow larger initial records. 9 years ago
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). 10 years ago
  Robert Hencke 71f215c69a all: spelling tweaks, A-G 10 years ago
  Brad Fitzpatrick 89d6b4b257 crypto/tls: don't block on Read of zero bytes 10 years ago
  Brad Fitzpatrick a56b0bf7e2 crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer 10 years ago
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. 10 years ago
  Adam Langley 24720a0864 crypto/tls: report TLS version in ConnectionState. 10 years ago
  Adam Langley 5a2aacff2f crypto/tls: better error messages. 10 years ago
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. 10 years ago
  Adam Langley 5774c69eb7 crypto/tls: support AES-GCM. 11 years ago
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. 11 years ago
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. 11 years ago
  Adam Langley 7b0cd8f727 crypto/tls: ignore empty TLS records. 11 years ago
  Anthony Martin a954c40163 crypto/tls: use 1/n-1 record splitting to protect against BEAST 12 years ago
  Robert Griesemer ff9c946903 gofmt: apply gofmt -w src misc 12 years ago
  Adam Langley 489bd5ddd5 crypto/tls: make closeNotify a warning alert. 12 years ago
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. 12 years ago
  Dave Cheney a0608ba23c crypto/tls: fix data race on conn.err 12 years ago
  Adam Langley 22777bcc54 crypto/tls: return better error message in the case of an SSLv2 handshake. 12 years ago
  Adam Langley b9f16c6d7d crypto/...: more fixes for bug 2841 12 years ago
  Brad Fitzpatrick afedc6a568 net: change SetTimeout to SetDeadline 12 years ago
  Adam Langley ba3c11f6db crypto: allocate less. 13 years ago
  Russ Cox 51b59f6a88 various: reduce overuse of os.EINVAL + others 13 years ago
  Vincent Vanackere 3d2f7f086e all: rename os.EOF to io.EOF in various non-code contexts 13 years ago
  Russ Cox da5cf2d336 all: rename os.Error to error in various non-code contexts 13 years ago
  Russ Cox 107fb7400c src/pkg/[a-m]*: gofix -r error -force=error 13 years ago
  Adam Langley dcbc7ee6c7 http, crypto/tls: fix read timeouts and closing. 13 years ago
  Adam Langley 0078a89874 crypto/tls: forgot this file in the last change. 13 years ago
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 13 years ago
  Russ Cox 39082848cf crypto/tls: handle non-TLS more robustly 13 years ago
  Robert Griesemer a5b2e93aa2 os.Error API: don't export os.ErrorString, use os.NewError consistently 13 years ago
  Robert Hencke 3bdd4f3140 pkg: spelling tweaks, A-H 13 years ago