50 Commits (83797dffacda52cad127b0b8179766a2034a4b33)

Author SHA1 Message Date
  Brad Fitzpatrick 1822025fbf crypto/tls: add Config.Clone 8 years ago
  Brad Fitzpatrick 0d6f47c2a7 all: use time.Until where applicable 8 years ago
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8 years ago
  Scott Bell 6885da92a7 crypto/tls: document certificate chains in LoadX509KeyPair 8 years ago
  Adam Langley df48510552 crypto/tls: make error prefix uniform. 8 years ago
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability 8 years ago
  Brad Fitzpatrick dcbfc76400 all: remove public named return values when useless 8 years ago
  Adam Langley 5663f22172 crypto/tls: note in comment that Certificate.Leaf is nil after parsing. 8 years ago
  Brad Fitzpatrick 75bdcc38ef crypto/tls: document lack of Lucky13 hardening 9 years ago
  Adam Langley 7c45cbeef9 crypto/tls: better error messages when PEM inputs are switched. 9 years ago
  aubble 06234ee3fc crypto/tls: note in comments that setting GetCertificate is now sufficient. 9 years ago
  aubble 6789988ece crypto/tls: allow tls.Listen when only GetCertificate is provided. 9 years ago
  Brad Fitzpatrick 3519a50a69 crypto/tls: remove return parameter stutter 9 years ago
  Brad Fitzpatrick 38da2b7bd9 crypto/tls: fix typo referencing the required Config field 10 years ago
  Adam Langley 8d65af24c4 crypto/tls: add DialWithDialer. 10 years ago
  Adam Langley ae10e2fdd9 crypto/tls: improve documentation for ServerName. 10 years ago
  Frithjof Schulze 3ee1782da4 crypto/tls: Update reference to the TLS 1.2 RFC. 11 years ago
  Russ Cox a40b48d4e0 crypto/tls: document that the package supports TLS 1.2 11 years ago
  Frithjof Schulze 0084d30351 crypto/tls: Change TLS version to 1.1 in the package comment. 11 years ago
  Brad Fitzpatrick ada990689f crypto/tls: fix loading keys labeled just "PRIVATE KEY" 12 years ago
  Joel Sing d7e46146f4 crypto/tls: add support for loading EC X.509 key pairs 12 years ago
  Adam Langley d263b7d38c crypto/tls: allow certificates and key to be in either order. 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
  Adam Langley afe534d19b crypto/...: changes to address some of bug 2841. 12 years ago
  Jeff R. Allen 5fa105421a crypto/tls: Improve TLS Client Authentication 12 years ago
  Adam Langley 82f6e24f53 crypto/x509, crypto/tls: support PKCS#8 private keys. 13 years ago
  Russ Cox 107fb7400c src/pkg/[a-m]*: gofix -r error -force=error 13 years ago
  Robert Griesemer a5b2e93aa2 os.Error API: don't export os.ErrorString, use os.NewError consistently 13 years ago
  Adam Langley 5a4918e635 crypto: reorg, cleanup and add function for generating CRLs. 13 years ago
  Nigel Tao 5a11e9ba00 src/pkg: make package doc comments consistently start with "Package foo". 13 years ago
  Brad Fitzpatrick 1721e53cdf httptest: add NewTLSServer 13 years ago
  Russ Cox 9fe949aa97 net: drop laddr from Dial, cname from LookupHost; new functions 13 years ago
  Adam Langley 1abb987e07 crypto/tls: load a chain of certificates from a file. 13 years ago
  Russ Cox f98d01fb7e crypto/tls: add *Config argument to Dial 14 years ago
  Adam Langley 93eb884c98 crypto/tls: use pool building for certificate checking 14 years ago
  Adam Langley dd9f217e6a crypto/tls: better error messages for certificate issues. 14 years ago
  Adam Langley ed8da7bff6 Fix certificate validation. 14 years ago
  Adam Langley 08ec2a8e44 http, crypto/tls: followup fixes from 1684051. 14 years ago
  Adam Langley 7b22e867e7 crypto/tls, http: Make HTTPS servers easier. 14 years ago
  Russ Cox 751062bb0e crypto/tls: simpler implementation of record layer 14 years ago
  Russ Cox 91a07280c8 crypto/tls: good defaults 14 years ago
  Adam Langley 016dd4b5cb crypto/tls: make Listener a pointer. 15 years ago
  Robert Griesemer 536df07f72 1) Change default gofmt default settings for 15 years ago
  Adam Langley 79f2a55aea crypto/tls: add initial client implementation. 15 years ago
  Russ Cox 4625777977 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 15 years ago
  Rob Pike a1e7e65e2d remove bytes.Copy 15 years ago
  Robert Griesemer 395b73f134 remove semis after statements in one-statement statement lists 15 years ago
  Robert Griesemer 372b6eb4c5 - fine-tuning of one-line func heuristic (nodes.go) 15 years ago
  Adam Langley 9c63ad9791 crypto/tls (part 4/5) 15 years ago