342 Commits (b0eca83785d4f743052c67b7259da8a599c9c119)
 

Author SHA1 Message Date
  Brad Fitzpatrick 89d6b4b257 crypto/tls: don't block on Read of zero bytes 10 years ago
  Brad Fitzpatrick 53431b940d crypto/tls: deflake TestConnReadNonzeroAndEOF 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 cb66b63918 encoding/asn1: use GeneralizedTime for times outside the range of UTCTime. 10 years ago
  Brad Fitzpatrick ab3538d779 crypto/tls: clarify concurrent use of Config 10 years ago
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. 10 years ago
  Adam Langley 8d65af24c4 crypto/tls: add DialWithDialer. 10 years ago
  Adam Langley 24720a0864 crypto/tls: report TLS version in ConnectionState. 10 years ago
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. 10 years ago
  Adam Langley 2680804ebc crypto/tls: enforce that either ServerName or InsecureSkipVerify be given. 10 years ago
  Adam Langley dbe3452407 crypto/x509: add example of using a custom root list. 10 years ago
  Adam Langley ae10e2fdd9 crypto/tls: improve documentation for ServerName. 10 years ago
  Adam Langley 5a2aacff2f crypto/tls: better error messages. 10 years ago
  Anthony Martin 8cf5d703de crypto/tls: do not send the current time in hello messages 10 years ago
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. 10 years ago
  Adam Langley 6f38414b48 crypto/tls: support renegotiation extension. 10 years ago
  Adam Langley 98968dca72 crypto/tls: rework reference tests. 10 years ago
  Adam Langley 75982d4f0c crypto/tls: generate random serial numbers. 11 years ago
  Adam Langley 1a11255b00 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. 11 years ago
  Russ Cox a13de249ee crypto/tls: document ConnectionState fields 11 years ago
  Frithjof Schulze 3ee1782da4 crypto/tls: Update reference to the TLS 1.2 RFC. 11 years ago
  Adam Langley 493b985991 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. 11 years ago
  Russ Cox a40b48d4e0 crypto/tls: document that the package supports TLS 1.2 11 years ago
  Adam Langley 679f6ca983 crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. 11 years ago
  Adam Langley 8eaa99cd77 crypto/tls: fix TLS 1.2 client certificates. 11 years ago
  Adam Langley 5774c69eb7 crypto/tls: support AES-GCM. 11 years ago
  Joel Sing 749a12a83a crypto/tls: Add support for ECDHE-ECDSA 11 years ago
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. 11 years ago
  Frithjof Schulze 0084d30351 crypto/tls: Change TLS version to 1.1 in the package comment. 11 years ago
  Adam Langley 320cfd8f47 crypto/tls: change advertised ciphersuite order. 11 years ago
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. 11 years ago
  John Shahid 2946f7013d crypto/tls: Check all certificates in the path. 11 years ago
  Adam Langley f41a7e7ee6 crypto/tls: don't send NPN extension if NextProtos is not set. 11 years ago
  Adam Langley 44490a3db4 crypto/tls: fix flakey test. 11 years ago
  Adam Langley 7b0cd8f727 crypto/tls: ignore empty TLS records. 11 years ago
  Brad Fitzpatrick 4b14a48417 crypto/tls: use method values 11 years ago
  Adam Langley b9ddc2767a crypto/x509: support IP SANs. 11 years ago
  Adam Langley 9d5e7dd72f crypto/tls: allow the server to enforce its ciphersuite preferences. 11 years ago
  Brad Fitzpatrick ada990689f crypto/tls: fix loading keys labeled just "PRIVATE KEY" 12 years ago
  Anthony Martin a954c40163 crypto/tls: use 1/n-1 record splitting to protect against BEAST 12 years ago
  Robin Eklind 3f2e394f59 archive/zip, crypto/tls, net/http: Fix print format errors. 12 years ago
  Joel Sing d7e46146f4 crypto/tls: add support for loading EC X.509 key pairs 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 cf463f462c crypto/tls: fix NPN extension parsing. 12 years ago
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. 12 years ago
  Adam Langley d263b7d38c crypto/tls: allow certificates and key to be in either order. 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
  Mikkel Krautz 0c7b858b3e crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs 12 years ago