74 Révisions (318ec0c21ad2b840612922d8919e4b3718d0a565)

Auteur SHA1 Message Date
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging il y a 8 ans
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. il y a 8 ans
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. il y a 8 ans
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. il y a 8 ans
  Adam Langley df48510552 crypto/tls: make error prefix uniform. il y a 8 ans
  David Benjamin 0d2c944f7b crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. il y a 8 ans
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability il y a 8 ans
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
  Brad Fitzpatrick fbcc97bc82 all: single space after period. il y a 8 ans
  Adam Langley 65c5bd0dd6 crypto/tls: don't require an explicit client-auth EKU. il y a 9 ans
  Adam Langley 728bcd44b6 crypto/tls: decouple handshake signatures from the handshake hash. il y a 9 ans
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. il y a 9 ans
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation il y a 9 ans
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency il y a 9 ans
  Adam Langley 0c7dc105c1 crypto/tls: tidy up a little and add test. il y a 9 ans
  Jacob H. Haven 14accaf7f3 crypto/tls: make use of crypto.Signer and crypto.Decrypter il y a 9 ans
  Josh Bleecher Snyder 9c57dac301 all: use "reports whether" in place of "returns true if(f)" il y a 9 ans
  Joël Stemmer 921f871f9e crypto/tls: fix typo in tls handshake error il y a 9 ans
  Péter Surányi cf73eabe95 all: don't refer to code.google.com/p/go{,-wiki}/ il y a 9 ans
  Jacob H. Haven e8ae7b54bb crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 il y a 9 ans
  Ben Burkert 18902d24a3 crypto/tls: enable TLS_FALLBACK_SCSV in server with default max version il y a 9 ans
  Adam Langley 4e47a4aef7 crypto/tls: support TLS_FALLBACK_SCSV as a server. il y a 10 ans
  Adam Langley d279bab6f5 crypto/tls: ensure that we don't resume when tickets are disabled. il y a 10 ans
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). il y a 10 ans
  Percy Wegmann 9e441ebf1d crypto/tls: Added dynamic alternative to NameToCertificate map for SNI il y a 10 ans
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. il y a 10 ans
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. il y a 10 ans
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. il y a 10 ans
  Adam Langley 5a2aacff2f crypto/tls: better error messages. il y a 10 ans
  Anthony Martin 8cf5d703de crypto/tls: do not send the current time in hello messages il y a 10 ans
  Adam Langley 6f38414b48 crypto/tls: support renegotiation extension. il y a 10 ans
  Adam Langley 1a11255b00 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. il y a 11 ans
  Adam Langley 493b985991 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. il y a 11 ans
  Adam Langley 679f6ca983 crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. il y a 11 ans
  Adam Langley 8eaa99cd77 crypto/tls: fix TLS 1.2 client certificates. il y a 11 ans
  Adam Langley 5774c69eb7 crypto/tls: support AES-GCM. il y a 11 ans
  Joel Sing 749a12a83a crypto/tls: Add support for ECDHE-ECDSA il y a 11 ans
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. il y a 11 ans
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. il y a 11 ans
  Adam Langley f41a7e7ee6 crypto/tls: don't send NPN extension if NextProtos is not set. il y a 11 ans
  Brad Fitzpatrick 4b14a48417 crypto/tls: use method values il y a 11 ans
  Adam Langley 9d5e7dd72f crypto/tls: allow the server to enforce its ciphersuite preferences. il y a 11 ans
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. il y a 12 ans
  Mikkel Krautz 0c7b858b3e crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs il y a 12 ans
  Adam Langley 30b2db1e5f crypto/tls: don't always use the default private key. il y a 12 ans
  Adam Langley 5c7df56059 crypto/tls: don't select ECC ciphersuites with no mutual curve. il y a 12 ans
  Robert Griesemer 788245c9f6 go/printer, gofmt: improved comma placement il y a 12 ans
  Jeff R. Allen 5fa105421a crypto/tls: Improve TLS Client Authentication il y a 12 ans
  Adam Langley ba3c11f6db crypto: allocate less. il y a 13 ans
  Adam Langley c08ab14bad Add a []byte argument to hash.Hash to allow an allocation to be saved. il y a 13 ans