384 Commits (80f82d89c7dd1382f16341bb6ee0747c5d037a8c)
 

Author SHA1 Message Date
  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
  Adam Langley d32fa8a79a crypto/tls: remove flakey tests 12 years ago
  Benjamin Black 8c517a7cdf tls: add AES256 ciphers 12 years ago
  Michael Gehring 615733d170 crypto/tls: fix decoding of certLen in certificateMsg.unmarshal 12 years ago
  Adam Langley 30b2db1e5f crypto/tls: don't always use the default private key. 12 years ago
  Adam Langley ca7f685323 crypto/tls: update how we create testing scripts. 12 years ago
  Adam Langley 5c7df56059 crypto/tls: don't select ECC ciphersuites with no mutual curve. 12 years ago
  Adam Langley 43927bb46c crypto/tls: always send a Certificate message if one was requested. 12 years ago
  Robert Hencke 46f6bfea8f crypto/tls, fmt: print fixes 12 years ago