34 Commits (489bd5ddd59ae99ffeecf48ba97c9e796890e4e4)

Autor SHA1 Nachricht Datum
  Adam Langley 489bd5ddd5 crypto/tls: make closeNotify a warning alert. vor 12 Jahren
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. vor 12 Jahren
  Dave Cheney a0608ba23c crypto/tls: fix data race on conn.err vor 12 Jahren
  Adam Langley 22777bcc54 crypto/tls: return better error message in the case of an SSLv2 handshake. vor 12 Jahren
  Adam Langley b9f16c6d7d crypto/...: more fixes for bug 2841 vor 12 Jahren
  Brad Fitzpatrick afedc6a568 net: change SetTimeout to SetDeadline vor 12 Jahren
  Adam Langley ba3c11f6db crypto: allocate less. vor 13 Jahren
  Russ Cox 51b59f6a88 various: reduce overuse of os.EINVAL + others vor 13 Jahren
  Vincent Vanackere 3d2f7f086e all: rename os.EOF to io.EOF in various non-code contexts vor 13 Jahren
  Russ Cox da5cf2d336 all: rename os.Error to error in various non-code contexts vor 13 Jahren
  Russ Cox 107fb7400c src/pkg/[a-m]*: gofix -r error -force=error vor 13 Jahren
  Adam Langley dcbc7ee6c7 http, crypto/tls: fix read timeouts and closing. vor 13 Jahren
  Adam Langley 0078a89874 crypto/tls: forgot this file in the last change. vor 13 Jahren
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 vor 13 Jahren
  Russ Cox 39082848cf crypto/tls: handle non-TLS more robustly vor 13 Jahren
  Robert Griesemer a5b2e93aa2 os.Error API: don't export os.ErrorString, use os.NewError consistently vor 13 Jahren
  Robert Hencke 3bdd4f3140 pkg: spelling tweaks, A-H vor 13 Jahren
  Adam Langley cf7be9b458 crypto/tls: export the verified chains. vor 13 Jahren
  Adam Langley 24df228d7a crypto: move certificate verification into x509. vor 13 Jahren
  Adam Langley 78f486a80c crypto/tls: extend NPN support to the client. vor 13 Jahren
  Brad Fitzpatrick 36cddf2fc1 tls: move PeerCertificates to ConnectionState vor 13 Jahren
  Adam Langley 954c3ec034 crypto/tls: add ECDHE support vor 14 Jahren
  Adam Langley 50ac183397 crypto/tls: support CBC ciphers vor 14 Jahren
  Kyle Consalus 67c5445327 Removed bytes.Add and bytes.AddByte; we now have 'append'. vor 14 Jahren
  Adam Langley 597324882f crypto/tls: make SetReadTimeout work. vor 14 Jahren
  Adam Langley ed8da7bff6 Fix certificate validation. vor 14 Jahren
  Russ Cox 657e8dab30 http: check https certificate against host name vor 14 Jahren
  Adam Langley 4c5892dcab crypto/tls: don't return an error from Close() vor 14 Jahren
  Evan Shaw 99e338e9ec crypto/tls: Fix doc typo vor 14 Jahren
  Mikkel Krautz e85c1c3393 crypto/tls: client certificate support. vor 14 Jahren
  Adam Langley cbf5c897cb crypto/tls: add client-side SNI support and PeerCertificates. vor 14 Jahren
  Adam Langley a54a4371e7 crypto/tls: add client OCSP stapling support. vor 14 Jahren
  Russ Cox 06f6131702 changes &x -> x[0:] for array to slice conversion vor 14 Jahren
  Russ Cox 751062bb0e crypto/tls: simpler implementation of record layer vor 14 Jahren