Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 75982d4 crypto/tls: generate random serial numbers. by Adam Langley 2013-12-15 12:57:57 -0500
  • 1a11255 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. by Adam Langley 2013-10-21 16:35:09 -0400
  • a13de24 crypto/tls: document ConnectionState fields by Russ Cox 2013-10-02 21:40:01 -0400
  • 3ee1782 crypto/tls: Update reference to the TLS 1.2 RFC. by Frithjof Schulze 2013-10-02 12:09:13 -0400
  • 493b985 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. by Adam Langley 2013-09-26 17:09:56 -0400
  • a40b48d crypto/tls: document that the package supports TLS 1.2 by Russ Cox 2013-09-23 16:05:23 -0400
  • 679f6ca crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. by Adam Langley 2013-09-17 13:30:36 -0400
  • 8eaa99c crypto/tls: fix TLS 1.2 client certificates. by Adam Langley 2013-09-16 16:39:42 -0400
  • 5774c69 crypto/tls: support AES-GCM. by Adam Langley 2013-08-29 17:18:59 -0400
  • 749a12a crypto/tls: Add support for ECDHE-ECDSA by Joel Sing 2013-07-17 12:33:16 -0400
  • 3a888fc crypto/tls: implement TLS 1.2. by Adam Langley 2013-07-02 19:58:56 -0400
  • 0084d30 crypto/tls: Change TLS version to 1.1 in the package comment. by Frithjof Schulze 2013-06-27 11:23:55 -0700
  • 320cfd8 crypto/tls: change advertised ciphersuite order. by Adam Langley 2013-06-19 16:46:53 -0400
  • 79e7f7d crypto/tls: support TLS 1.1. by Adam Langley 2013-06-04 20:02:22 -0400
  • 2946f70 crypto/tls: Check all certificates in the path. by John Shahid 2013-05-29 11:21:32 -0400
  • f41a7e7 crypto/tls: don't send NPN extension if NextProtos is not set. by Adam Langley 2013-05-21 10:47:31 -0400
  • 44490a3 crypto/tls: fix flakey test. by Adam Langley 2013-05-16 12:29:23 -0400
  • 7b0cd8f crypto/tls: ignore empty TLS records. by Adam Langley 2013-05-15 10:25:54 -0400
  • 4b14a48 crypto/tls: use method values by Brad Fitzpatrick 2013-03-20 23:53:38 -0400
  • b9ddc27 crypto/x509: support IP SANs. by Adam Langley 2013-02-15 10:40:17 -0500
  • 9d5e7dd crypto/tls: allow the server to enforce its ciphersuite preferences. by Adam Langley 2013-01-22 10:10:38 -0500
  • ada9906 crypto/tls: fix loading keys labeled just "PRIVATE KEY" by Brad Fitzpatrick 2012-12-01 11:02:08 -0800
  • a954c40 crypto/tls: use 1/n-1 record splitting to protect against BEAST by Anthony Martin 2012-11-26 10:56:39 -0800
  • 3f2e394 archive/zip, crypto/tls, net/http: Fix print format errors. by Robin Eklind 2012-11-16 17:24:43 -0800
  • d7e4614 crypto/tls: add support for loading EC X.509 key pairs by Joel Sing 2012-11-16 19:33:59 +1100
  • ff9c946 gofmt: apply gofmt -w src misc by Robert Griesemer 2012-10-30 13:38:01 -0700
  • 489bd5d crypto/tls: make closeNotify a warning alert. by Adam Langley 2012-10-16 15:40:37 -0400
  • cf463f4 crypto/tls: fix NPN extension parsing. by Adam Langley 2012-10-09 13:25:47 -0400
  • 13d26a4 crypto/tls: support session ticket resumption. by Adam Langley 2012-09-24 16:52:43 -0400
  • d263b7d crypto/tls: allow certificates and key to be in either order. by Adam Langley 2012-09-13 11:00:16 -0400
  • a0608ba crypto/tls: fix data race on conn.err by Dave Cheney 2012-09-06 17:50:26 +1000
  • 22777bc crypto/tls: return better error message in the case of an SSLv2 handshake. by Adam Langley 2012-08-23 16:44:44 -0400
  • 0c7b858 crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs by Mikkel Krautz 2012-08-18 15:50:33 -0700
  • d32fa8a crypto/tls: remove flakey tests by Adam Langley 2012-08-03 13:28:05 -0400
  • 8c517a7 tls: add AES256 ciphers by Benjamin Black 2012-05-18 11:06:58 -0400
  • 615733d crypto/tls: fix decoding of certLen in certificateMsg.unmarshal by Michael Gehring 2012-05-14 12:26:29 -0400
  • 30b2db1 crypto/tls: don't always use the default private key. by Adam Langley 2012-04-12 12:35:21 -0400
  • ca7f685 crypto/tls: update how we create testing scripts. by Adam Langley 2012-04-11 12:55:57 -0400
  • 5c7df56 crypto/tls: don't select ECC ciphersuites with no mutual curve. by Adam Langley 2012-03-23 10:48:51 -0400
  • 43927bb crypto/tls: always send a Certificate message if one was requested. by Adam Langley 2012-03-19 12:34:35 -0400
  • 46f6bfe crypto/tls, fmt: print fixes by Robert Hencke 2012-03-12 12:04:45 +0900
  • 000149a all: gofmt -w -s src misc by Robert Griesemer 2012-03-08 10:48:51 -0800
  • c8b807a crypto/x509: new home for root fetchers; build chains using Windows API by Mikkel Krautz 2012-03-07 13:12:35 -0500
  • 4c6dfb2 crypto/tls: make the package description more accurate and less aspirational. by Adam Langley 2012-03-06 12:49:29 -0500
  • 80cf6b1 crypto/tls: force OS X target version to 10.6 for API compatibility by Mikkel Krautz 2012-02-28 11:34:48 -0500
  • 788245c go/printer, gofmt: improved comma placement by Robert Griesemer 2012-02-22 11:27:45 -0800
  • 7b88ead cmd/go: a raft of fixes by Russ Cox 2012-02-14 16:39:20 -0500
  • 136907f all: update 'gotest' to 'go test' by Shenghou Ma 2012-02-13 13:58:17 -0500
  • b9f16c6 crypto/...: more fixes for bug 2841 by Adam Langley 2012-02-13 12:38:45 -0500
  • afe534d crypto/...: changes to address some of bug 2841. by Adam Langley 2012-02-03 15:08:53 -0500
  • 8ee5e40 crypto/tls: better error message when connecting to SSLv3 servers. by Adam Langley 2012-01-31 11:22:47 -0500
  • 96f8cd5 build: remove Make.pkg, Make.tool by Russ Cox 2012-01-30 23:43:46 -0500
  • cca5c9d go/build: add BuildTags to Context, allow !tag by Russ Cox 2012-01-23 15:16:38 -0500
  • 0464590 crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256 by Luit van Drongelen 2012-01-19 17:28:38 -0500
  • 86824d5 crypto/elliptic: add constant-time P224. by Adam Langley 2012-01-19 08:39:03 -0500
  • afedc6a net: change SetTimeout to SetDeadline by Brad Fitzpatrick 2012-01-18 16:24:06 -0800
  • 68c5839 crypto/tls: add FreeBSD root certificate location Fixes #2721. by Shenghou Ma 2012-01-18 10:03:00 -0800
  • 5fa1054 crypto/tls: Improve TLS Client Authentication by Jeff R. Allen 2012-01-05 12:05:38 -0500
  • 9e8d625 crypto/tls: update generate_cert.go for new time package by Adam Langley 2012-01-04 14:56:16 -0500
  • 1b80fdc go/build: add new +build tags 'cgo' and 'nocgo' by Russ Cox 2011-12-21 08:51:18 -0500
  • b5b0822 crypto/tls: don't assume an RSA private key in the API. by Adam Langley 2011-12-19 10:39:30 -0500
  • 0cd0abb crypto/tls: quiet build by Russ Cox 2011-12-15 18:37:31 -0500
  • d2e14db crypto/tls: make compatible with go/build by Russ Cox 2011-12-14 10:25:48 -0500
  • 09dd851 build: Changes to the build infrastructure for NetBSD. by Christopher Nielsen 2011-12-12 15:42:06 -0500
  • ba3c11f crypto: allocate less. by Adam Langley 2011-12-06 18:25:14 -0500
  • 119592d use new strconv API by Russ Cox 2011-12-05 15:48:46 -0500
  • 4e50d4e gofmt -s misc src by Russ Cox 2011-12-02 14:14:25 -0500
  • ba4d79c crypto/tls: cleanup certificate load on windows by Alex Brainman 2011-12-01 12:38:00 -0500
  • c08ab14 Add a []byte argument to hash.Hash to allow an allocation to be saved. by Adam Langley 2011-12-01 12:35:37 -0500
  • 37bb664 use new time API by Russ Cox 2011-11-30 12:01:46 -0500
  • ff828b1 crypto/tls: add openbsd root certificate location by Joel Sing 2011-11-29 09:20:59 -0500
  • c9662b8 crypto/tls: don't rely on map iteration order. by Adam Langley 2011-11-28 15:34:16 -0500
  • 82f6e24 crypto/x509, crypto/tls: support PKCS#8 private keys. by Adam Langley 2011-11-21 14:18:42 -0500
  • 30373ac crypto/tls: fix handshake message test by Russ Cox 2011-11-14 15:21:08 -0500
  • a070fcf syscall: use error by Russ Cox 2011-11-13 22:44:52 -0500
  • 51b59f6 various: reduce overuse of os.EINVAL + others by Russ Cox 2011-11-13 22:42:42 -0500
  • 1530d25 renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* by Rob Pike 2011-11-08 15:40:58 -0800
  • 3d2f7f0 all: rename os.EOF to io.EOF in various non-code contexts by Vincent Vanackere 2011-11-03 14:01:30 -0700
  • 4fa24e9 all: sort imports by Russ Cox 2011-11-02 15:54:16 -0400
  • da5cf2d all: rename os.Error to error in various non-code contexts by Russ Cox 2011-11-01 22:58:09 -0400
  • 107fb74 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox 2011-11-01 22:04:37 -0400
  • bc69be2 crypto/tls: add Error method to alert by Russ Cox 2011-10-27 19:42:32 -0700
  • dcbc7ee http, crypto/tls: fix read timeouts and closing. by Adam Langley 2011-10-18 12:59:32 -0400
  • 0fef8ff crypto/tls: fix broken looping code in windows root CA fetcher by Mikkel Krautz 2011-10-14 12:26:38 -0400
  • 908d8ff crypto/tls: disable root cert fetching to fix windows build by Alex Brainman 2011-10-14 17:53:01 +1100
  • 4b68d83 crypto/tls: fetch root CA from Windows store by Mikkel Krautz 2011-10-13 22:58:19 -0400
  • 382d395 crypto/tls: more Unix root certificate locations by Russ Cox 2011-10-13 16:17:15 -0400
  • 7697013 crypto/tls: fetch root certificates using Mac OS API by Mikkel Krautz 2011-10-13 13:59:13 -0400
  • 0d32935 crypto/tls: add 3DES ciphersuites by Louis Kruger 2011-10-11 13:07:32 -0400
  • 0078a89 crypto/tls: forgot this file in the last change. by Adam Langley 2011-10-08 10:11:38 -0400
  • 6f1dcf9 crypto/tls: add server side SNI support. by Adam Langley 2011-10-08 10:06:53 -0400
  • 76c2ff5 crypto/tls: support SSLv3 by Adam Langley 2011-09-14 15:32:19 -0400
  • 3908284 crypto/tls: handle non-TLS more robustly by Russ Cox 2011-09-12 16:52:49 -0400
  • 5085d14 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer 2011-07-14 14:39:40 -0700
  • 9c8b32c crypto/tls: fix generate_cert.go by Adam Langley 2011-07-06 16:22:21 -0400
  • a5b2e93 os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer 2011-06-22 10:52:47 -0700
  • 35e8279 respect goto restrictions by Russ Cox 2011-06-17 06:07:13 -0400
  • 5a4918e crypto: reorg, cleanup and add function for generating CRLs. by Adam Langley 2011-06-06 10:35:46 -0400
  • 1b7f4ea crypto/tls/generate_cert.go: fix misspelling of O_CREATE. Fixes #1888. by Rob Pike 2011-05-27 21:06:50 +1000
  • 3bdd4f3 pkg: spelling tweaks, A-H by Robert Hencke 2011-05-18 13:14:56 -0400