446 Commits (69dddf0612e2ef3ec73f1ec79d511ed4badeb622)
 

Author SHA1 Message Date
  Christian Himpel 24b6f5d63e crypto/tls: fix build of certificate generation example 14 years ago
  Kyle Consalus 67c5445327 Removed bytes.Add and bytes.AddByte; we now have 'append'. 14 years ago
  Adam Langley 93eb884c98 crypto/tls: use pool building for certificate checking 14 years ago
  Russ Cox 8fe46b4768 use append 14 years ago
  Robert Griesemer b1f31f442e gofmt -s -w src misc 14 years ago
  Rob Pike feb7be32ae log: new interface 14 years ago
  Adam Langley 597324882f crypto/tls: make SetReadTimeout work. 14 years ago
  Adam Langley dd9f217e6a crypto/tls: better error messages for certificate issues. 14 years ago
  Adam Langley f4b6e2236c crypto/x509, crypto/tls: improve root matching and observe CA flag. 14 years ago
  Adam Langley ed8da7bff6 Fix certificate validation. 14 years ago
  Russ Cox 657e8dab30 http: check https certificate against host name 14 years ago
  Adam Langley 4c5892dcab crypto/tls: don't return an error from Close() 14 years ago
  Evan Shaw 99e338e9ec crypto/tls: Fix doc typo 14 years ago
  Jukka-Pekka Kekkonen f610c8e06b crypto/hmac: make Sum idempotent 14 years ago
  Russ Cox c6f2f6c1ab build: no required environment variables 14 years ago
  Mikkel Krautz e85c1c3393 crypto/tls: client certificate support. 14 years ago
  Rob Pike 10589a7c24 once: replace all uses of package once with sync.Once. 14 years ago
  Fazlul Shahriar 5f134f7d77 http: add https client support 14 years ago
  Adam Langley cbf5c897cb crypto/tls: add client-side SNI support and PeerCertificates. 14 years ago
  Adam Langley a54a4371e7 crypto/tls: add client OCSP stapling support. 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 06f6131702 changes &x -> x[0:] for array to slice conversion 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
  Russ Cox d821ad088a simplify various code using new map index rule 14 years ago
  Robert Griesemer c2e73307b5 gofmt: experiment: align values in map composites where possible 14 years ago
  Russ Cox 000416e795 strings: delete Runes, Bytes 14 years ago
  Adam Langley 956950bb13 crypto/tls: typo fix 14 years ago
  Adam Langley 016dd4b5cb crypto/tls: make Listener a pointer. 15 years ago
  Adam Langley 581072a866 crypto/tls: extensions and Next Protocol Negotiation 15 years ago
  Robert Griesemer 536df07f72 1) Change default gofmt default settings for 15 years ago
  Christopher Wedgwood b80146a4c9 a[b:len(a)] -> a[b:] 15 years ago
  Sergio Luis O. B. Correia a6ab3720e1 go: makes it build for the case $GOROOT has whitespaces 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 d1f931a694 - replaced gofmt expression formatting algorithm with 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 b501f32b50 crypto/tls (part 6/5) 15 years ago
  Adam Langley 9c63ad9791 crypto/tls (part 4/5) 15 years ago
  Adam Langley ebe78b393d crypto/tls (part 3) 15 years ago
  Robert Griesemer 7cfc31151a gofmt-ify crypto 15 years ago
  Adam Langley 24b96e2917 crypto/tls (part 2) 15 years ago
  Adam Langley 745ac15cb1 crypto/tls (part 1) 15 years ago