65 Commits (95ef689b2c4f9c734b8a2c184711d4c9fe99c740)

Autor SHA1 Mensagem Data
  Adam Langley 594d36e1f7 crypto/tls: update the supported signature algorithms. 9 anos atrás
  Adam Langley 728bcd44b6 crypto/tls: decouple handshake signatures from the handshake hash. 9 anos atrás
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. 9 anos atrás
  Jonathan Rudenberg 28ca92f12d crypto/tls: add OCSP response to ConnectionState 9 anos atrás
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation 9 anos atrás
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency 9 anos atrás
  Adam Langley 0c7dc105c1 crypto/tls: tidy up a little and add test. 9 anos atrás
  Jacob H. Haven 14accaf7f3 crypto/tls: make use of crypto.Signer and crypto.Decrypter 9 anos atrás
  Matt Bostock 1282c034fb crypto/tls: Correct minimum version in comment 9 anos atrás
  Adam Langley c1da171db7 crypto/tls: disable RC4 by default. 9 anos atrás
  Joël Stemmer c32a7dcd6d crypto/tls: return correct hash function when using client certificates in handshake 9 anos atrás
  Adam Langley 0511e2597e crypto/tls: change default minimum version to TLS 1.0. 9 anos atrás
  Adam Langley b88cd69926 crypto: add Signer 10 anos atrás
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). 10 anos atrás
  Percy Wegmann 9e441ebf1d crypto/tls: Added dynamic alternative to NameToCertificate map for SNI 10 anos atrás
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. 10 anos atrás
  Brad Fitzpatrick ab3538d779 crypto/tls: clarify concurrent use of Config 10 anos atrás
  Adam Langley 24720a0864 crypto/tls: report TLS version in ConnectionState. 10 anos atrás
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. 10 anos atrás
  Adam Langley ae10e2fdd9 crypto/tls: improve documentation for ServerName. 10 anos atrás
  Adam Langley 5a2aacff2f crypto/tls: better error messages. 10 anos atrás
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. 10 anos atrás
  Adam Langley 6f38414b48 crypto/tls: support renegotiation extension. 10 anos atrás
  Adam Langley 1a11255b00 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. 11 anos atrás
  Russ Cox a13de249ee crypto/tls: document ConnectionState fields 11 anos atrás
  Russ Cox a40b48d4e0 crypto/tls: document that the package supports TLS 1.2 11 anos atrás
  Joel Sing 749a12a83a crypto/tls: Add support for ECDHE-ECDSA 11 anos atrás
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. 11 anos atrás
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. 11 anos atrás
  Brad Fitzpatrick 4b14a48417 crypto/tls: use method values 11 anos atrás
  Adam Langley 9d5e7dd72f crypto/tls: allow the server to enforce its ciphersuite preferences. 11 anos atrás
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. 12 anos atrás
  Mikkel Krautz c8b807a37a crypto/x509: new home for root fetchers; build chains using Windows API 12 anos atrás
  Jeff R. Allen 5fa105421a crypto/tls: Improve TLS Client Authentication 12 anos atrás
  Adam Langley b5b0822258 crypto/tls: don't assume an RSA private key in the API. 13 anos atrás
  Russ Cox 37bb6649e2 use new time API 13 anos atrás
  Adam Langley c9662b8656 crypto/tls: don't rely on map iteration order. 13 anos atrás
  Mikkel Krautz 7697013b51 crypto/tls: fetch root certificates using Mac OS API 13 anos atrás
  Adam Langley 6f1dcf99be crypto/tls: add server side SNI support. 13 anos atrás
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 13 anos atrás
  Robert Hencke 3bdd4f3140 pkg: spelling tweaks, A-H 13 anos atrás
  Adam Langley cf7be9b458 crypto/tls: export the verified chains. 13 anos atrás
  Adam Langley 24df228d7a crypto: move certificate verification into x509. 13 anos atrás
  Adam Langley 4f813669cb crypto/tls: add server-side OCSP stapling support. 13 anos atrás
  Robert Griesemer 8cf428d710 gofmt: gofmt -s -w src misc 13 anos atrás
  Adam Langley 78f486a80c crypto/tls: extend NPN support to the client. 13 anos atrás
  Brad Fitzpatrick 36cddf2fc1 tls: move PeerCertificates to ConnectionState 13 anos atrás
  Adam Langley 954c3ec034 crypto/tls: add ECDHE support 14 anos atrás
  Adam Langley effe736267 crypto/tls: commit fixes which I hadn't saved. 14 anos atrás
  Adam Langley 50ac183397 crypto/tls: support CBC ciphers 14 anos atrás