456 Commits (70e5aeb62a8c60255d737d76bcfdae3faaab9b61)
 

Author SHA1 Message Date
  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
  Russ Cox 14e9aa8cf5 crypto/tls: print unexpected error in test 10 years ago
  Adam Langley b88cd69926 crypto: add Signer 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 4fe9ec0490 crypto/tls: check curve equation in ECDHE. 10 years ago
  Asim Shankar cf213d5c40 crypto/tls: Support ECDSA keys in generate_cert.go 10 years ago
  Robert Griesemer 601d9250e6 src, misc: applied gofmt -w -s 10 years ago
  Brad Fitzpatrick 38da2b7bd9 crypto/tls: fix typo referencing the required Config field 10 years ago
  Robert Griesemer 73687a33ac std lib: fix various typos in comments 10 years ago
  Robert Hencke 71f215c69a all: spelling tweaks, A-G 10 years ago
  Brad Fitzpatrick 89d6b4b257 crypto/tls: don't block on Read of zero bytes 10 years ago
  Brad Fitzpatrick 53431b940d crypto/tls: deflake TestConnReadNonzeroAndEOF 10 years ago
  Brad Fitzpatrick a56b0bf7e2 crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer 10 years ago
  Adam Langley cb66b63918 encoding/asn1: use GeneralizedTime for times outside the range of UTCTime. 10 years ago
  Brad Fitzpatrick ab3538d779 crypto/tls: clarify concurrent use of Config 10 years ago
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. 10 years ago
  Adam Langley 8d65af24c4 crypto/tls: add DialWithDialer. 10 years ago
  Adam Langley 24720a0864 crypto/tls: report TLS version in ConnectionState. 10 years ago
  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