162 Commits (79e7f7decfa5fc81214dc26e601cf622d0a79b53)
 

Author SHA1 Message Date
  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
  Adam Langley b9ddc2767a crypto/x509: support IP SANs. 11 years ago
  Adam Langley 9d5e7dd72f crypto/tls: allow the server to enforce its ciphersuite preferences. 11 years ago
  Brad Fitzpatrick ada990689f crypto/tls: fix loading keys labeled just "PRIVATE KEY" 12 years ago
  Anthony Martin a954c40163 crypto/tls: use 1/n-1 record splitting to protect against BEAST 12 years ago
  Robin Eklind 3f2e394f59 archive/zip, crypto/tls, net/http: Fix print format errors. 12 years ago
  Joel Sing d7e46146f4 crypto/tls: add support for loading EC X.509 key pairs 12 years ago
  Robert Griesemer ff9c946903 gofmt: apply gofmt -w src misc 12 years ago
  Adam Langley 489bd5ddd5 crypto/tls: make closeNotify a warning alert. 12 years ago
  Adam Langley cf463f462c crypto/tls: fix NPN extension parsing. 12 years ago
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. 12 years ago
  Adam Langley d263b7d38c crypto/tls: allow certificates and key to be in either order. 12 years ago
  Dave Cheney a0608ba23c crypto/tls: fix data race on conn.err 12 years ago
  Adam Langley 22777bcc54 crypto/tls: return better error message in the case of an SSLv2 handshake. 12 years ago
  Mikkel Krautz 0c7b858b3e crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs 12 years ago
  Adam Langley d32fa8a79a crypto/tls: remove flakey tests 12 years ago
  Benjamin Black 8c517a7cdf tls: add AES256 ciphers 12 years ago
  Michael Gehring 615733d170 crypto/tls: fix decoding of certLen in certificateMsg.unmarshal 12 years ago
  Adam Langley 30b2db1e5f crypto/tls: don't always use the default private key. 12 years ago
  Adam Langley ca7f685323 crypto/tls: update how we create testing scripts. 12 years ago
  Adam Langley 5c7df56059 crypto/tls: don't select ECC ciphersuites with no mutual curve. 12 years ago
  Adam Langley 43927bb46c crypto/tls: always send a Certificate message if one was requested. 12 years ago
  Robert Hencke 46f6bfea8f crypto/tls, fmt: print fixes 12 years ago
  Robert Griesemer 000149abb2 all: gofmt -w -s src misc 12 years ago
  Mikkel Krautz c8b807a37a crypto/x509: new home for root fetchers; build chains using Windows API 12 years ago
  Adam Langley 4c6dfb2f88 crypto/tls: make the package description more accurate and less aspirational. 12 years ago
  Mikkel Krautz 80cf6b1ae1 crypto/tls: force OS X target version to 10.6 for API compatibility 12 years ago
  Robert Griesemer 788245c9f6 go/printer, gofmt: improved comma placement 12 years ago
  Russ Cox 7b88ead8c8 cmd/go: a raft of fixes 12 years ago
  Shenghou Ma 136907f44f all: update 'gotest' to 'go test' 12 years ago
  Adam Langley b9f16c6d7d crypto/...: more fixes for bug 2841 12 years ago
  Adam Langley afe534d19b crypto/...: changes to address some of bug 2841. 12 years ago
  Adam Langley 8ee5e4091a crypto/tls: better error message when connecting to SSLv3 servers. 12 years ago
  Russ Cox 96f8cd5397 build: remove Make.pkg, Make.tool 12 years ago
  Russ Cox cca5c9dba4 go/build: add BuildTags to Context, allow !tag 12 years ago
  Luit van Drongelen 0464590bc2 crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256 12 years ago
  Adam Langley 86824d5328 crypto/elliptic: add constant-time P224. 12 years ago
  Brad Fitzpatrick afedc6a568 net: change SetTimeout to SetDeadline 12 years ago
  Shenghou Ma 68c583995c crypto/tls: add FreeBSD root certificate location 12 years ago
  Jeff R. Allen 5fa105421a crypto/tls: Improve TLS Client Authentication 12 years ago
  Adam Langley 9e8d625b7c crypto/tls: update generate_cert.go for new time package 12 years ago
  Russ Cox 1b80fdc11d go/build: add new +build tags 'cgo' and 'nocgo' 13 years ago
  Adam Langley b5b0822258 crypto/tls: don't assume an RSA private key in the API. 13 years ago
  Russ Cox 0cd0abb180 crypto/tls: quiet build 13 years ago
  Russ Cox d2e14db4d4 crypto/tls: make compatible with go/build 13 years ago