65 Commits (25dd71bbe65b54c0f0c33c9103e9cf5551bdee6d)

Author SHA1 Message Date
  Adam Langley 65c5bd0dd6 crypto/tls: don't require an explicit client-auth EKU. 9 years ago
  Adam Langley 728bcd44b6 crypto/tls: decouple handshake signatures from the handshake hash. 9 years ago
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. 9 years ago
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation 9 years ago
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency 9 years ago
  Adam Langley 0c7dc105c1 crypto/tls: tidy up a little and add test. 9 years ago
  Jacob H. Haven 14accaf7f3 crypto/tls: make use of crypto.Signer and crypto.Decrypter 9 years ago
  Josh Bleecher Snyder 9c57dac301 all: use "reports whether" in place of "returns true if(f)" 9 years ago
  Joël Stemmer 921f871f9e crypto/tls: fix typo in tls handshake error 9 years ago
  Péter Surányi cf73eabe95 all: don't refer to code.google.com/p/go{,-wiki}/ 9 years ago
  Jacob H. Haven e8ae7b54bb crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 9 years ago
  Ben Burkert 18902d24a3 crypto/tls: enable TLS_FALLBACK_SCSV in server with default max version 9 years ago
  Adam Langley 4e47a4aef7 crypto/tls: support TLS_FALLBACK_SCSV as a server. 10 years ago
  Adam Langley d279bab6f5 crypto/tls: ensure that we don't resume when tickets are disabled. 10 years ago
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). 10 years ago
  Percy Wegmann 9e441ebf1d crypto/tls: Added dynamic alternative to NameToCertificate map for SNI 10 years ago
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. 10 years ago
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. 10 years ago
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. 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
  Adam Langley 6f38414b48 crypto/tls: support renegotiation extension. 10 years ago
  Adam Langley 1a11255b00 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. 11 years ago
  Adam Langley 493b985991 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. 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
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. 11 years ago
  Adam Langley f41a7e7ee6 crypto/tls: don't send NPN extension if NextProtos is not set. 11 years ago
  Brad Fitzpatrick 4b14a48417 crypto/tls: use method values 11 years ago
  Adam Langley 9d5e7dd72f crypto/tls: allow the server to enforce its ciphersuite preferences. 11 years ago
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. 12 years ago
  Mikkel Krautz 0c7b858b3e crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs 12 years ago
  Adam Langley 30b2db1e5f crypto/tls: don't always use the default private key. 12 years ago
  Adam Langley 5c7df56059 crypto/tls: don't select ECC ciphersuites with no mutual curve. 12 years ago
  Robert Griesemer 788245c9f6 go/printer, gofmt: improved comma placement 12 years ago
  Jeff R. Allen 5fa105421a crypto/tls: Improve TLS Client Authentication 12 years ago
  Adam Langley ba3c11f6db crypto: allocate less. 13 years ago
  Adam Langley c08ab14bad Add a []byte argument to hash.Hash to allow an allocation to be saved. 13 years ago
  Russ Cox 37bb6649e2 use new time API 13 years ago
  Adam Langley c9662b8656 crypto/tls: don't rely on map iteration order. 13 years ago
  Russ Cox 107fb7400c src/pkg/[a-m]*: gofix -r error -force=error 13 years ago
  Adam Langley 6f1dcf99be crypto/tls: add server side SNI support. 13 years ago
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 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
  Adam Langley 4f813669cb crypto/tls: add server-side OCSP stapling support. 13 years ago
  Adam Langley 01806ad10b crypto/tls: select best ciphersuite, not worst. 13 years ago