# HG changeset patch # User Chris Jones # Date 1327039056 25200 # Node ID 25c4296a352494197accc9f8a5bade7c52bf96f1 # Parent a264cb0129e2b03509ed9e03e9ddd4ccd2a7c845 Updates to BUG comments. diff -r a264cb0129e2 -r 25c4296a3524 stream.go --- a/stream.go Thu Jan 19 22:41:09 2012 -0700 +++ b/stream.go Thu Jan 19 22:57:36 2012 -0700 @@ -141,6 +141,8 @@ } break Loop } + // BUG(cjyar): Does not verify server hostname + // in DNS as per RFC3920.14.3. ch <- st continue case "stream error", NsStream + " error": @@ -403,7 +405,7 @@ } // BUG(cjyar): Server certificate is not checked against the provided -// hostname. +// hostname. RFC3920.14.2 // readTransport() is running concurrently. We need to stop it, // negotiate TLS, then start it again. It calls waitForSocket() in