index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
crypto
/
tls
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-07
crypto/tls: print unexpected error in test
Russ Cox
2014-08-29
crypto: add Signer
Adam Langley
2014-08-11
crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).
Andres Erbsen
2014-08-06
crypto/tls: Added dynamic alternative to NameToCertificate map for SNI
Percy Wegmann
2014-08-05
crypto/tls: add ALPN support.
Adam Langley
2014-07-28
crypto/tls: check curve equation in ECDHE.
Adam Langley
2014-07-28
crypto/tls: Support ECDSA keys in generate_cert.go
Asim Shankar
2014-07-01
src, misc: applied gofmt -w -s
Robert Griesemer
2014-06-03
crypto/tls: fix typo referencing the required Config field
Brad Fitzpatrick
2014-05-02
std lib: fix various typos in comments
Robert Griesemer
2014-04-29
all: spelling tweaks, A-G
Robert Hencke
2014-04-15
crypto/tls: don't block on Read of zero bytes
Brad Fitzpatrick
2014-04-02
crypto/tls: deflake TestConnReadNonzeroAndEOF
Brad Fitzpatrick
2014-03-25
crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer
Brad Fitzpatrick
2014-03-21
encoding/asn1: use GeneralizedTime for times outside the range of UTCTime.
Adam Langley
2014-03-20
crypto/tls: clarify concurrent use of Config
Brad Fitzpatrick
2014-03-03
crypto/tls: split connErr to avoid read/write races.
Adam Langley
2014-02-28
crypto/tls: add DialWithDialer.
Adam Langley
2014-02-24
crypto/tls: report TLS version in ConnectionState.
Adam Langley
2014-02-24
crypto/tls: pick ECDHE curves based on server preference.
Adam Langley
2014-02-21
crypto/tls: enforce that either ServerName or InsecureSkipVerify be given.
Adam Langley
2014-02-19
crypto/x509: add example of using a custom root list.
Adam Langley
2014-02-19
crypto/tls: improve documentation for ServerName.
Adam Langley
2014-02-12
crypto/tls: better error messages.
Adam Langley
2014-02-04
crypto/tls: do not send the current time in hello messages
Anthony Martin
2014-01-22
crypto/tls: Client side support for TLS session resumption.
Gautham Thambidorai
2014-01-09
crypto/tls: support renegotiation extension.
Adam Langley
2013-12-20
crypto/tls: rework reference tests.
Adam Langley
2013-12-15
crypto/tls: generate random serial numbers.
Adam Langley
2013-10-21
crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake.
Adam Langley
2013-10-02
crypto/tls: document ConnectionState fields
Russ Cox
2013-10-02
crypto/tls: Update reference to the TLS 1.2 RFC.
Frithjof Schulze
2013-09-26
crypto/tls: don't select TLS 1.2 cipher suites in prior versions.
Adam Langley
2013-09-23
crypto/tls: document that the package supports TLS 1.2
Russ Cox
2013-09-17
crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate.
Adam Langley
2013-09-16
crypto/tls: fix TLS 1.2 client certificates.
Adam Langley
2013-08-29
crypto/tls: support AES-GCM.
Adam Langley
2013-07-17
crypto/tls: Add support for ECDHE-ECDSA
Joel Sing
2013-07-02
crypto/tls: implement TLS 1.2.
Adam Langley
2013-06-27
crypto/tls: Change TLS version to 1.1 in the package comment.
Frithjof Schulze
2013-06-19
crypto/tls: change advertised ciphersuite order.
Adam Langley
2013-06-04
crypto/tls: support TLS 1.1.
Adam Langley
2013-05-29
crypto/tls: Check all certificates in the path.
John Shahid
2013-05-21
crypto/tls: don't send NPN extension if NextProtos is not set.
Adam Langley
2013-05-16
crypto/tls: fix flakey test.
Adam Langley
2013-05-15
crypto/tls: ignore empty TLS records.
Adam Langley
2013-03-20
crypto/tls: use method values
Brad Fitzpatrick
2013-02-15
crypto/x509: support IP SANs.
Adam Langley
2013-01-22
crypto/tls: allow the server to enforce its ciphersuite preferences.
Adam Langley
[next]