80 Revīzijas (b0eca83785d4f743052c67b7259da8a599c9c119)

Autors SHA1 Ziņojums Datums
  Filippo Valsorda 9bc837c453 [dev.tls] crypto/tls: implement TLS 1.3 messages pirms 8 gadiem
  Filippo Valsorda 7743362eba [dev.tls] crypto/tls: implement TLS 1.3 record layer pirms 8 gadiem
  Adam Langley fedcc1ec9c crypto/tls: don't hold lock when closing underlying net.Conn. pirms 7 gadiem
  Mikio Hara d2353f871d crypto/tls: fix a typo pirms 7 gadiem
  Dmitri Shuralyov b8725556fa all: spell "marshal" and "unmarshal" consistently pirms 8 gadiem
  Ben Burkert 54967fbddc crypto/tls: add CloseWrite method to Conn pirms 8 gadiem
  Adam Langley 2d346b9207 Revert "crypto/tls: add CloseWrite method to Conn" pirms 8 gadiem
  Adam Langley 41aac6ea44 crypto/tls: support ChaCha20-Poly1305. pirms 8 gadiem
  Ben Burkert 152328ca0e crypto/tls: add CloseWrite method to Conn pirms 8 gadiem
  Filippo Valsorda 318ec0c21a crypto/tls: implement countermeasures against CBC padding oracles pirms 8 gadiem
  David Benjamin 5716364b9c crypto/tls: Fix c.in.decrypt error handling. pirms 8 gadiem
  Adam Langley b7ba182f28 crypto/tls: fix deadlock when racing to complete handshake. pirms 8 gadiem
  Filippo Valsorda 37110e801a crypto/tls: flush the buffer on handshake errors pirms 8 gadiem
  Atin M 4b78482c8b crypto/tls: set Conn.ConnectionState.ServerName unconditionally pirms 8 gadiem
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. pirms 8 gadiem
  Austin Clements 5166c9e255 crypto/tls: gofmt pirms 8 gadiem
  Russ Cox 81aa612742 crypto/tls: adjust dynamic record sizes to grow arithmetically pirms 8 gadiem
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. pirms 8 gadiem
  Adam Langley df48510552 crypto/tls: make error prefix uniform. pirms 8 gadiem
  Dominik Honnef eab2fdedca all: delete dead non-test code pirms 8 gadiem
  Tom Bergan 9f2da1d218 crypto/tls: implement dynamic record sizing pirms 8 gadiem
  Adam Langley 2cd00eea5d crypto/tls: better error for oversized handshake messages. pirms 8 gadiem
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord pirms 8 gadiem
  Brad Fitzpatrick fbcc97bc82 all: single space after period. pirms 8 gadiem
  Brad Fitzpatrick 008490fcc3 crypto/tls: don't block in Conn.Close if Writes are in-flight pirms 8 gadiem
  Caleb Spare 4d57d90e8e crypto/tls: return a typed error on invalid record headers pirms 9 gadiem
  Brad Fitzpatrick 527a98e440 crypto/tls, crypto/aes: remove allocations when Writing & Reading pirms 9 gadiem
  Russ Cox 9697ba25d2 crypto/tls: check cert chain during VerifyHostname pirms 9 gadiem
  Brad Fitzpatrick d99fd1798a all: link to https instead of http pirms 9 gadiem
  Jonathan Rudenberg 28ca92f12d crypto/tls: add OCSP response to ConnectionState pirms 9 gadiem
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency pirms 9 gadiem
  Adam Langley fb479af552 crypto/tls: allow larger initial records. pirms 9 gadiem
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). pirms 10 gadiem
  Robert Hencke 71f215c69a all: spelling tweaks, A-G pirms 10 gadiem
  Brad Fitzpatrick 89d6b4b257 crypto/tls: don't block on Read of zero bytes pirms 10 gadiem
  Brad Fitzpatrick a56b0bf7e2 crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer pirms 10 gadiem
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. pirms 10 gadiem
  Adam Langley 24720a0864 crypto/tls: report TLS version in ConnectionState. pirms 10 gadiem
  Adam Langley 5a2aacff2f crypto/tls: better error messages. pirms 10 gadiem
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. pirms 10 gadiem
  Adam Langley 5774c69eb7 crypto/tls: support AES-GCM. pirms 11 gadiem
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. pirms 11 gadiem
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. pirms 11 gadiem
  Adam Langley 7b0cd8f727 crypto/tls: ignore empty TLS records. pirms 11 gadiem
  Anthony Martin a954c40163 crypto/tls: use 1/n-1 record splitting to protect against BEAST pirms 12 gadiem
  Robert Griesemer ff9c946903 gofmt: apply gofmt -w src misc pirms 12 gadiem
  Adam Langley 489bd5ddd5 crypto/tls: make closeNotify a warning alert. pirms 12 gadiem
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. pirms 12 gadiem
  Dave Cheney a0608ba23c crypto/tls: fix data race on conn.err pirms 12 gadiem
  Adam Langley 22777bcc54 crypto/tls: return better error message in the case of an SSLv2 handshake. pirms 12 gadiem