aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto/tls
AgeCommit message (Expand)Author
2012-12-01crypto/tls: fix loading keys labeled just "PRIVATE KEY"Brad Fitzpatrick
2012-11-26crypto/tls: use 1/n-1 record splitting to protect against BEASTAnthony Martin
2012-11-16archive/zip, crypto/tls, net/http: Fix print format errors.Robin Eklind
2012-11-16crypto/tls: add support for loading EC X.509 key pairsJoel Sing
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-16crypto/tls: make closeNotify a warning alert.Adam Langley
2012-10-09crypto/tls: fix NPN extension parsing.Adam Langley
2012-09-24crypto/tls: support session ticket resumption.Adam Langley
2012-09-13crypto/tls: allow certificates and key to be in either order.Adam Langley
2012-09-06crypto/tls: fix data race on conn.errDave Cheney
2012-08-23crypto/tls: return better error message in the case of an SSLv2 handshake.Adam Langley
2012-08-18crypto/tls: explicitly require ExtKeyUsageClientAuth for client certsMikkel Krautz
2012-08-03crypto/tls: remove flakey testsAdam Langley
2012-05-18tls: add AES256 ciphersBenjamin Black
2012-05-14crypto/tls: fix decoding of certLen in certificateMsg.unmarshalMichael Gehring
2012-04-12crypto/tls: don't always use the default private key.Adam Langley
2012-04-11crypto/tls: update how we create testing scripts.Adam Langley
2012-03-23crypto/tls: don't select ECC ciphersuites with no mutual curve.Adam Langley
2012-03-19crypto/tls: always send a Certificate message if one was requested.Adam Langley
2012-03-12crypto/tls, fmt: print fixesRobert Hencke
2012-03-08all: gofmt -w -s src miscRobert Griesemer
2012-03-07crypto/x509: new home for root fetchers; build chains using Windows APIMikkel Krautz
2012-03-06crypto/tls: make the package description more accurate and less aspirational.Adam Langley
2012-02-28crypto/tls: force OS X target version to 10.6 for API compatibilityMikkel Krautz
2012-02-22go/printer, gofmt: improved comma placementRobert Griesemer
2012-02-14cmd/go: a raft of fixesRuss Cox
2012-02-13all: update 'gotest' to 'go test'Shenghou Ma
2012-02-13crypto/...: more fixes for bug 2841Adam Langley
2012-02-03crypto/...: changes to address some of bug 2841.Adam Langley
2012-01-31crypto/tls: better error message when connecting to SSLv3 servers.Adam Langley
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-23go/build: add BuildTags to Context, allow !tagRuss Cox
2012-01-19crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256Luit van Drongelen
2012-01-19crypto/elliptic: add constant-time P224.Adam Langley
2012-01-18net: change SetTimeout to SetDeadlineBrad Fitzpatrick
2012-01-18crypto/tls: add FreeBSD root certificate locationShenghou Ma
2012-01-05crypto/tls: Improve TLS Client AuthenticationJeff R. Allen
2012-01-04crypto/tls: update generate_cert.go for new time packageAdam Langley
2011-12-21go/build: add new +build tags 'cgo' and 'nocgo'Russ Cox
2011-12-19crypto/tls: don't assume an RSA private key in the API.Adam Langley
2011-12-15crypto/tls: quiet buildRuss Cox
2011-12-14crypto/tls: make compatible with go/buildRuss Cox
2011-12-12build: Changes to the build infrastructure for NetBSD.Christopher Nielsen
2011-12-06crypto: allocate less.Adam Langley
2011-12-05use new strconv APIRuss Cox
2011-12-02gofmt -s misc srcRuss Cox
2011-12-01crypto/tls: cleanup certificate load on windowsAlex Brainman
2011-12-01Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley
2011-11-30use new time APIRuss Cox
2011-11-29crypto/tls: add openbsd root certificate locationJoel Sing