342 Commits (b0eca83785d4f743052c67b7259da8a599c9c119)
 

Author SHA1 Message Date
  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
  Christopher Nielsen 09dd851f5e build: Changes to the build infrastructure for NetBSD. 13 years ago
  Adam Langley ba3c11f6db crypto: allocate less. 13 years ago
  Russ Cox 119592d80f use new strconv API 13 years ago
  Russ Cox 4e50d4e676 gofmt -s misc src 13 years ago
  Alex Brainman ba4d79c54f crypto/tls: cleanup certificate load on windows 13 years ago
  Adam Langley c08ab14bad Add a []byte argument to hash.Hash to allow an allocation to be saved. 13 years ago
  Russ Cox 37bb6649e2 use new time API 13 years ago
  Joel Sing ff828b16dd crypto/tls: add openbsd root certificate location 13 years ago
  Adam Langley c9662b8656 crypto/tls: don't rely on map iteration order. 13 years ago
  Adam Langley 82f6e24f53 crypto/x509, crypto/tls: support PKCS#8 private keys. 13 years ago
  Russ Cox 30373ac5f7 crypto/tls: fix handshake message test 13 years ago
  Russ Cox a070fcf2bd syscall: use error 13 years ago
  Russ Cox 51b59f6a88 various: reduce overuse of os.EINVAL + others 13 years ago
  Rob Pike 1530d25d4f renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 13 years ago
  Vincent Vanackere 3d2f7f086e all: rename os.EOF to io.EOF in various non-code contexts 13 years ago
  Russ Cox 4fa24e9f66 all: sort imports 13 years ago
  Russ Cox da5cf2d336 all: rename os.Error to error in various non-code contexts 13 years ago
  Russ Cox 107fb7400c src/pkg/[a-m]*: gofix -r error -force=error 13 years ago
  Russ Cox bc69be28e7 crypto/tls: add Error method to alert 13 years ago
  Adam Langley dcbc7ee6c7 http, crypto/tls: fix read timeouts and closing. 13 years ago