aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto/tls
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-07crypto/tls: print unexpected error in testRuss Cox
2014-08-29crypto: add SignerAdam Langley
2014-08-11crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).Andres Erbsen
2014-08-06crypto/tls: Added dynamic alternative to NameToCertificate map for SNIPercy Wegmann
2014-08-05crypto/tls: add ALPN support.Adam Langley
2014-07-28crypto/tls: check curve equation in ECDHE.Adam Langley
2014-07-28crypto/tls: Support ECDSA keys in generate_cert.goAsim Shankar
2014-07-01src, misc: applied gofmt -w -sRobert Griesemer
2014-06-03crypto/tls: fix typo referencing the required Config fieldBrad Fitzpatrick
2014-05-02std lib: fix various typos in commentsRobert Griesemer
2014-04-29all: spelling tweaks, A-GRobert Hencke
2014-04-15crypto/tls: don't block on Read of zero bytesBrad Fitzpatrick
2014-04-02crypto/tls: deflake TestConnReadNonzeroAndEOFBrad Fitzpatrick
2014-03-25crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in bufferBrad Fitzpatrick
2014-03-21encoding/asn1: use GeneralizedTime for times outside the range of UTCTime.Adam Langley
2014-03-20crypto/tls: clarify concurrent use of ConfigBrad Fitzpatrick
2014-03-03crypto/tls: split connErr to avoid read/write races.Adam Langley
2014-02-28crypto/tls: add DialWithDialer.Adam Langley
2014-02-24crypto/tls: report TLS version in ConnectionState.Adam Langley
2014-02-24crypto/tls: pick ECDHE curves based on server preference.Adam Langley
2014-02-21crypto/tls: enforce that either ServerName or InsecureSkipVerify be given.Adam Langley
2014-02-19crypto/x509: add example of using a custom root list.Adam Langley
2014-02-19crypto/tls: improve documentation for ServerName.Adam Langley
2014-02-12crypto/tls: better error messages.Adam Langley
2014-02-04crypto/tls: do not send the current time in hello messagesAnthony Martin
2014-01-22crypto/tls: Client side support for TLS session resumption.Gautham Thambidorai
2014-01-09crypto/tls: support renegotiation extension.Adam Langley
2013-12-20crypto/tls: rework reference tests.Adam Langley
2013-12-15crypto/tls: generate random serial numbers.Adam Langley
2013-10-21crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake.Adam Langley
2013-10-02crypto/tls: document ConnectionState fieldsRuss Cox
2013-10-02crypto/tls: Update reference to the TLS 1.2 RFC.Frithjof Schulze
2013-09-26crypto/tls: don't select TLS 1.2 cipher suites in prior versions.Adam Langley
2013-09-23crypto/tls: document that the package supports TLS 1.2Russ Cox
2013-09-17crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate.Adam Langley
2013-09-16crypto/tls: fix TLS 1.2 client certificates.Adam Langley
2013-08-29crypto/tls: support AES-GCM.Adam Langley
2013-07-17crypto/tls: Add support for ECDHE-ECDSAJoel Sing
2013-07-02crypto/tls: implement TLS 1.2.Adam Langley
2013-06-27crypto/tls: Change TLS version to 1.1 in the package comment.Frithjof Schulze
2013-06-19crypto/tls: change advertised ciphersuite order.Adam Langley
2013-06-04crypto/tls: support TLS 1.1.Adam Langley
2013-05-29 crypto/tls: Check all certificates in the path.John Shahid
2013-05-21crypto/tls: don't send NPN extension if NextProtos is not set.Adam Langley
2013-05-16crypto/tls: fix flakey test.Adam Langley
2013-05-15crypto/tls: ignore empty TLS records.Adam Langley
2013-03-20crypto/tls: use method valuesBrad Fitzpatrick
2013-02-15crypto/x509: support IP SANs.Adam Langley
2013-01-22crypto/tls: allow the server to enforce its ciphersuite preferences.Adam Langley