81 コミット (9c8b32c2d6a2a2abf3f91617db2cb259feed61b8)
 

作成者 SHA1 メッセージ 日付
  Adam Langley 9c8b32c2d6 crypto/tls: fix generate_cert.go 13年前
  Robert Griesemer a5b2e93aa2 os.Error API: don't export os.ErrorString, use os.NewError consistently 13年前
  Russ Cox 35e8279c86 respect goto restrictions 13年前
  Adam Langley 5a4918e635 crypto: reorg, cleanup and add function for generating CRLs. 13年前
  Rob Pike 1b7f4ea6c3 crypto/tls/generate_cert.go: fix misspelling of O_CREATE. 13年前
  Robert Hencke 3bdd4f3140 pkg: spelling tweaks, A-H 13年前
  Adam Langley cf7be9b458 crypto/tls: export the verified chains. 13年前
  Russ Cox f23d109356 fix tree for reflect rename 13年前
  Adam Langley c282fa0f0b crypto/tls: use time(), not Time(). 13年前
  Adam Langley de4a706aa9 crypto/rsa: support > 3 primes. 13年前
  Nigel Tao 5a11e9ba00 src/pkg: make package doc comments consistently start with "Package foo". 13年前
  Adam Langley 24df228d7a crypto: move certificate verification into x509. 13年前
  Adam Langley 4f813669cb crypto/tls: add server-side OCSP stapling support. 13年前
  Robert Griesemer 8cf428d710 gofmt: gofmt -s -w src misc 13年前
  Russ Cox 32d22d1fb1 gofix: don't rewrite O_APPEND opens 13年前
  Rob Pike abbbdb168d os: New Open API. 13年前
  Brad Fitzpatrick 1721e53cdf httptest: add NewTLSServer 13年前
  Adam Langley 78f486a80c crypto/tls: extend NPN support to the client. 13年前
  Russ Cox 9fe949aa97 net: drop laddr from Dial, cname from LookupHost; new functions 13年前
  Rob Pike dc6468fcf1 testing: shorten some more tests 13年前
  Dave Cheney a39229ebc1 crypto/tls: fix compile error 13年前
  Brad Fitzpatrick 36cddf2fc1 tls: move PeerCertificates to ConnectionState 13年前
  Kyle Consalus 6e38ce296e Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.bench" and "-test.run". 13年前
  Adam Langley 09d14e14a9 crypto/tls: make protocol negotiation failure fatal 13年前
  Adam Langley 01806ad10b crypto/tls: select best ciphersuite, not worst. 13年前
  Adam Langley 1abb987e07 crypto/tls: load a chain of certificates from a file. 13年前
  Adam Langley b8e817cbf8 crypto: add package. 13年前
  Rob Pike 45b573322e tls: fix argument mistake in Error call. 14年前
  Adam Langley 9d188d7c03 crypto/tls: missed a file 14年前
  Adam Langley 954c3ec034 crypto/tls: add ECDHE support 14年前
  Adam Langley 4dcd8890aa crypto/tls: check in support code. 14年前
  Adam Langley effe736267 crypto/tls: commit fixes which I hadn't saved. 14年前
  Adam Langley 50ac183397 crypto/tls: support CBC ciphers 14年前
  Anthony Martin 368c7fa03e crypto/tls: use rand.Reader in cert generation example 14年前
  Russ Cox f98d01fb7e crypto/tls: add *Config argument to Dial 14年前
  Christian Himpel 24b6f5d63e crypto/tls: fix build of certificate generation example 14年前
  Kyle Consalus 67c5445327 Removed bytes.Add and bytes.AddByte; we now have 'append'. 14年前
  Adam Langley 93eb884c98 crypto/tls: use pool building for certificate checking 14年前
  Russ Cox 8fe46b4768 use append 14年前
  Robert Griesemer b1f31f442e gofmt -s -w src misc 14年前
  Rob Pike feb7be32ae log: new interface 14年前
  Adam Langley 597324882f crypto/tls: make SetReadTimeout work. 14年前
  Adam Langley dd9f217e6a crypto/tls: better error messages for certificate issues. 14年前
  Adam Langley f4b6e2236c crypto/x509, crypto/tls: improve root matching and observe CA flag. 14年前
  Adam Langley ed8da7bff6 Fix certificate validation. 14年前
  Russ Cox 657e8dab30 http: check https certificate against host name 14年前
  Adam Langley 4c5892dcab crypto/tls: don't return an error from Close() 14年前
  Evan Shaw 99e338e9ec crypto/tls: Fix doc typo 14年前
  Jukka-Pekka Kekkonen f610c8e06b crypto/hmac: make Sum idempotent 14年前
  Russ Cox c6f2f6c1ab build: no required environment variables 14年前