527 Commits (58c559ba00ffe2917852f0fd285d4588f7757d26)
 

Author SHA1 Message Date
  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
  Mikkel Krautz 0fef8ff181 crypto/tls: fix broken looping code in windows root CA fetcher 13 years ago
  Alex Brainman 908d8ff498 crypto/tls: disable root cert fetching to fix windows build 13 years ago
  Mikkel Krautz 4b68d836de crypto/tls: fetch root CA from Windows store 13 years ago
  Russ Cox 382d395ebb crypto/tls: more Unix root certificate locations 13 years ago
  Mikkel Krautz 7697013b51 crypto/tls: fetch root certificates using Mac OS API 13 years ago
  Louis Kruger 0d32935135 crypto/tls: add 3DES ciphersuites 13 years ago
  Adam Langley 0078a89874 crypto/tls: forgot this file in the last change. 13 years ago
  Adam Langley 6f1dcf99be crypto/tls: add server side SNI support. 13 years ago
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 13 years ago
  Russ Cox 39082848cf crypto/tls: handle non-TLS more robustly 13 years ago
  Robert Griesemer 5085d142c2 go/printer: changed max. number of newlines from 3 to 2 13 years ago
  Adam Langley 9c8b32c2d6 crypto/tls: fix generate_cert.go 13 years ago
  Robert Griesemer a5b2e93aa2 os.Error API: don't export os.ErrorString, use os.NewError consistently 13 years ago
  Russ Cox 35e8279c86 respect goto restrictions 13 years ago
  Adam Langley 5a4918e635 crypto: reorg, cleanup and add function for generating CRLs. 13 years ago