Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • cf7be9b crypto/tls: export the verified chains. by Adam Langley 2011-05-05 13:44:36 -0400
  • f23d109 fix tree for reflect rename by Russ Cox 2011-04-25 13:39:36 -0400
  • c282fa0 crypto/tls: use time(), not Time(). by Adam Langley 2011-04-25 10:27:36 -0400
  • de4a706 crypto/rsa: support > 3 primes. by Adam Langley 2011-04-22 15:33:41 -0400
  • 5a11e9b src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao 2011-04-20 09:57:05 +1000
  • 24df228 crypto: move certificate verification into x509. by Adam Langley 2011-04-19 09:57:58 -0400
  • 4f81366 crypto/tls: add server-side OCSP stapling support. by Adam Langley 2011-04-14 14:47:28 -0400
  • 8cf428d gofmt: gofmt -s -w src misc by Robert Griesemer 2011-04-13 15:13:59 -0700
  • 32d22d1 gofix: don't rewrite O_APPEND opens by Russ Cox 2011-04-05 11:12:02 -0400
  • abbbdb1 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) by Rob Pike 2011-04-04 23:42:14 -0700
  • 1721e53 httptest: add NewTLSServer by Brad Fitzpatrick 2011-04-04 08:32:59 -0700
  • 78f486a crypto/tls: extend NPN support to the client. by Adam Langley 2011-03-29 17:53:09 -0400
  • 9fe949a net: drop laddr from Dial, cname from LookupHost; new functions by Russ Cox 2011-03-28 23:28:42 -0400
  • dc6468f testing: shorten some more tests by Rob Pike 2011-03-26 11:25:22 -0700
  • a39229e crypto/tls: fix compile error by Dave Cheney 2011-03-12 19:35:41 -0800
  • 36cddf2 tls: move PeerCertificates to ConnectionState by Brad Fitzpatrick 2011-03-10 07:22:53 -0800
  • 6e38ce2 Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.bench" and "-test.run". by Kyle Consalus 2011-02-22 20:23:21 -0800
  • 09d14e1 crypto/tls: make protocol negotiation failure fatal by Adam Langley 2011-02-15 16:38:45 -0500
  • 01806ad crypto/tls: select best ciphersuite, not worst. by Adam Langley 2011-02-05 13:56:36 -0500
  • 1abb987 crypto/tls: load a chain of certificates from a file. by Adam Langley 2011-02-05 13:54:25 -0500
  • b8e817c crypto: add package. by Adam Langley 2011-02-01 11:02:48 -0500
  • 45b5733 tls: fix argument mistake in Error call. by Rob Pike 2010-12-17 13:47:52 -0800
  • 9d188d7 crypto/tls: missed a file by Adam Langley 2010-12-16 17:14:02 -0500
  • 954c3ec crypto/tls: add ECDHE support by Adam Langley 2010-12-16 17:10:50 -0500
  • 4dcd889 crypto/tls: check in support code. by Adam Langley 2010-12-16 10:39:53 -0500
  • effe736 crypto/tls: commit fixes which I hadn't saved. by Adam Langley 2010-12-15 13:58:57 -0500
  • 50ac183 crypto/tls: support CBC ciphers by Adam Langley 2010-12-15 11:49:55 -0500
  • 368c7fa crypto/tls: use rand.Reader in cert generation example by Anthony Martin 2010-12-14 12:22:28 -0500
  • f98d01f crypto/tls: add *Config argument to Dial by Russ Cox 2010-12-07 16:15:15 -0500
  • 24b6f5d crypto/tls: fix build of certificate generation example by Christian Himpel 2010-12-07 16:14:55 -0500
  • 67c5445 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. by Kyle Consalus 2010-12-01 11:59:13 -0800
  • 93eb884 crypto/tls: use pool building for certificate checking by Adam Langley 2010-11-05 09:54:56 -0400
  • 8fe46b4 use append by Russ Cox 2010-10-27 19:47:23 -0700
  • b1f31f4 gofmt -s -w src misc by Robert Griesemer 2010-10-22 10:06:33 -0700
  • feb7be3 log: new interface by Rob Pike 2010-10-12 12:59:18 -0700
  • 5973248 crypto/tls: make SetReadTimeout work. by Adam Langley 2010-10-11 10:41:01 -0400
  • dd9f217 crypto/tls: better error messages for certificate issues. by Adam Langley 2010-10-11 10:39:56 -0400
  • f4b6e22 crypto/x509, crypto/tls: improve root matching and observe CA flag. by Adam Langley 2010-09-20 12:17:31 -0400
  • ed8da7b Fix certificate validation. by Adam Langley 2010-09-20 10:32:08 -0400
  • 657e8da http: check https certificate against host name by Russ Cox 2010-09-11 23:41:12 -0400
  • 4c5892d crypto/tls: don't return an error from Close() by Adam Langley 2010-09-10 15:55:35 -0400
  • 99e338e crypto/tls: Fix doc typo by Evan Shaw 2010-08-30 09:59:59 +1000
  • f610c8e crypto/hmac: make Sum idempotent by Jukka-Pekka Kekkonen 2010-08-26 13:32:29 -0400
  • c6f2f6c build: no required environment variables by Russ Cox 2010-08-18 10:08:49 -0400
  • e85c1c3 crypto/tls: client certificate support. by Mikkel Krautz 2010-08-16 11:22:22 -0400
  • 10589a7 once: replace all uses of package once with sync.Once. package once remains for now; will be deleted after next release. by Rob Pike 2010-08-06 06:14:41 +1000
  • 5f134f7 http: add https client support by Fazlul Shahriar 2010-07-28 18:13:56 -0700
  • cbf5c89 crypto/tls: add client-side SNI support and PeerCertificates. by Adam Langley 2010-07-21 11:36:01 -0400
  • a54a437 crypto/tls: add client OCSP stapling support. by Adam Langley 2010-07-14 10:40:15 -0400
  • 08ec2a8 http, crypto/tls: followup fixes from 1684051. by Adam Langley 2010-07-02 16:43:48 -0400
  • 7b22e86 crypto/tls, http: Make HTTPS servers easier. by Adam Langley 2010-07-02 13:00:18 -0400
  • 06f6131 changes &x -> x[0:] for array to slice conversion by Russ Cox 2010-05-27 14:51:47 -0700
  • 751062b crypto/tls: simpler implementation of record layer by Russ Cox 2010-04-26 22:19:04 -0700
  • 91a0728 crypto/tls: good defaults by Russ Cox 2010-04-05 14:38:02 -0700
  • d821ad0 simplify various code using new map index rule by Russ Cox 2010-03-30 10:51:11 -0700
  • c2e7330 gofmt: experiment: align values in map composites where possible - gofmt -w src misc - looking for feedback by Robert Griesemer 2010-03-02 13:46:51 -0800
  • 000416e strings: delete Runes, Bytes by Russ Cox 2010-02-25 16:01:29 -0800
  • 956950b crypto/tls: typo fix by Adam Langley 2010-02-05 05:39:49 -0500
  • 016dd4b crypto/tls: make Listener a pointer. by Adam Langley 2009-12-28 11:40:01 -0800
  • 581072a crypto/tls: extensions and Next Protocol Negotiation by Adam Langley 2009-12-23 11:13:09 -0800
  • 536df07 1) Change default gofmt default settings for parsing and printing to new syntax. by Robert Griesemer 2009-12-15 15:33:31 -0800
  • b80146a a[b:len(a)] -> a[b:] by Christopher Wedgwood 2009-11-30 12:03:43 -0800
  • a6ab372 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia 2009-11-23 17:32:51 -0800
  • 79f2a55 crypto/tls: add initial client implementation. by Adam Langley 2009-11-21 15:53:03 -0800
  • 4625777 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox 2009-11-20 11:45:05 -0800
  • a1e7e65 remove bytes.Copy replace all calls with calls to copy use copy in regexp and bytes.Buffer by Rob Pike 2009-11-18 15:24:24 -0800
  • d1f931a - replaced gofmt expression formatting algorithm with rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) by Robert Griesemer 2009-11-09 21:13:17 -0800
  • 395b73f remove semis after statements in one-statement statement lists by Robert Griesemer 2009-11-09 12:07:39 -0800
  • 372b6eb - 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) by Robert Griesemer 2009-11-06 14:24:38 -0800
  • b501f32 crypto/tls (part 6/5) by Adam Langley 2009-11-05 16:59:39 -0800
  • 9c63ad9 crypto/tls (part 4/5) by Adam Langley 2009-11-05 16:43:29 -0800
  • ebe78b3 crypto/tls (part 3) by Adam Langley 2009-11-05 15:44:32 -0800
  • 7cfc311 gofmt-ify crypto by Robert Griesemer 2009-11-04 17:02:30 -0800
  • 24b96e2 crypto/tls (part 2) by Adam Langley 2009-11-03 17:25:13 -0800
  • 745ac15 crypto/tls (part 1) by Adam Langley 2009-11-02 18:25:20 -0800