235 Révisions (9c9b97f5542b642261e07bf847ff3872c4bbdc3a)
 

Auteur SHA1 Message Date
  Russ Cox 9c9b97f554 crypto/tls: fix ConnectionState().VerifiedChains for resumed connection il y a 9 ans
  Adam Langley bd4954ddeb crypto/tls: update testing certificates. il y a 9 ans
  Russ Cox 9697ba25d2 crypto/tls: check cert chain during VerifyHostname il y a 9 ans
  Brad Fitzpatrick d99fd1798a all: link to https instead of http il y a 9 ans
  Adam Langley c757de320b crypto/tls: fix parsing of SNI extension. il y a 9 ans
  Ainar Garipov 95ef689b2c all: fix misprints in comments il y a 9 ans
  Adam Langley 65c5bd0dd6 crypto/tls: don't require an explicit client-auth EKU. il y a 9 ans
  Adam Langley 594d36e1f7 crypto/tls: update the supported signature algorithms. 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 28ca92f12d crypto/tls: add OCSP response to ConnectionState 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
  Jonathan Rudenberg 65d33c3580 crypto/tls: fix test data generation 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
  Matt Bostock 1282c034fb crypto/tls: Correct minimum version in comment 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
  Adam Langley c1da171db7 crypto/tls: disable RC4 by default. il y a 9 ans
  Adam Langley 113bae6283 crypto/tls: panic with unknown hash functions. il y a 9 ans
  Joël Stemmer c32a7dcd6d crypto/tls: return correct hash function when using client certificates in handshake il y a 9 ans
  Joël Stemmer 921f871f9e crypto/tls: fix typo in tls handshake error il y a 9 ans
  Adam Langley fb479af552 crypto/tls: allow larger initial records. 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
  David Leon Gil a1363d2ed9 crypto/ecdsa: make Sign safe with broken entropy sources il y a 9 ans
  Brad Fitzpatrick 3519a50a69 crypto/tls: remove return parameter stutter il y a 9 ans
  Adam Langley 0581a2f81d crypto/tls: fix renegotiation extension. il y a 9 ans
  Adam Langley 0511e2597e crypto/tls: change default minimum version to TLS 1.0. 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
  Russ Cox 14e9aa8cf5 crypto/tls: print unexpected error in test il y a 10 ans
  Adam Langley b88cd69926 crypto: add Signer 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 4fe9ec0490 crypto/tls: check curve equation in ECDHE. il y a 10 ans
  Asim Shankar cf213d5c40 crypto/tls: Support ECDSA keys in generate_cert.go il y a 10 ans
  Robert Griesemer 601d9250e6 src, misc: applied gofmt -w -s il y a 10 ans
  Brad Fitzpatrick 38da2b7bd9 crypto/tls: fix typo referencing the required Config field il y a 10 ans
  Robert Griesemer 73687a33ac std lib: fix various typos in comments il y a 10 ans
  Robert Hencke 71f215c69a all: spelling tweaks, A-G il y a 10 ans
  Brad Fitzpatrick 89d6b4b257 crypto/tls: don't block on Read of zero bytes il y a 10 ans
  Brad Fitzpatrick 53431b940d crypto/tls: deflake TestConnReadNonzeroAndEOF il y a 10 ans
  Brad Fitzpatrick a56b0bf7e2 crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer il y a 10 ans
  Adam Langley cb66b63918 encoding/asn1: use GeneralizedTime for times outside the range of UTCTime. il y a 10 ans
  Brad Fitzpatrick ab3538d779 crypto/tls: clarify concurrent use of Config il y a 10 ans
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. il y a 10 ans
  Adam Langley 8d65af24c4 crypto/tls: add DialWithDialer. il y a 10 ans