Commit Graph

  • 5a11e9ba00 src/pkg: make package doc comments consistently start with "Package foo". Nigel Tao 2011-04-20 09:57:05 +1000
  • 24df228d7a crypto: move certificate verification into x509. Adam Langley 2011-04-19 09:57:58 -0400
  • 4f813669cb crypto/tls: add server-side OCSP stapling support. Adam Langley 2011-04-14 14:47:28 -0400
  • 8cf428d710 gofmt: gofmt -s -w src misc Robert Griesemer 2011-04-13 15:13:59 -0700
  • 32d22d1fb1 gofix: don't rewrite O_APPEND opens Russ Cox 2011-04-05 11:12:02 -0400
  • abbbdb168d os: New Open API. We replace the current Open with: OpenFile(name, flag, perm) // same as old Open Open(name) // same as old Open(name, O_RDONLY, 0) Create(name) // same as old Open(name, O_RDWR|O_TRUNC|O_CREAT, 0666) Rob Pike 2011-04-04 23:42:14 -0700
  • 1721e53cdf httptest: add NewTLSServer Brad Fitzpatrick 2011-04-04 08:32:59 -0700
  • 78f486a80c crypto/tls: extend NPN support to the client. Adam Langley 2011-03-29 17:53:09 -0400
  • 9fe949aa97 net: drop laddr from Dial, cname from LookupHost; new functions Russ Cox 2011-03-28 23:28:42 -0400
  • dc6468fcf1 testing: shorten some more tests Rob Pike 2011-03-26 11:25:22 -0700
  • a39229ebc1 crypto/tls: fix compile error Dave Cheney 2011-03-12 19:35:41 -0800
  • 36cddf2fc1 tls: move PeerCertificates to ConnectionState Brad Fitzpatrick 2011-03-10 07:22:53 -0800
  • 6e38ce296e Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.bench" and "-test.run". Kyle Consalus 2011-02-22 20:23:21 -0800
  • 09d14e14a9 crypto/tls: make protocol negotiation failure fatal Adam Langley 2011-02-15 16:38:45 -0500
  • 01806ad10b crypto/tls: select best ciphersuite, not worst. Adam Langley 2011-02-05 13:56:36 -0500
  • 1abb987e07 crypto/tls: load a chain of certificates from a file. Adam Langley 2011-02-05 13:54:25 -0500
  • b8e817cbf8 crypto: add package. Adam Langley 2011-02-01 11:02:48 -0500
  • 45b573322e tls: fix argument mistake in Error call. Rob Pike 2010-12-17 13:47:52 -0800
  • 9d188d7c03 crypto/tls: missed a file Adam Langley 2010-12-16 17:14:02 -0500
  • 954c3ec034 crypto/tls: add ECDHE support Adam Langley 2010-12-16 17:10:50 -0500
  • 4dcd8890aa crypto/tls: check in support code. Adam Langley 2010-12-16 10:39:53 -0500
  • effe736267 crypto/tls: commit fixes which I hadn't saved. Adam Langley 2010-12-15 13:58:57 -0500
  • 50ac183397 crypto/tls: support CBC ciphers Adam Langley 2010-12-15 11:49:55 -0500
  • 368c7fa03e crypto/tls: use rand.Reader in cert generation example Anthony Martin 2010-12-14 12:22:28 -0500
  • f98d01fb7e crypto/tls: add *Config argument to Dial Russ Cox 2010-12-07 16:15:15 -0500
  • 24b6f5d63e crypto/tls: fix build of certificate generation example Christian Himpel 2010-12-07 16:14:55 -0500
  • 67c5445327 Removed bytes.Add and bytes.AddByte; we now have 'append'. Changed all uses of bytes.Add (aside from those testing bytes.Add) to append(a, b...). Also ran "gofmt -s" and made use of copy([]byte, string) in the fasta benchmark. Kyle Consalus 2010-12-01 11:59:13 -0800
  • 93eb884c98 crypto/tls: use pool building for certificate checking Adam Langley 2010-11-05 09:54:56 -0400
  • 8fe46b4768 use append Russ Cox 2010-10-27 19:47:23 -0700
  • b1f31f442e gofmt -s -w src misc Robert Griesemer 2010-10-22 10:06:33 -0700
  • feb7be32ae log: new interface Rob Pike 2010-10-12 12:59:18 -0700
  • 597324882f crypto/tls: make SetReadTimeout work. Adam Langley 2010-10-11 10:41:01 -0400
  • dd9f217e6a crypto/tls: better error messages for certificate issues. Adam Langley 2010-10-11 10:39:56 -0400
  • f4b6e2236c crypto/x509, crypto/tls: improve root matching and observe CA flag. Adam Langley 2010-09-20 12:17:31 -0400
  • ed8da7bff6 Fix certificate validation. Adam Langley 2010-09-20 10:32:08 -0400
  • 657e8dab30 http: check https certificate against host name Russ Cox 2010-09-11 23:41:12 -0400
  • 4c5892dcab crypto/tls: don't return an error from Close() Adam Langley 2010-09-10 15:55:35 -0400
  • 99e338e9ec crypto/tls: Fix doc typo Evan Shaw 2010-08-30 09:59:59 +1000
  • f610c8e06b crypto/hmac: make Sum idempotent Jukka-Pekka Kekkonen 2010-08-26 13:32:29 -0400
  • c6f2f6c1ab build: no required environment variables Russ Cox 2010-08-18 10:08:49 -0400
  • e85c1c3393 crypto/tls: client certificate support. Mikkel Krautz 2010-08-16 11:22:22 -0400
  • 10589a7c24 once: replace all uses of package once with sync.Once. package once remains for now; will be deleted after next release. Rob Pike 2010-08-06 06:14:41 +1000
  • 5f134f7d77 http: add https client support Fazlul Shahriar 2010-07-28 18:13:56 -0700
  • cbf5c897cb crypto/tls: add client-side SNI support and PeerCertificates. Adam Langley 2010-07-21 11:36:01 -0400
  • a54a4371e7 crypto/tls: add client OCSP stapling support. Adam Langley 2010-07-14 10:40:15 -0400
  • 08ec2a8e44 http, crypto/tls: followup fixes from 1684051. Adam Langley 2010-07-02 16:43:48 -0400
  • 7b22e867e7 crypto/tls, http: Make HTTPS servers easier. Adam Langley 2010-07-02 13:00:18 -0400
  • 06f6131702 changes &x -> x[0:] for array to slice conversion Russ Cox 2010-05-27 14:51:47 -0700
  • 751062bb0e crypto/tls: simpler implementation of record layer Russ Cox 2010-04-26 22:19:04 -0700
  • 91a07280c8 crypto/tls: good defaults Russ Cox 2010-04-05 14:38:02 -0700
  • d821ad088a simplify various code using new map index rule Russ Cox 2010-03-30 10:51:11 -0700
  • c2e73307b5 gofmt: experiment: align values in map composites where possible - gofmt -w src misc - looking for feedback Robert Griesemer 2010-03-02 13:46:51 -0800
  • 000416e795 strings: delete Runes, Bytes Russ Cox 2010-02-25 16:01:29 -0800
  • 956950bb13 crypto/tls: typo fix Adam Langley 2010-02-05 05:39:49 -0500
  • 016dd4b5cb crypto/tls: make Listener a pointer. Adam Langley 2009-12-28 11:40:01 -0800
  • 581072a866 crypto/tls: extensions and Next Protocol Negotiation Adam Langley 2009-12-23 11:13:09 -0800
  • 536df07f72 1) Change default gofmt default settings for parsing and printing to new syntax. Robert Griesemer 2009-12-15 15:33:31 -0800
  • b80146a4c9 a[b:len(a)] -> a[b:] Christopher Wedgwood 2009-11-30 12:03:43 -0800
  • a6ab3720e1 go: makes it build for the case $GOROOT has whitespaces Sergio Luis O. B. Correia 2009-11-23 17:32:51 -0800
  • 79f2a55aea crypto/tls: add initial client implementation. Adam Langley 2009-11-21 15:53:03 -0800
  • 4625777977 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg Russ Cox 2009-11-20 11:45:05 -0800
  • a1e7e65e2d remove bytes.Copy replace all calls with calls to copy use copy in regexp and bytes.Buffer Rob Pike 2009-11-18 15:24:24 -0800
  • d1f931a694 - replaced gofmt expression formatting algorithm with rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) Robert Griesemer 2009-11-09 21:13:17 -0800
  • 395b73f134 remove semis after statements in one-statement statement lists Robert Griesemer 2009-11-09 12:07:39 -0800
  • 372b6eb4c5 - fine-tuning of one-line func heuristic (nodes.go) - enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) Robert Griesemer 2009-11-06 14:24:38 -0800
  • b501f32b50 crypto/tls (part 6/5) Adam Langley 2009-11-05 16:59:39 -0800
  • 9c63ad9791 crypto/tls (part 4/5) Adam Langley 2009-11-05 16:43:29 -0800
  • ebe78b393d crypto/tls (part 3) Adam Langley 2009-11-05 15:44:32 -0800
  • 7cfc31151a gofmt-ify crypto Robert Griesemer 2009-11-04 17:02:30 -0800
  • 24b96e2917 crypto/tls (part 2) Adam Langley 2009-11-03 17:25:13 -0800
  • 745ac15cb1 crypto/tls (part 1) Adam Langley 2009-11-02 18:25:20 -0800