Compare commits
131 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfa37aaeb8 | ||
|
|
7c1a5184c9 | ||
|
|
779be8b95b | ||
|
|
2157b35c0b | ||
|
|
1cb31e2d65 | ||
|
|
1d6cbddc5b | ||
|
|
a05fa6d6bd | ||
|
|
f158bb5f1d | ||
|
|
ec269c5c9d | ||
|
|
bf4959a8ba | ||
|
|
19678ef934 | ||
|
|
5a784693ef | ||
|
|
2c7f8273e9 | ||
|
|
96a84ddd38 | ||
|
|
3f2d540579 | ||
|
|
92e7a309c6 | ||
|
|
c5ccbf023a | ||
|
|
ff06e50df5 | ||
|
|
5ec8dea1ba | ||
|
|
46e10da3a8 | ||
|
|
41eec39a1d | ||
|
|
198a0b31c8 | ||
|
|
6f7c183662 | ||
|
|
20e1b14108 | ||
|
|
0c303588a4 | ||
|
|
37e5686764 | ||
|
|
7c703e95de | ||
|
|
595b0d0490 | ||
|
|
d2c70a33d5 | ||
|
|
79e0296bed | ||
|
|
f0e9150663 | ||
|
|
f4b80ef305 | ||
|
|
0e3b61ed00 | ||
|
|
f6824bd813 | ||
|
|
5ef5824d6f | ||
|
|
9bfb007581 | ||
|
|
7910ed433b | ||
|
|
29f2b3738d | ||
|
|
1f39cab063 | ||
|
|
62960266ac | ||
|
|
3efa17f6fb | ||
|
|
9e89b93bab | ||
|
|
31de8d49b0 | ||
|
|
2b17f3d8eb | ||
|
|
f36a1c5c87 | ||
|
|
af61c1b60a | ||
|
|
ad18ae601c | ||
|
|
8473f3b9d4 | ||
|
|
06c53cc5b1 | ||
|
|
4b643523fb | ||
|
|
79a4dfd43f | ||
|
|
14d89f304a | ||
|
|
7a00539f75 | ||
|
|
a0adc42c95 | ||
|
|
da8af5dbcb | ||
|
|
ced6b06d76 | ||
|
|
4a0f8e5e73 | ||
|
|
e701ceff71 | ||
|
|
1a3974b3a3 | ||
|
|
3fd55c5cee | ||
|
|
6f11910dff | ||
|
|
da3e9ac0fe | ||
|
|
9fe837ffac | ||
|
|
4b8bb16a3d | ||
|
|
95aff9c573 | ||
|
|
de042e4724 | ||
|
|
d78052ce08 | ||
|
|
1f2888c54a | ||
|
|
41d5f8d31b | ||
|
|
24026422b2 | ||
|
|
5e977250ec | ||
|
|
d8c5da1c7c | ||
|
|
d01d50ff1a | ||
|
|
3ed39e62d8 | ||
|
|
f2921a396f | ||
|
|
efef44c2f9 | ||
|
|
c8626bae17 | ||
|
|
48fa6a724e | ||
|
|
80ffa72863 | ||
|
|
61b417a5c4 | ||
|
|
a912ef996a | ||
|
|
d9a690a98f | ||
|
|
04bd0f4520 | ||
|
|
d34d5df89e | ||
|
|
decd72cc23 | ||
|
|
c329a2487e | ||
|
|
df1794c803 | ||
|
|
5af1acbd54 | ||
|
|
36c2086c82 | ||
|
|
d52d0af783 | ||
|
|
35836f2ff7 | ||
|
|
824887eab9 | ||
|
|
e2c907a7f6 | ||
|
|
a09cb5a23c | ||
|
|
7ca7053f66 | ||
|
|
ca35aadaea | ||
|
|
805a80dddf | ||
|
|
28c5c857dc | ||
|
|
176b260468 | ||
|
|
a1dd8de337 | ||
|
|
7be0715d39 | ||
|
|
4704b8fbcf | ||
|
|
aeafd57956 | ||
|
|
e687a05170 | ||
|
|
846fa2ac41 | ||
|
|
611a7d54c0 | ||
|
|
16739d20d0 | ||
|
|
24e488a4cb | ||
|
|
e0ac1685d2 | ||
|
|
82688746dd | ||
|
|
3b9cc7f168 | ||
|
|
3c7940f153 | ||
|
|
8ee55ee009 | ||
|
|
7ee0ea8b7f | ||
|
|
ab1db34f02 | ||
|
|
35e984fbba | ||
|
|
cab23032c0 | ||
|
|
4b653032e4 | ||
|
|
0c75e5d5ad | ||
|
|
f6b0443a62 | ||
|
|
3dee6dcff3 | ||
|
|
85f8e84bd5 | ||
|
|
9338681256 | ||
|
|
f2a1510375 | ||
|
|
46cbcfcaa4 | ||
|
|
76dfe257f1 | ||
|
|
5332dc6280 | ||
|
|
6b3cf1314b | ||
|
|
fe92db1e9c | ||
|
|
ff6c95930b | ||
|
|
a5712c7705 |
9
.build.yml
Normal file
9
.build.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
image: alpine/edge
|
||||||
|
packages:
|
||||||
|
- go
|
||||||
|
sources:
|
||||||
|
- https://git.sr.ht/~adnano/go-gemini
|
||||||
|
tasks:
|
||||||
|
- test: |
|
||||||
|
cd go-gemini
|
||||||
|
go test ./...
|
||||||
@@ -1,10 +1,12 @@
|
|||||||
# go-gemini
|
# go-gemini
|
||||||
|
|
||||||
[](https://godoc.org/git.sr.ht/~adnano/go-gemini)
|
[](https://godocs.io/git.sr.ht/~adnano/go-gemini) [](https://builds.sr.ht/~adnano/go-gemini?)
|
||||||
|
|
||||||
Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space) in Go.
|
Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space) in Go.
|
||||||
|
|
||||||
It aims to provide an API similar to that of net/http to make it easy to develop Gemini clients and servers.
|
It provides an API similar to that of net/http to make it easy to develop Gemini clients and servers.
|
||||||
|
|
||||||
|
Compatible with version v0.14.3 of the Gemini specification.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
package gemini
|
// Package certificate provides utility functions for TLS certificates.
|
||||||
|
package certificate
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto"
|
"crypto"
|
||||||
@@ -15,22 +16,27 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CertificateStore maps certificate scopes to certificates.
|
// Dir represents a directory of certificates.
|
||||||
// The zero value of CertificateStore is an empty store ready to use.
|
// The zero value for Dir is an empty directory ready to use.
|
||||||
type CertificateStore struct {
|
//
|
||||||
store map[string]tls.Certificate
|
// Dir is safe for concurrent use by multiple goroutines.
|
||||||
dir bool
|
type Dir struct {
|
||||||
path string
|
certs map[string]tls.Certificate
|
||||||
|
path *string
|
||||||
|
mu sync.RWMutex
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add adds a certificate for the given scope to the store.
|
// Add adds a certificate for the given scope to the directory.
|
||||||
// It tries to parse the certificate if it is not already parsed.
|
// It tries to parse the certificate if it is not already parsed.
|
||||||
func (c *CertificateStore) Add(scope string, cert tls.Certificate) error {
|
func (d *Dir) Add(scope string, cert tls.Certificate) error {
|
||||||
if c.store == nil {
|
d.mu.Lock()
|
||||||
c.store = map[string]tls.Certificate{}
|
defer d.mu.Unlock()
|
||||||
|
if d.certs == nil {
|
||||||
|
d.certs = map[string]tls.Certificate{}
|
||||||
}
|
}
|
||||||
// Parse certificate if not already parsed
|
// Parse certificate if not already parsed
|
||||||
if cert.Leaf == nil {
|
if cert.Leaf == nil {
|
||||||
@@ -39,31 +45,45 @@ func (c *CertificateStore) Add(scope string, cert tls.Certificate) error {
|
|||||||
cert.Leaf = parsed
|
cert.Leaf = parsed
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if c.dir {
|
|
||||||
// Write certificates
|
if d.path != nil {
|
||||||
certPath := filepath.Join(c.path, scope+".crt")
|
// Escape slash character
|
||||||
keyPath := filepath.Join(c.path, scope+".key")
|
scope = strings.ReplaceAll(scope, "/", ":")
|
||||||
if err := WriteCertificate(cert, certPath, keyPath); err != nil {
|
certPath := filepath.Join(*d.path, scope+".crt")
|
||||||
|
keyPath := filepath.Join(*d.path, scope+".key")
|
||||||
|
if err := Write(cert, certPath, keyPath); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c.store[scope] = cert
|
|
||||||
|
d.certs[scope] = cert
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Lookup returns the certificate for the given scope.
|
// Lookup returns the certificate for the provided scope.
|
||||||
func (c *CertificateStore) Lookup(scope string) (tls.Certificate, bool) {
|
func (d *Dir) Lookup(scope string) (tls.Certificate, bool) {
|
||||||
cert, ok := c.store[scope]
|
d.mu.RLock()
|
||||||
|
defer d.mu.RUnlock()
|
||||||
|
cert, ok := d.certs[scope]
|
||||||
return cert, ok
|
return cert, ok
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load loads certificates from the given path.
|
// Entries returns a map of hostnames to certificates.
|
||||||
// The path should lead to a directory containing certificates and private keys
|
func (d *Dir) Entries() map[string]tls.Certificate {
|
||||||
// in the form scope.crt and scope.key.
|
certs := map[string]tls.Certificate{}
|
||||||
// For example, the hostname "localhost" would have the corresponding files
|
for key := range d.certs {
|
||||||
// localhost.crt (certificate) and localhost.key (private key).
|
certs[key] = d.certs[key]
|
||||||
// New certificates will be written to this directory.
|
}
|
||||||
func (c *CertificateStore) Load(path string) error {
|
return certs
|
||||||
|
}
|
||||||
|
|
||||||
|
// Load loads certificates from the provided path.
|
||||||
|
// Add will write certificates to this path.
|
||||||
|
//
|
||||||
|
// The directory should contain certificates and private keys
|
||||||
|
// named scope.crt and scope.key respectively, where scope is
|
||||||
|
// the scope of the certificate.
|
||||||
|
func (d *Dir) Load(path string) error {
|
||||||
matches, err := filepath.Glob(filepath.Join(path, "*.crt"))
|
matches, err := filepath.Glob(filepath.Join(path, "*.crt"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
@@ -75,24 +95,33 @@ func (c *CertificateStore) Load(path string) error {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
scope := strings.TrimSuffix(filepath.Base(crtPath), ".crt")
|
scope := strings.TrimSuffix(filepath.Base(crtPath), ".crt")
|
||||||
c.Add(scope, cert)
|
// Unescape slash character
|
||||||
|
scope = strings.ReplaceAll(scope, ":", "/")
|
||||||
|
d.Add(scope, cert)
|
||||||
}
|
}
|
||||||
c.dir = true
|
d.SetPath(path)
|
||||||
c.path = path
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// CertificateOptions configures the creation of a certificate.
|
// SetPath sets the directory path.
|
||||||
type CertificateOptions struct {
|
// Add will write certificates to this path.
|
||||||
// Subject Alternate Name values.
|
func (d *Dir) SetPath(path string) {
|
||||||
// Should contain the IP addresses that the certificate is valid for.
|
d.mu.Lock()
|
||||||
IPAddresses []net.IP
|
defer d.mu.Unlock()
|
||||||
|
d.path = &path
|
||||||
|
}
|
||||||
|
|
||||||
|
// CreateOptions configures the creation of a TLS certificate.
|
||||||
|
type CreateOptions struct {
|
||||||
// Subject Alternate Name values.
|
// Subject Alternate Name values.
|
||||||
// Should contain the DNS names that this certificate is valid for.
|
// Should contain the DNS names that this certificate is valid for.
|
||||||
// E.g. example.com, *.example.com
|
// E.g. example.com, *.example.com
|
||||||
DNSNames []string
|
DNSNames []string
|
||||||
|
|
||||||
|
// Subject Alternate Name values.
|
||||||
|
// Should contain the IP addresses that the certificate is valid for.
|
||||||
|
IPAddresses []net.IP
|
||||||
|
|
||||||
// Subject specifies the certificate Subject.
|
// Subject specifies the certificate Subject.
|
||||||
//
|
//
|
||||||
// Subject.CommonName can contain the DNS name that this certificate
|
// Subject.CommonName can contain the DNS name that this certificate
|
||||||
@@ -109,8 +138,8 @@ type CertificateOptions struct {
|
|||||||
Ed25519 bool
|
Ed25519 bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// CreateCertificate creates a new TLS certificate.
|
// Create creates a new TLS certificate.
|
||||||
func CreateCertificate(options CertificateOptions) (tls.Certificate, error) {
|
func Create(options CreateOptions) (tls.Certificate, error) {
|
||||||
crt, priv, err := newX509KeyPair(options)
|
crt, priv, err := newX509KeyPair(options)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return tls.Certificate{}, err
|
return tls.Certificate{}, err
|
||||||
@@ -123,7 +152,7 @@ func CreateCertificate(options CertificateOptions) (tls.Certificate, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// newX509KeyPair creates and returns a new certificate and private key.
|
// newX509KeyPair creates and returns a new certificate and private key.
|
||||||
func newX509KeyPair(options CertificateOptions) (*x509.Certificate, crypto.PrivateKey, error) {
|
func newX509KeyPair(options CreateOptions) (*x509.Certificate, crypto.PrivateKey, error) {
|
||||||
var pub crypto.PublicKey
|
var pub crypto.PublicKey
|
||||||
var priv crypto.PrivateKey
|
var priv crypto.PrivateKey
|
||||||
if options.Ed25519 {
|
if options.Ed25519 {
|
||||||
@@ -179,9 +208,9 @@ func newX509KeyPair(options CertificateOptions) (*x509.Certificate, crypto.Priva
|
|||||||
return cert, priv, nil
|
return cert, priv, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// WriteCertificate writes the provided certificate and private key
|
// Write writes the provided certificate and its private key
|
||||||
// to certPath and keyPath respectively.
|
// to certPath and keyPath respectively.
|
||||||
func WriteCertificate(cert tls.Certificate, certPath, keyPath string) error {
|
func Write(cert tls.Certificate, certPath, keyPath string) error {
|
||||||
certOut, err := os.OpenFile(certPath, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
|
certOut, err := os.OpenFile(certPath, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
300
client.go
300
client.go
@@ -2,66 +2,44 @@ package gemini
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
"context"
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"crypto/x509"
|
"crypto/x509"
|
||||||
"errors"
|
"errors"
|
||||||
|
"fmt"
|
||||||
"net"
|
"net"
|
||||||
"net/url"
|
|
||||||
"path"
|
|
||||||
"strings"
|
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Client is a Gemini client.
|
// A Client is a Gemini client. Its zero value is a usable client.
|
||||||
type Client struct {
|
type Client struct {
|
||||||
// KnownHosts is a list of known hosts.
|
// TrustCertificate is called to determine whether the client
|
||||||
KnownHosts KnownHosts
|
// should trust the certificate provided by the server.
|
||||||
|
// If TrustCertificate is nil, the client will accept any certificate.
|
||||||
// Certificates stores client-side certificates.
|
// If the returned error is not nil, the certificate will not be trusted
|
||||||
Certificates CertificateStore
|
// and the request will be aborted.
|
||||||
|
//
|
||||||
|
// See the tofu submodule for an implementation of trust on first use.
|
||||||
|
TrustCertificate func(hostname string, cert *x509.Certificate) error
|
||||||
|
|
||||||
// Timeout specifies a time limit for requests made by this
|
// Timeout specifies a time limit for requests made by this
|
||||||
// Client. The timeout includes connection time and reading
|
// Client. The timeout includes connection time and reading
|
||||||
// the response body. The timer remains running after
|
// the response body. The timer remains running after
|
||||||
// Get and Do return and will interrupt reading of the Response.Body.
|
// Get or Do return and will interrupt reading of the Response.Body.
|
||||||
//
|
//
|
||||||
// A Timeout of zero means no timeout.
|
// A Timeout of zero means no timeout.
|
||||||
Timeout time.Duration
|
Timeout time.Duration
|
||||||
|
|
||||||
// InsecureSkipTrust specifies whether the client should trust
|
|
||||||
// any certificate it receives without checking KnownHosts
|
|
||||||
// or calling TrustCertificate.
|
|
||||||
// Use with caution.
|
|
||||||
InsecureSkipTrust bool
|
|
||||||
|
|
||||||
// GetInput is called to retrieve input when the server requests it.
|
|
||||||
// If GetInput is nil or returns false, no input will be sent and
|
|
||||||
// the response will be returned.
|
|
||||||
GetInput func(prompt string, sensitive bool) (input string, ok bool)
|
|
||||||
|
|
||||||
// CheckRedirect determines whether to follow a redirect.
|
|
||||||
// If CheckRedirect is nil, redirects will not be followed.
|
|
||||||
CheckRedirect func(req *Request, via []*Request) error
|
|
||||||
|
|
||||||
// CreateCertificate is called to generate a certificate upon
|
|
||||||
// the request of a server.
|
|
||||||
// If CreateCertificate is nil or the returned error is not nil,
|
|
||||||
// the request will not be sent again and the response will be returned.
|
|
||||||
CreateCertificate func(hostname, path string) (tls.Certificate, error)
|
|
||||||
|
|
||||||
// TrustCertificate is called to determine whether the client
|
|
||||||
// should trust a certificate it has not seen before.
|
|
||||||
// If TrustCertificate is nil, the certificate will not be trusted
|
|
||||||
// and the connection will be aborted.
|
|
||||||
//
|
|
||||||
// If TrustCertificate returns TrustOnce, the certificate will be added
|
|
||||||
// to the client's list of known hosts.
|
|
||||||
// If TrustCertificate returns TrustAlways, the certificate will also be
|
|
||||||
// written to the known hosts file.
|
|
||||||
TrustCertificate func(hostname string, cert *x509.Certificate) Trust
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get performs a Gemini request for the given url.
|
// Get sends a Gemini request for the given URL.
|
||||||
|
//
|
||||||
|
// An error is returned if there was a Gemini protocol error.
|
||||||
|
// A non-2x status code doesn't cause an error.
|
||||||
|
//
|
||||||
|
// If the returned error is nil, the Response will contain a non-nil Body
|
||||||
|
// which the user is expected to close.
|
||||||
|
//
|
||||||
|
// For more control over requests, use NewRequest and Client.Do.
|
||||||
func (c *Client) Get(url string) (*Response, error) {
|
func (c *Client) Get(url string) (*Response, error) {
|
||||||
req, err := NewRequest(url)
|
req, err := NewRequest(url)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -70,171 +48,149 @@ func (c *Client) Get(url string) (*Response, error) {
|
|||||||
return c.Do(req)
|
return c.Do(req)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do performs a Gemini request and returns a Gemini response.
|
// Do sends a Gemini request and returns a Gemini response, following
|
||||||
|
// policy as configured on the client.
|
||||||
|
//
|
||||||
|
// An error is returned if there was a Gemini protocol error.
|
||||||
|
// A non-2x status code doesn't cause an error.
|
||||||
|
//
|
||||||
|
// If the returned error is nil, the Response will contain a non-nil Body
|
||||||
|
// which the user is expected to close.
|
||||||
|
//
|
||||||
|
// Generally Get will be used instead of Do.
|
||||||
func (c *Client) Do(req *Request) (*Response, error) {
|
func (c *Client) Do(req *Request) (*Response, error) {
|
||||||
return c.do(req, nil)
|
// Punycode request URL host
|
||||||
}
|
hostname, port, err := net.SplitHostPort(req.URL.Host)
|
||||||
|
if err != nil {
|
||||||
|
// Likely no port
|
||||||
|
hostname = req.URL.Host
|
||||||
|
port = "1965"
|
||||||
|
}
|
||||||
|
punycode, err := punycodeHostname(hostname)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if hostname != punycode {
|
||||||
|
hostname = punycode
|
||||||
|
|
||||||
|
// Make a copy of the request
|
||||||
|
_req := *req
|
||||||
|
req = &_req
|
||||||
|
_url := *req.URL
|
||||||
|
req.URL = &_url
|
||||||
|
|
||||||
|
// Set the host
|
||||||
|
req.URL.Host = net.JoinHostPort(hostname, port)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Use request host if provided
|
||||||
|
if req.Host != "" {
|
||||||
|
hostname, port, err = net.SplitHostPort(req.Host)
|
||||||
|
if err != nil {
|
||||||
|
// Port is required
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
// Punycode hostname
|
||||||
|
hostname, err = punycodeHostname(hostname)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func (c *Client) do(req *Request, via []*Request) (*Response, error) {
|
|
||||||
// Connect to the host
|
// Connect to the host
|
||||||
config := &tls.Config{
|
config := &tls.Config{
|
||||||
InsecureSkipVerify: true,
|
InsecureSkipVerify: true,
|
||||||
MinVersion: tls.VersionTLS12,
|
MinVersion: tls.VersionTLS12,
|
||||||
GetClientCertificate: func(_ *tls.CertificateRequestInfo) (*tls.Certificate, error) {
|
GetClientCertificate: func(_ *tls.CertificateRequestInfo) (*tls.Certificate, error) {
|
||||||
return c.getClientCertificate(req)
|
if req.Certificate != nil {
|
||||||
|
return req.Certificate, nil
|
||||||
|
}
|
||||||
|
return &tls.Certificate{}, nil
|
||||||
},
|
},
|
||||||
VerifyConnection: func(cs tls.ConnectionState) error {
|
VerifyConnection: func(cs tls.ConnectionState) error {
|
||||||
return c.verifyConnection(req, cs)
|
return c.verifyConnection(hostname, punycode, cs)
|
||||||
},
|
},
|
||||||
|
ServerName: hostname,
|
||||||
}
|
}
|
||||||
conn, err := tls.Dial("tcp", req.Host, config)
|
|
||||||
|
ctx := req.Context
|
||||||
|
if ctx == nil {
|
||||||
|
ctx = context.Background()
|
||||||
|
}
|
||||||
|
|
||||||
|
start := time.Now()
|
||||||
|
dialer := net.Dialer{
|
||||||
|
Timeout: c.Timeout,
|
||||||
|
}
|
||||||
|
|
||||||
|
address := net.JoinHostPort(hostname, port)
|
||||||
|
netConn, err := dialer.DialContext(ctx, "tcp", address)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
conn := tls.Client(netConn, config)
|
||||||
|
|
||||||
// Set connection deadline
|
// Set connection deadline
|
||||||
if d := c.Timeout; d != 0 {
|
if c.Timeout != 0 {
|
||||||
conn.SetDeadline(time.Now().Add(d))
|
err := conn.SetDeadline(start.Add(c.Timeout))
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to set connection deadline: %w", err)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resp, err := c.do(conn, req)
|
||||||
|
if err != nil {
|
||||||
|
// If we fail to perform the request/response we have
|
||||||
|
// to take responsibility for closing the connection.
|
||||||
|
_ = conn.Close()
|
||||||
|
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// Store connection state
|
||||||
|
state := conn.ConnectionState()
|
||||||
|
resp.TLS = &state
|
||||||
|
|
||||||
|
return resp, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *Client) do(conn *tls.Conn, req *Request) (*Response, error) {
|
||||||
// Write the request
|
// Write the request
|
||||||
w := bufio.NewWriter(conn)
|
w := bufio.NewWriter(conn)
|
||||||
req.write(w)
|
|
||||||
|
err := req.Write(w)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to write request: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
if err := w.Flush(); err != nil {
|
if err := w.Flush(); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read the response
|
// Read the response
|
||||||
resp := &Response{}
|
resp, err := ReadResponse(conn)
|
||||||
if err := resp.read(conn); err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
// Store connection state
|
|
||||||
resp.TLS = conn.ConnectionState()
|
|
||||||
|
|
||||||
switch {
|
|
||||||
case resp.Status == StatusCertificateRequired:
|
|
||||||
// Check to see if a certificate was already provided to prevent an infinite loop
|
|
||||||
if req.Certificate != nil {
|
|
||||||
return resp, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
hostname, path := req.URL.Hostname(), strings.TrimSuffix(req.URL.Path, "/")
|
|
||||||
if c.CreateCertificate != nil {
|
|
||||||
cert, err := c.CreateCertificate(hostname, path)
|
|
||||||
if err != nil {
|
|
||||||
return resp, err
|
|
||||||
}
|
|
||||||
c.Certificates.Add(hostname+path, cert)
|
|
||||||
req.Certificate = &cert
|
|
||||||
return c.do(req, via)
|
|
||||||
}
|
|
||||||
return resp, nil
|
|
||||||
|
|
||||||
case resp.Status.Class() == StatusClassInput:
|
|
||||||
if c.GetInput != nil {
|
|
||||||
input, ok := c.GetInput(resp.Meta, resp.Status == StatusSensitiveInput)
|
|
||||||
if ok {
|
|
||||||
req.URL.ForceQuery = true
|
|
||||||
req.URL.RawQuery = url.QueryEscape(input)
|
|
||||||
return c.do(req, via)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return resp, nil
|
|
||||||
|
|
||||||
case resp.Status.Class() == StatusClassRedirect:
|
|
||||||
if via == nil {
|
|
||||||
via = []*Request{}
|
|
||||||
}
|
|
||||||
via = append(via, req)
|
|
||||||
|
|
||||||
target, err := url.Parse(resp.Meta)
|
|
||||||
if err != nil {
|
|
||||||
return resp, err
|
|
||||||
}
|
|
||||||
|
|
||||||
target = req.URL.ResolveReference(target)
|
|
||||||
if target.Scheme != "" && target.Scheme != "gemini" {
|
|
||||||
return resp, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
redirect := NewRequestFromURL(target)
|
|
||||||
if c.CheckRedirect != nil {
|
|
||||||
if err := c.CheckRedirect(redirect, via); err != nil {
|
|
||||||
return resp, err
|
|
||||||
}
|
|
||||||
return c.do(redirect, via)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
resp.Request = req
|
|
||||||
return resp, nil
|
return resp, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Client) getClientCertificate(req *Request) (*tls.Certificate, error) {
|
func (c *Client) verifyConnection(hostname, punycode string, cs tls.ConnectionState) error {
|
||||||
// Request certificates have the highest precedence
|
|
||||||
if req.Certificate != nil {
|
|
||||||
return req.Certificate, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// Search recursively for the certificate
|
|
||||||
scope := req.URL.Hostname() + strings.TrimSuffix(req.URL.Path, "/")
|
|
||||||
for {
|
|
||||||
cert, ok := c.Certificates.Lookup(scope)
|
|
||||||
if ok {
|
|
||||||
// Ensure that the certificate is not expired
|
|
||||||
if cert.Leaf != nil && !time.Now().After(cert.Leaf.NotAfter) {
|
|
||||||
// Store the certificate
|
|
||||||
req.Certificate = &cert
|
|
||||||
return &cert, nil
|
|
||||||
}
|
|
||||||
break
|
|
||||||
}
|
|
||||||
scope = path.Dir(scope)
|
|
||||||
if scope == "." {
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return &tls.Certificate{}, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c *Client) verifyConnection(req *Request, cs tls.ConnectionState) error {
|
|
||||||
// Verify the hostname
|
|
||||||
var hostname string
|
|
||||||
if host, _, err := net.SplitHostPort(req.Host); err == nil {
|
|
||||||
hostname = host
|
|
||||||
} else {
|
|
||||||
hostname = req.Host
|
|
||||||
}
|
|
||||||
cert := cs.PeerCertificates[0]
|
cert := cs.PeerCertificates[0]
|
||||||
if err := verifyHostname(cert, hostname); err != nil {
|
// Verify punycoded hostname
|
||||||
|
if err := verifyHostname(cert, punycode); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if c.InsecureSkipTrust {
|
// Check expiration date
|
||||||
return nil
|
if !time.Now().Before(cert.NotAfter) {
|
||||||
}
|
return errors.New("gemini: certificate expired")
|
||||||
// Check the known hosts
|
|
||||||
knownHost, ok := c.KnownHosts.Lookup(hostname)
|
|
||||||
if ok && time.Now().After(cert.NotAfter) {
|
|
||||||
// Not expired
|
|
||||||
fingerprint := NewFingerprint(cert)
|
|
||||||
if knownHost.Hex != fingerprint.Hex {
|
|
||||||
return errors.New("gemini: fingerprint does not match")
|
|
||||||
}
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unknown certificate
|
|
||||||
// See if the client trusts the certificate
|
// See if the client trusts the certificate
|
||||||
if c.TrustCertificate != nil {
|
if c.TrustCertificate != nil {
|
||||||
switch c.TrustCertificate(hostname, cert) {
|
return c.TrustCertificate(hostname, cert)
|
||||||
case TrustOnce:
|
|
||||||
c.KnownHosts.AddTemporary(hostname, cert)
|
|
||||||
return nil
|
|
||||||
case TrustAlways:
|
|
||||||
c.KnownHosts.Add(hostname, cert)
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return errors.New("gemini: certificate not trusted")
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
22
doc.go
22
doc.go
@@ -1,29 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
Package gemini implements the Gemini protocol.
|
Package gemini implements the Gemini protocol.
|
||||||
|
|
||||||
Get makes a Gemini request:
|
Client is a Gemini client.
|
||||||
|
|
||||||
resp, err := gemini.Get("gemini://example.com")
|
|
||||||
if err != nil {
|
|
||||||
// handle error
|
|
||||||
}
|
|
||||||
defer resp.Body.Close()
|
|
||||||
// ...
|
|
||||||
|
|
||||||
For control over client behavior, create a Client:
|
|
||||||
|
|
||||||
client := &gemini.Client{}
|
client := &gemini.Client{}
|
||||||
resp, err := client.Get("gemini://example.com")
|
resp, err := client.Get("gemini://example.com")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// handle error
|
// handle error
|
||||||
}
|
}
|
||||||
|
defer resp.Body.Close()
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
Server is a Gemini server.
|
Server is a Gemini server.
|
||||||
|
|
||||||
server := &gemini.Server{
|
server := &gemini.Server{
|
||||||
ReadTimeout: 10 * time.Second,
|
ReadTimeout: 10 * time.Second,
|
||||||
WriteTimeout: 10 * time.Second,
|
WriteTimeout: 10 * time.Second,
|
||||||
}
|
}
|
||||||
|
|
||||||
Servers should be configured with certificates:
|
Servers should be configured with certificates:
|
||||||
@@ -35,13 +27,13 @@ Servers should be configured with certificates:
|
|||||||
|
|
||||||
Servers can accept requests for multiple hosts and schemes:
|
Servers can accept requests for multiple hosts and schemes:
|
||||||
|
|
||||||
server.RegisterFunc("example.com", func(w *gemini.ResponseWriter, r *gemini.Request) {
|
server.RegisterFunc("example.com", func(w gemini.ResponseWriter, r *gemini.Request) {
|
||||||
fmt.Fprint(w, "Welcome to example.com")
|
fmt.Fprint(w, "Welcome to example.com")
|
||||||
})
|
})
|
||||||
server.RegisterFunc("example.org", func(w *gemini.ResponseWriter, r *gemini.Request) {
|
server.RegisterFunc("example.org", func(w gemini.ResponseWriter, r *gemini.Request) {
|
||||||
fmt.Fprint(w, "Welcome to example.org")
|
fmt.Fprint(w, "Welcome to example.org")
|
||||||
})
|
})
|
||||||
server.RegisterFunc("http://example.net", func(w *gemini.ResponseWriter, r *gemini.Request) {
|
server.RegisterFunc("http://example.net", func(w gemini.ResponseWriter, r *gemini.Request) {
|
||||||
fmt.Fprint(w, "Proxied content from http://example.net")
|
fmt.Fprint(w, "Proxied content from http://example.net")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
142
examples/auth.go
142
examples/auth.go
@@ -3,6 +3,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"crypto/sha512"
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"crypto/x509"
|
"crypto/x509"
|
||||||
"crypto/x509/pkix"
|
"crypto/x509/pkix"
|
||||||
@@ -11,44 +12,29 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.sr.ht/~adnano/go-gemini"
|
"git.sr.ht/~adnano/go-gemini"
|
||||||
|
"git.sr.ht/~adnano/go-gemini/certificate"
|
||||||
)
|
)
|
||||||
|
|
||||||
type user struct {
|
type User struct {
|
||||||
password string // TODO: use hashes
|
Name string
|
||||||
admin bool
|
|
||||||
}
|
|
||||||
|
|
||||||
type session struct {
|
|
||||||
username string
|
|
||||||
authorized bool // whether or not the password was supplied
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Map of usernames to user data
|
// Map of certificate hashes to users
|
||||||
logins = map[string]user{
|
users = map[string]*User{}
|
||||||
"admin": {"p@ssw0rd", true}, // NOTE: These are bad passwords!
|
|
||||||
"user1": {"password1", false},
|
|
||||||
"user2": {"password2", false},
|
|
||||||
}
|
|
||||||
|
|
||||||
// Map of certificate fingerprints to sessions
|
|
||||||
sessions = map[string]*session{}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
var mux gemini.ServeMux
|
var mux gemini.ServeMux
|
||||||
mux.HandleFunc("/", login)
|
mux.HandleFunc("/", profile)
|
||||||
mux.HandleFunc("/password", loginPassword)
|
mux.HandleFunc("/username", changeUsername)
|
||||||
mux.HandleFunc("/profile", profile)
|
|
||||||
mux.HandleFunc("/admin", admin)
|
|
||||||
mux.HandleFunc("/logout", logout)
|
|
||||||
|
|
||||||
var server gemini.Server
|
var server gemini.Server
|
||||||
if err := server.Certificates.Load("/var/lib/gemini/certs"); err != nil {
|
if err := server.Certificates.Load("/var/lib/gemini/certs"); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
server.CreateCertificate = func(hostname string) (tls.Certificate, error) {
|
server.GetCertificate = func(hostname string) (tls.Certificate, error) {
|
||||||
return gemini.CreateCertificate(gemini.CertificateOptions{
|
return certificate.Create(certificate.CreateOptions{
|
||||||
Subject: pkix.Name{
|
Subject: pkix.Name{
|
||||||
CommonName: hostname,
|
CommonName: hostname,
|
||||||
},
|
},
|
||||||
@@ -56,102 +42,50 @@ func main() {
|
|||||||
Duration: time.Hour,
|
Duration: time.Hour,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
server.Register("localhost", &mux)
|
server.Handle("localhost", &mux)
|
||||||
|
|
||||||
if err := server.ListenAndServe(); err != nil {
|
if err := server.ListenAndServe(); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func getSession(cert *x509.Certificate) (*session, bool) {
|
func fingerprint(cert *x509.Certificate) string {
|
||||||
fingerprint := gemini.NewFingerprint(cert)
|
b := sha512.Sum512(cert.Raw)
|
||||||
session, ok := sessions[fingerprint.Hex]
|
return string(b[:])
|
||||||
return session, ok
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func login(w *gemini.ResponseWriter, r *gemini.Request) {
|
func profile(w gemini.ResponseWriter, r *gemini.Request) {
|
||||||
if r.Certificate == nil {
|
if len(r.TLS.PeerCertificates) == 0 {
|
||||||
w.WriteStatus(gemini.StatusCertificateRequired)
|
w.Status(gemini.StatusCertificateRequired)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
username, ok := gemini.Input(r)
|
fingerprint := fingerprint(r.TLS.PeerCertificates[0])
|
||||||
|
user, ok := users[fingerprint]
|
||||||
if !ok {
|
if !ok {
|
||||||
w.WriteHeader(gemini.StatusInput, "Username")
|
user = &User{}
|
||||||
return
|
users[fingerprint] = user
|
||||||
}
|
}
|
||||||
fingerprint := gemini.NewFingerprint(r.Certificate.Leaf)
|
fmt.Fprintln(w, "Username:", user.Name)
|
||||||
sessions[fingerprint.Hex] = &session{
|
fmt.Fprintln(w, "=> /username Change username")
|
||||||
username: username,
|
|
||||||
}
|
|
||||||
w.WriteHeader(gemini.StatusRedirect, "/password")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func loginPassword(w *gemini.ResponseWriter, r *gemini.Request) {
|
func changeUsername(w gemini.ResponseWriter, r *gemini.Request) {
|
||||||
if r.Certificate == nil {
|
if len(r.TLS.PeerCertificates) == 0 {
|
||||||
w.WriteStatus(gemini.StatusCertificateRequired)
|
w.Status(gemini.StatusCertificateRequired)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
session, ok := getSession(r.Certificate.Leaf)
|
|
||||||
|
username, err := gemini.QueryUnescape(r.URL.RawQuery)
|
||||||
|
if err != nil || username == "" {
|
||||||
|
w.Header(gemini.StatusInput, "Username")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
fingerprint := fingerprint(r.TLS.PeerCertificates[0])
|
||||||
|
user, ok := users[fingerprint]
|
||||||
if !ok {
|
if !ok {
|
||||||
w.WriteStatus(gemini.StatusCertificateNotAuthorized)
|
user = &User{}
|
||||||
return
|
users[fingerprint] = user
|
||||||
}
|
|
||||||
|
|
||||||
password, ok := gemini.Input(r)
|
|
||||||
if !ok {
|
|
||||||
w.WriteHeader(gemini.StatusSensitiveInput, "Password")
|
|
||||||
return
|
|
||||||
}
|
|
||||||
expected := logins[session.username].password
|
|
||||||
if password == expected {
|
|
||||||
session.authorized = true
|
|
||||||
w.WriteHeader(gemini.StatusRedirect, "/profile")
|
|
||||||
} else {
|
|
||||||
w.WriteHeader(gemini.StatusSensitiveInput, "Password")
|
|
||||||
}
|
}
|
||||||
}
|
user.Name = username
|
||||||
|
w.Header(gemini.StatusRedirect, "/")
|
||||||
func logout(w *gemini.ResponseWriter, r *gemini.Request) {
|
|
||||||
if r.Certificate == nil {
|
|
||||||
w.WriteStatus(gemini.StatusCertificateRequired)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
fingerprint := gemini.NewFingerprint(r.Certificate.Leaf)
|
|
||||||
delete(sessions, fingerprint.Hex)
|
|
||||||
fmt.Fprintln(w, "Successfully logged out.")
|
|
||||||
fmt.Fprintln(w, "=> / Index")
|
|
||||||
}
|
|
||||||
|
|
||||||
func profile(w *gemini.ResponseWriter, r *gemini.Request) {
|
|
||||||
if r.Certificate == nil {
|
|
||||||
w.WriteStatus(gemini.StatusCertificateRequired)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
session, ok := getSession(r.Certificate.Leaf)
|
|
||||||
if !ok {
|
|
||||||
w.WriteStatus(gemini.StatusCertificateNotAuthorized)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
user := logins[session.username]
|
|
||||||
fmt.Fprintln(w, "Username:", session.username)
|
|
||||||
fmt.Fprintln(w, "Admin:", user.admin)
|
|
||||||
fmt.Fprintln(w, "=> /logout Logout")
|
|
||||||
}
|
|
||||||
|
|
||||||
func admin(w *gemini.ResponseWriter, r *gemini.Request) {
|
|
||||||
if r.Certificate == nil {
|
|
||||||
w.WriteStatus(gemini.StatusCertificateRequired)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
session, ok := getSession(r.Certificate.Leaf)
|
|
||||||
if !ok {
|
|
||||||
w.WriteStatus(gemini.StatusCertificateNotAuthorized)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
user := logins[session.username]
|
|
||||||
if !user.admin {
|
|
||||||
w.WriteStatus(gemini.StatusCertificateNotAuthorized)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
fmt.Fprintln(w, "Welcome to the admin portal.")
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
// +build ignore
|
// +build ignore
|
||||||
|
|
||||||
|
// This example illustrates a certificate generation tool.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@@ -9,7 +11,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.sr.ht/~adnano/go-gemini"
|
"git.sr.ht/~adnano/go-gemini/certificate"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@@ -22,20 +24,20 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
options := gemini.CertificateOptions{
|
options := certificate.CreateOptions{
|
||||||
Subject: pkix.Name{
|
Subject: pkix.Name{
|
||||||
CommonName: host,
|
CommonName: host,
|
||||||
},
|
},
|
||||||
DNSNames: []string{host},
|
DNSNames: []string{host},
|
||||||
Duration: duration,
|
Duration: duration,
|
||||||
}
|
}
|
||||||
cert, err := gemini.CreateCertificate(options)
|
cert, err := certificate.Create(options)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
certPath := host + ".crt"
|
certPath := host + ".crt"
|
||||||
keyPath := host + ".key"
|
keyPath := host + ".key"
|
||||||
if err := gemini.WriteCertificate(cert, certPath, keyPath); err != nil {
|
if err := certificate.Write(cert, certPath, keyPath); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,20 +1,49 @@
|
|||||||
// +build ignore
|
// +build ignore
|
||||||
|
|
||||||
|
// This example illustrates a Gemini client.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"crypto/tls"
|
"bytes"
|
||||||
"crypto/x509"
|
"crypto/x509"
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
|
"net/url"
|
||||||
"os"
|
"os"
|
||||||
|
"path/filepath"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.sr.ht/~adnano/go-gemini"
|
"git.sr.ht/~adnano/go-gemini"
|
||||||
|
"git.sr.ht/~adnano/go-gemini/tofu"
|
||||||
|
"git.sr.ht/~adnano/go-xdg"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
hosts tofu.KnownHosts
|
||||||
|
hostsfile *tofu.HostWriter
|
||||||
|
scanner *bufio.Scanner
|
||||||
|
)
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
// Load known hosts file
|
||||||
|
path := filepath.Join(xdg.DataHome(), "gemini", "known_hosts")
|
||||||
|
err := hosts.Load(path)
|
||||||
|
if err != nil {
|
||||||
|
log.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
hostsfile, err = tofu.OpenHostsFile(path)
|
||||||
|
if err != nil {
|
||||||
|
log.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
scanner = bufio.NewScanner(os.Stdin)
|
||||||
|
}
|
||||||
|
|
||||||
const trustPrompt = `The certificate offered by %s is of unknown trust. Its fingerprint is:
|
const trustPrompt = `The certificate offered by %s is of unknown trust. Its fingerprint is:
|
||||||
%s
|
%s
|
||||||
|
|
||||||
@@ -24,49 +53,86 @@ Otherwise, this should be safe to trust.
|
|||||||
[t]rust always; trust [o]nce; [a]bort
|
[t]rust always; trust [o]nce; [a]bort
|
||||||
=> `
|
=> `
|
||||||
|
|
||||||
var (
|
func trustCertificate(hostname string, cert *x509.Certificate) error {
|
||||||
scanner = bufio.NewScanner(os.Stdin)
|
host := tofu.NewHost(hostname, cert.Raw, cert.NotAfter)
|
||||||
client = &gemini.Client{}
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
knownHost, ok := hosts.Lookup(hostname)
|
||||||
client.Timeout = 30 * time.Second
|
if ok && time.Now().Before(knownHost.Expires) {
|
||||||
client.KnownHosts.LoadDefault()
|
// Check fingerprint
|
||||||
client.TrustCertificate = func(hostname string, cert *x509.Certificate) gemini.Trust {
|
if bytes.Equal(knownHost.Fingerprint, host.Fingerprint) {
|
||||||
fingerprint := gemini.NewFingerprint(cert)
|
return nil
|
||||||
fmt.Printf(trustPrompt, hostname, fingerprint.Hex)
|
|
||||||
scanner.Scan()
|
|
||||||
switch scanner.Text() {
|
|
||||||
case "t":
|
|
||||||
return gemini.TrustAlways
|
|
||||||
case "o":
|
|
||||||
return gemini.TrustOnce
|
|
||||||
default:
|
|
||||||
return gemini.TrustNone
|
|
||||||
}
|
}
|
||||||
|
return errors.New("error: fingerprint does not match!")
|
||||||
}
|
}
|
||||||
client.CreateCertificate = func(hostname, path string) (tls.Certificate, error) {
|
|
||||||
fmt.Println("Generating client certificate for", hostname, path)
|
fmt.Printf(trustPrompt, hostname, host.Fingerprint)
|
||||||
return gemini.CreateCertificate(gemini.CertificateOptions{
|
scanner.Scan()
|
||||||
Duration: time.Hour,
|
switch scanner.Text() {
|
||||||
})
|
case "t":
|
||||||
|
hosts.Add(host)
|
||||||
|
hostsfile.WriteHost(host)
|
||||||
|
return nil
|
||||||
|
case "o":
|
||||||
|
hosts.Add(host)
|
||||||
|
return nil
|
||||||
|
default:
|
||||||
|
return errors.New("certificate not trusted")
|
||||||
}
|
}
|
||||||
client.GetInput = func(prompt string, sensitive bool) (string, bool) {
|
}
|
||||||
fmt.Printf("%s: ", prompt)
|
|
||||||
scanner.Scan()
|
func getInput(prompt string, sensitive bool) (input string, ok bool) {
|
||||||
return scanner.Text(), true
|
fmt.Printf("%s ", prompt)
|
||||||
|
scanner.Scan()
|
||||||
|
return scanner.Text(), true
|
||||||
|
}
|
||||||
|
|
||||||
|
func do(req *gemini.Request, via []*gemini.Request) (*gemini.Response, error) {
|
||||||
|
client := gemini.Client{
|
||||||
|
TrustCertificate: trustCertificate,
|
||||||
}
|
}
|
||||||
|
resp, err := client.Do(req)
|
||||||
|
if err != nil {
|
||||||
|
return resp, err
|
||||||
|
}
|
||||||
|
|
||||||
|
switch gemini.StatusClass(resp.Status) {
|
||||||
|
case gemini.StatusInput:
|
||||||
|
input, ok := getInput(resp.Meta, resp.Status == gemini.StatusSensitiveInput)
|
||||||
|
if !ok {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
req.URL.ForceQuery = true
|
||||||
|
req.URL.RawQuery = gemini.QueryEscape(input)
|
||||||
|
return do(req, via)
|
||||||
|
|
||||||
|
case gemini.StatusRedirect:
|
||||||
|
via = append(via, req)
|
||||||
|
if len(via) > 5 {
|
||||||
|
return resp, errors.New("too many redirects")
|
||||||
|
}
|
||||||
|
|
||||||
|
target, err := url.Parse(resp.Meta)
|
||||||
|
if err != nil {
|
||||||
|
return resp, err
|
||||||
|
}
|
||||||
|
target = req.URL.ResolveReference(target)
|
||||||
|
redirect := *req
|
||||||
|
redirect.URL = target
|
||||||
|
return do(&redirect, via)
|
||||||
|
}
|
||||||
|
|
||||||
|
return resp, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if len(os.Args) < 2 {
|
if len(os.Args) < 2 {
|
||||||
fmt.Printf("usage: %s gemini://... [host]", os.Args[0])
|
fmt.Printf("usage: %s <url> [host]\n", os.Args[0])
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Do the request
|
||||||
url := os.Args[1]
|
url := os.Args[1]
|
||||||
req, err := gemini.NewRequest(url)
|
req, err := gemini.NewRequest(url)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
@@ -74,21 +140,22 @@ func main() {
|
|||||||
if len(os.Args) == 3 {
|
if len(os.Args) == 3 {
|
||||||
req.Host = os.Args[2]
|
req.Host = os.Args[2]
|
||||||
}
|
}
|
||||||
|
resp, err := do(req, nil)
|
||||||
resp, err := client.Do(req)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
defer resp.Body.Close()
|
defer resp.Body.Close()
|
||||||
|
|
||||||
if resp.Status.Class() == gemini.StatusClassSuccess {
|
// Handle response
|
||||||
|
if gemini.StatusClass(resp.Status) == gemini.StatusSuccess {
|
||||||
body, err := ioutil.ReadAll(resp.Body)
|
body, err := ioutil.ReadAll(resp.Body)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
fmt.Print(string(body))
|
fmt.Print(string(body))
|
||||||
} else {
|
} else {
|
||||||
fmt.Printf("request failed: %d %s: %s", resp.Status, resp.Status.Message(), resp.Meta)
|
fmt.Printf("%d %s\n", resp.Status, resp.Meta)
|
||||||
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
129
examples/html.go
129
examples/html.go
@@ -7,76 +7,77 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"html"
|
"html"
|
||||||
"strings"
|
"io"
|
||||||
|
"os"
|
||||||
|
|
||||||
"git.sr.ht/~adnano/go-gemini"
|
"git.sr.ht/~adnano/go-gemini"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
text := gemini.Text{
|
hw := HTMLWriter{
|
||||||
gemini.LineHeading1("Hello, world!"),
|
out: os.Stdout,
|
||||||
gemini.LineText("This is a gemini text document."),
|
|
||||||
}
|
}
|
||||||
|
gemini.ParseLines(os.Stdin, hw.Handle)
|
||||||
html := textToHTML(text)
|
hw.Finish()
|
||||||
fmt.Print(html)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// textToHTML returns the Gemini text response as HTML.
|
type HTMLWriter struct {
|
||||||
func textToHTML(text gemini.Text) string {
|
out io.Writer
|
||||||
var b strings.Builder
|
pre bool
|
||||||
var pre bool
|
list bool
|
||||||
var list bool
|
}
|
||||||
for _, l := range text {
|
|
||||||
if _, ok := l.(gemini.LineListItem); ok {
|
func (h *HTMLWriter) Handle(line gemini.Line) {
|
||||||
if !list {
|
if _, ok := line.(gemini.LineListItem); ok {
|
||||||
list = true
|
if !h.list {
|
||||||
fmt.Fprint(&b, "<ul>\n")
|
h.list = true
|
||||||
}
|
fmt.Fprint(h.out, "<ul>\n")
|
||||||
} else if list {
|
}
|
||||||
list = false
|
} else if h.list {
|
||||||
fmt.Fprint(&b, "</ul>\n")
|
h.list = false
|
||||||
}
|
fmt.Fprint(h.out, "</ul>\n")
|
||||||
switch l := l.(type) {
|
}
|
||||||
case gemini.LineLink:
|
switch line := line.(type) {
|
||||||
url := html.EscapeString(l.URL)
|
case gemini.LineLink:
|
||||||
name := html.EscapeString(l.Name)
|
url := html.EscapeString(line.URL)
|
||||||
if name == "" {
|
name := html.EscapeString(line.Name)
|
||||||
name = url
|
if name == "" {
|
||||||
}
|
name = url
|
||||||
fmt.Fprintf(&b, "<p><a href='%s'>%s</a></p>\n", url, name)
|
}
|
||||||
case gemini.LinePreformattingToggle:
|
fmt.Fprintf(h.out, "<p><a href='%s'>%s</a></p>\n", url, name)
|
||||||
pre = !pre
|
case gemini.LinePreformattingToggle:
|
||||||
if pre {
|
h.pre = !h.pre
|
||||||
fmt.Fprint(&b, "<pre>\n")
|
if h.pre {
|
||||||
} else {
|
fmt.Fprint(h.out, "<pre>\n")
|
||||||
fmt.Fprint(&b, "</pre>\n")
|
} else {
|
||||||
}
|
fmt.Fprint(h.out, "</pre>\n")
|
||||||
case gemini.LinePreformattedText:
|
}
|
||||||
fmt.Fprintf(&b, "%s\n", html.EscapeString(string(l)))
|
case gemini.LinePreformattedText:
|
||||||
case gemini.LineHeading1:
|
fmt.Fprintf(h.out, "%s\n", html.EscapeString(string(line)))
|
||||||
fmt.Fprintf(&b, "<h1>%s</h1>\n", html.EscapeString(string(l)))
|
case gemini.LineHeading1:
|
||||||
case gemini.LineHeading2:
|
fmt.Fprintf(h.out, "<h1>%s</h1>\n", html.EscapeString(string(line)))
|
||||||
fmt.Fprintf(&b, "<h2>%s</h2>\n", html.EscapeString(string(l)))
|
case gemini.LineHeading2:
|
||||||
case gemini.LineHeading3:
|
fmt.Fprintf(h.out, "<h2>%s</h2>\n", html.EscapeString(string(line)))
|
||||||
fmt.Fprintf(&b, "<h3>%s</h3>\n", html.EscapeString(string(l)))
|
case gemini.LineHeading3:
|
||||||
case gemini.LineListItem:
|
fmt.Fprintf(h.out, "<h3>%s</h3>\n", html.EscapeString(string(line)))
|
||||||
fmt.Fprintf(&b, "<li>%s</li>\n", html.EscapeString(string(l)))
|
case gemini.LineListItem:
|
||||||
case gemini.LineQuote:
|
fmt.Fprintf(h.out, "<li>%s</li>\n", html.EscapeString(string(line)))
|
||||||
fmt.Fprintf(&b, "<blockquote>%s</blockquote>\n", html.EscapeString(string(l)))
|
case gemini.LineQuote:
|
||||||
case gemini.LineText:
|
fmt.Fprintf(h.out, "<blockquote>%s</blockquote>\n", html.EscapeString(string(line)))
|
||||||
if l == "" {
|
case gemini.LineText:
|
||||||
fmt.Fprint(&b, "<br>\n")
|
if line == "" {
|
||||||
} else {
|
fmt.Fprint(h.out, "<br>\n")
|
||||||
fmt.Fprintf(&b, "<p>%s</p>\n", html.EscapeString(string(l)))
|
} else {
|
||||||
}
|
fmt.Fprintf(h.out, "<p>%s</p>\n", html.EscapeString(string(line)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if pre {
|
}
|
||||||
fmt.Fprint(&b, "</pre>\n")
|
|
||||||
}
|
func (h *HTMLWriter) Finish() {
|
||||||
if list {
|
if h.pre {
|
||||||
fmt.Fprint(&b, "</ul>\n")
|
fmt.Fprint(h.out, "</pre>\n")
|
||||||
}
|
}
|
||||||
return b.String()
|
if h.list {
|
||||||
|
fmt.Fprint(h.out, "</ul>\n")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
// +build ignore
|
// +build ignore
|
||||||
|
|
||||||
|
// This example illustrates a Gemini server.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@@ -9,6 +11,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.sr.ht/~adnano/go-gemini"
|
"git.sr.ht/~adnano/go-gemini"
|
||||||
|
"git.sr.ht/~adnano/go-gemini/certificate"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@@ -18,20 +21,20 @@ func main() {
|
|||||||
if err := server.Certificates.Load("/var/lib/gemini/certs"); err != nil {
|
if err := server.Certificates.Load("/var/lib/gemini/certs"); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
server.CreateCertificate = func(hostname string) (tls.Certificate, error) {
|
server.GetCertificate = func(hostname string) (tls.Certificate, error) {
|
||||||
return gemini.CreateCertificate(gemini.CertificateOptions{
|
return certificate.Create(certificate.CreateOptions{
|
||||||
Subject: pkix.Name{
|
Subject: pkix.Name{
|
||||||
CommonName: hostname,
|
CommonName: hostname,
|
||||||
},
|
},
|
||||||
DNSNames: []string{hostname},
|
DNSNames: []string{hostname},
|
||||||
Duration: time.Minute, // for testing purposes
|
Duration: 365 * 24 * time.Hour,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
var mux gemini.ServeMux
|
var mux gemini.ServeMux
|
||||||
mux.Handle("/", gemini.FileServer(gemini.Dir("/var/www")))
|
mux.Handle("/", gemini.FileServer(gemini.Dir("/var/www")))
|
||||||
|
|
||||||
server.Register("localhost", &mux)
|
server.Handle("localhost", &mux)
|
||||||
if err := server.ListenAndServe(); err != nil {
|
if err := server.ListenAndServe(); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|||||||
71
examples/stream.go
Normal file
71
examples/stream.go
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
// +build ignore
|
||||||
|
|
||||||
|
// This example illustrates a streaming Gemini server.
|
||||||
|
|
||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"crypto/tls"
|
||||||
|
"crypto/x509/pkix"
|
||||||
|
"fmt"
|
||||||
|
"log"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"git.sr.ht/~adnano/go-gemini"
|
||||||
|
"git.sr.ht/~adnano/go-gemini/certificate"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
var server gemini.Server
|
||||||
|
if err := server.Certificates.Load("/var/lib/gemini/certs"); err != nil {
|
||||||
|
log.Fatal(err)
|
||||||
|
}
|
||||||
|
server.GetCertificate = func(hostname string) (tls.Certificate, error) {
|
||||||
|
return certificate.Create(certificate.CreateOptions{
|
||||||
|
Subject: pkix.Name{
|
||||||
|
CommonName: hostname,
|
||||||
|
},
|
||||||
|
DNSNames: []string{hostname},
|
||||||
|
Duration: 365 * 24 * time.Hour,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
server.HandleFunc("localhost", stream)
|
||||||
|
if err := server.ListenAndServe(); err != nil {
|
||||||
|
log.Fatal(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// stream writes an infinite stream to w.
|
||||||
|
func stream(w gemini.ResponseWriter, r *gemini.Request) {
|
||||||
|
ch := make(chan string)
|
||||||
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
|
|
||||||
|
go func(ctx context.Context) {
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return
|
||||||
|
default:
|
||||||
|
ch <- fmt.Sprint(time.Now().UTC())
|
||||||
|
}
|
||||||
|
time.Sleep(time.Second)
|
||||||
|
}
|
||||||
|
// Close channel when finished.
|
||||||
|
// In this example this will never be reached.
|
||||||
|
close(ch)
|
||||||
|
}(ctx)
|
||||||
|
|
||||||
|
for {
|
||||||
|
s, ok := <-ch
|
||||||
|
if !ok {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
fmt.Fprintln(w, s)
|
||||||
|
if err := w.Flush(); err != nil {
|
||||||
|
cancel()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
138
fs.go
138
fs.go
@@ -13,93 +13,115 @@ func init() {
|
|||||||
mime.AddExtensionType(".gemini", "text/gemini")
|
mime.AddExtensionType(".gemini", "text/gemini")
|
||||||
}
|
}
|
||||||
|
|
||||||
// FileServer takes a filesystem and returns a Responder which uses that filesystem.
|
// A FileSystem implements access to a collection of named files. The elements
|
||||||
// The returned Responder sanitizes paths before handling them.
|
// in a file path are separated by slash ('/', U+002F) characters, regardless
|
||||||
func FileServer(fsys FS) Responder {
|
// of host operating system convention.
|
||||||
return fsHandler{fsys}
|
type FileSystem interface {
|
||||||
}
|
|
||||||
|
|
||||||
type fsHandler struct {
|
|
||||||
FS
|
|
||||||
}
|
|
||||||
|
|
||||||
func (fsh fsHandler) Respond(w *ResponseWriter, r *Request) {
|
|
||||||
p := path.Clean(r.URL.Path)
|
|
||||||
f, err := fsh.Open(p)
|
|
||||||
if err != nil {
|
|
||||||
w.WriteStatus(StatusNotFound)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
// Detect mimetype
|
|
||||||
ext := path.Ext(p)
|
|
||||||
mimetype := mime.TypeByExtension(ext)
|
|
||||||
w.SetMimetype(mimetype)
|
|
||||||
// Copy file to response writer
|
|
||||||
io.Copy(w, f)
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: replace with io/fs.FS when available
|
|
||||||
type FS interface {
|
|
||||||
Open(name string) (File, error)
|
Open(name string) (File, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: replace with io/fs.File when available
|
// A File is returned by a FileSystem's Open method and can be served by the
|
||||||
|
// FileServer implementation.
|
||||||
|
//
|
||||||
|
// The methods should behave the same as those on an *os.File.
|
||||||
type File interface {
|
type File interface {
|
||||||
Stat() (os.FileInfo, error)
|
Stat() (os.FileInfo, error)
|
||||||
Read([]byte) (int, error)
|
Read([]byte) (int, error)
|
||||||
Close() error
|
Close() error
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dir implements FS using the native filesystem restricted to a specific directory.
|
// A Dir implements FileSystem using the native file system restricted
|
||||||
|
// to a specific directory tree.
|
||||||
|
//
|
||||||
|
// While the FileSystem.Open method takes '/'-separated paths, a Dir's string
|
||||||
|
// value is a filename on the native file system, not a URL, so it is separated
|
||||||
|
// by filepath.Separator, which isn't necessarily '/'.
|
||||||
|
//
|
||||||
|
// Note that Dir could expose sensitive files and directories. Dir will follow
|
||||||
|
// symlinks pointing out of the directory tree, which can be especially
|
||||||
|
// dangerous if serving from a directory in which users are able to create
|
||||||
|
// arbitrary symlinks. Dir will also allow access to files and directories
|
||||||
|
// starting with a period, which could expose sensitive directories like .git
|
||||||
|
// or sensitive files like .htpasswd. To exclude files with a leading period,
|
||||||
|
// remove the files/directories from the server or create a custom FileSystem
|
||||||
|
// implementation.
|
||||||
|
//
|
||||||
|
// An empty Dir is treated as ".".
|
||||||
type Dir string
|
type Dir string
|
||||||
|
|
||||||
// Open tries to open the file with the given name.
|
// Open implements FileSystem using os.Open, opening files for reading
|
||||||
// If the file is a directory, it tries to open the index file in that directory.
|
// rooted and relative to the directory d.
|
||||||
func (d Dir) Open(name string) (File, error) {
|
func (d Dir) Open(name string) (File, error) {
|
||||||
p := path.Join(string(d), name)
|
return os.Open(path.Join(string(d), name))
|
||||||
return openFile(p)
|
}
|
||||||
|
|
||||||
|
// FileServer returns a handler that serves Gemini requests with the contents
|
||||||
|
// of the provided file system.
|
||||||
|
//
|
||||||
|
// To use the operating system's file system implementation, use gemini.Dir:
|
||||||
|
//
|
||||||
|
// gemini.FileServer(gemini.Dir("/tmp"))
|
||||||
|
func FileServer(fsys FileSystem) Handler {
|
||||||
|
return fileServer{fsys}
|
||||||
|
}
|
||||||
|
|
||||||
|
type fileServer struct {
|
||||||
|
FileSystem
|
||||||
|
}
|
||||||
|
|
||||||
|
func (fs fileServer) ServeGemini(w ResponseWriter, r *Request) {
|
||||||
|
ServeFile(w, fs, r.URL.Path)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ServeFile responds to the request with the contents of the named file
|
// ServeFile responds to the request with the contents of the named file
|
||||||
// or directory.
|
// or directory.
|
||||||
// TODO: Use io/fs.FS when available.
|
//
|
||||||
func ServeFile(w *ResponseWriter, fs FS, name string) {
|
// If the provided file or directory name is a relative path, it is interpreted
|
||||||
f, err := fs.Open(name)
|
// relative to the current directory and may ascend to parent directories. If
|
||||||
|
// the provided name is constructed from user input, it should be sanitized
|
||||||
|
// before calling ServeFile.
|
||||||
|
func ServeFile(w ResponseWriter, fsys FileSystem, name string) {
|
||||||
|
f, err := openFile(fsys, name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
w.WriteStatus(StatusNotFound)
|
w.Status(StatusNotFound)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// Detect mimetype
|
// Detect mimetype
|
||||||
ext := path.Ext(name)
|
ext := path.Ext(name)
|
||||||
mimetype := mime.TypeByExtension(ext)
|
mimetype := mime.TypeByExtension(ext)
|
||||||
w.SetMimetype(mimetype)
|
w.Meta(mimetype)
|
||||||
// Copy file to response writer
|
// Copy file to response writer
|
||||||
io.Copy(w, f)
|
_, _ = io.Copy(w, f)
|
||||||
}
|
}
|
||||||
|
|
||||||
func openFile(p string) (File, error) {
|
func openFile(fsys FileSystem, name string) (File, error) {
|
||||||
f, err := os.OpenFile(p, os.O_RDONLY, 0644)
|
f, err := fsys.Open(name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
if stat, err := f.Stat(); err == nil {
|
stat, err := f.Stat()
|
||||||
if stat.IsDir() {
|
if err != nil {
|
||||||
f, err := os.Open(path.Join(p, "index.gmi"))
|
return nil, err
|
||||||
if err != nil {
|
}
|
||||||
return nil, err
|
if stat.Mode().IsRegular() {
|
||||||
}
|
return f, nil
|
||||||
stat, err := f.Stat()
|
}
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
if stat.IsDir() {
|
||||||
}
|
// Try opening index.gmi
|
||||||
if stat.Mode().IsRegular() {
|
f, err := fsys.Open(path.Join(name, "index.gmi"))
|
||||||
return f, nil
|
if err != nil {
|
||||||
}
|
return nil, err
|
||||||
return nil, os.ErrNotExist
|
}
|
||||||
} else if !stat.Mode().IsRegular() {
|
stat, err := f.Stat()
|
||||||
return nil, os.ErrNotExist
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if stat.Mode().IsRegular() {
|
||||||
|
return f, nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return f, nil
|
|
||||||
|
return nil, os.ErrNotExist
|
||||||
}
|
}
|
||||||
|
|||||||
40
gemini.go
40
gemini.go
@@ -2,7 +2,6 @@ package gemini
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"sync"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var crlf = []byte("\r\n")
|
var crlf = []byte("\r\n")
|
||||||
@@ -10,29 +9,20 @@ var crlf = []byte("\r\n")
|
|||||||
// Errors.
|
// Errors.
|
||||||
var (
|
var (
|
||||||
ErrInvalidURL = errors.New("gemini: invalid URL")
|
ErrInvalidURL = errors.New("gemini: invalid URL")
|
||||||
|
ErrInvalidRequest = errors.New("gemini: invalid request")
|
||||||
ErrInvalidResponse = errors.New("gemini: invalid response")
|
ErrInvalidResponse = errors.New("gemini: invalid response")
|
||||||
ErrBodyNotAllowed = errors.New("gemini: response body not allowed")
|
|
||||||
|
// ErrBodyNotAllowed is returned by ResponseWriter.Write calls
|
||||||
|
// when the response status code does not permit a body.
|
||||||
|
ErrBodyNotAllowed = errors.New("gemini: response status code does not allow body")
|
||||||
|
|
||||||
|
// ErrServerClosed is returned by the Server's Serve and ListenAndServe
|
||||||
|
// methods after a call to Shutdown or Close.
|
||||||
|
ErrServerClosed = errors.New("gemini: server closed")
|
||||||
|
|
||||||
|
// ErrAbortHandler is a sentinel panic value to abort a handler.
|
||||||
|
// While any panic from ServeGemini aborts the response to the client,
|
||||||
|
// panicking with ErrAbortHandler also suppresses logging of a stack
|
||||||
|
// trace to the server's error log.
|
||||||
|
ErrAbortHandler = errors.New("net/http: abort Handler")
|
||||||
)
|
)
|
||||||
|
|
||||||
// defaultClient is the default client. It is used by Get and Do.
|
|
||||||
var defaultClient Client
|
|
||||||
|
|
||||||
// Get performs a Gemini request for the given url.
|
|
||||||
func Get(url string) (*Response, error) {
|
|
||||||
setupDefaultClientOnce()
|
|
||||||
return defaultClient.Get(url)
|
|
||||||
}
|
|
||||||
|
|
||||||
// Do performs a Gemini request and returns a Gemini response.
|
|
||||||
func Do(req *Request) (*Response, error) {
|
|
||||||
setupDefaultClientOnce()
|
|
||||||
return defaultClient.Do(req)
|
|
||||||
}
|
|
||||||
|
|
||||||
var defaultClientOnce sync.Once
|
|
||||||
|
|
||||||
func setupDefaultClientOnce() {
|
|
||||||
defaultClientOnce.Do(func() {
|
|
||||||
defaultClient.KnownHosts.LoadDefault()
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,3 +1,5 @@
|
|||||||
module git.sr.ht/~adnano/go-gemini
|
module git.sr.ht/~adnano/go-gemini
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
|
require golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
||||||
|
|||||||
7
go.sum
Normal file
7
go.sum
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 h1:003p0dJM77cxMSyCPFphvZf/Y5/NXf5fzg6ufd1/Oew=
|
||||||
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
|
||||||
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||||
|
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
|
||||||
|
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
|
||||||
|
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
||||||
38
mux.go
38
mux.go
@@ -50,7 +50,7 @@ type ServeMux struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type muxEntry struct {
|
type muxEntry struct {
|
||||||
r Responder
|
r Handler
|
||||||
pattern string
|
pattern string
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ func cleanPath(p string) string {
|
|||||||
|
|
||||||
// Find a handler on a handler map given a path string.
|
// Find a handler on a handler map given a path string.
|
||||||
// Most-specific (longest) pattern wins.
|
// Most-specific (longest) pattern wins.
|
||||||
func (mux *ServeMux) match(path string) Responder {
|
func (mux *ServeMux) match(path string) Handler {
|
||||||
// Check for exact match first.
|
// Check for exact match first.
|
||||||
v, ok := mux.m[path]
|
v, ok := mux.m[path]
|
||||||
if ok {
|
if ok {
|
||||||
@@ -130,22 +130,22 @@ func (mux *ServeMux) shouldRedirectRLocked(path string) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Respond dispatches the request to the responder whose
|
// ServeGemini dispatches the request to the handler whose
|
||||||
// pattern most closely matches the request URL.
|
// pattern most closely matches the request URL.
|
||||||
func (mux *ServeMux) Respond(w *ResponseWriter, r *Request) {
|
func (mux *ServeMux) ServeGemini(w ResponseWriter, r *Request) {
|
||||||
path := cleanPath(r.URL.Path)
|
path := cleanPath(r.URL.Path)
|
||||||
|
|
||||||
// If the given path is /tree and its handler is not registered,
|
// If the given path is /tree and its handler is not registered,
|
||||||
// redirect for /tree/.
|
// redirect for /tree/.
|
||||||
if u, ok := mux.redirectToPathSlash(path, r.URL); ok {
|
if u, ok := mux.redirectToPathSlash(path, r.URL); ok {
|
||||||
w.WriteHeader(StatusRedirect, u.String())
|
w.Header(StatusRedirect, u.String())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if path != r.URL.Path {
|
if path != r.URL.Path {
|
||||||
u := *r.URL
|
u := *r.URL
|
||||||
u.Path = path
|
u.Path = path
|
||||||
w.WriteHeader(StatusRedirect, u.String())
|
w.Header(StatusRedirect, u.String())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -154,23 +154,23 @@ func (mux *ServeMux) Respond(w *ResponseWriter, r *Request) {
|
|||||||
|
|
||||||
resp := mux.match(path)
|
resp := mux.match(path)
|
||||||
if resp == nil {
|
if resp == nil {
|
||||||
w.WriteStatus(StatusNotFound)
|
w.Status(StatusNotFound)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
resp.Respond(w, r)
|
resp.ServeGemini(w, r)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle registers the responder for the given pattern.
|
// Handle registers the handler for the given pattern.
|
||||||
// If a responder already exists for pattern, Handle panics.
|
// If a handler already exists for pattern, Handle panics.
|
||||||
func (mux *ServeMux) Handle(pattern string, responder Responder) {
|
func (mux *ServeMux) Handle(pattern string, handler Handler) {
|
||||||
mux.mu.Lock()
|
mux.mu.Lock()
|
||||||
defer mux.mu.Unlock()
|
defer mux.mu.Unlock()
|
||||||
|
|
||||||
if pattern == "" {
|
if pattern == "" {
|
||||||
panic("gemini: invalid pattern")
|
panic("gemini: invalid pattern")
|
||||||
}
|
}
|
||||||
if responder == nil {
|
if handler == nil {
|
||||||
panic("gemini: nil responder")
|
panic("gemini: nil handler")
|
||||||
}
|
}
|
||||||
if _, exist := mux.m[pattern]; exist {
|
if _, exist := mux.m[pattern]; exist {
|
||||||
panic("gemini: multiple registrations for " + pattern)
|
panic("gemini: multiple registrations for " + pattern)
|
||||||
@@ -179,7 +179,7 @@ func (mux *ServeMux) Handle(pattern string, responder Responder) {
|
|||||||
if mux.m == nil {
|
if mux.m == nil {
|
||||||
mux.m = make(map[string]muxEntry)
|
mux.m = make(map[string]muxEntry)
|
||||||
}
|
}
|
||||||
e := muxEntry{responder, pattern}
|
e := muxEntry{handler, pattern}
|
||||||
mux.m[pattern] = e
|
mux.m[pattern] = e
|
||||||
if pattern[len(pattern)-1] == '/' {
|
if pattern[len(pattern)-1] == '/' {
|
||||||
mux.es = appendSorted(mux.es, e)
|
mux.es = appendSorted(mux.es, e)
|
||||||
@@ -201,10 +201,10 @@ func appendSorted(es []muxEntry, e muxEntry) []muxEntry {
|
|||||||
return es
|
return es
|
||||||
}
|
}
|
||||||
|
|
||||||
// HandleFunc registers the responder function for the given pattern.
|
// HandleFunc registers the handler function for the given pattern.
|
||||||
func (mux *ServeMux) HandleFunc(pattern string, responder func(*ResponseWriter, *Request)) {
|
func (mux *ServeMux) HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {
|
||||||
if responder == nil {
|
if handler == nil {
|
||||||
panic("gemini: nil responder")
|
panic("gemini: nil handler")
|
||||||
}
|
}
|
||||||
mux.Handle(pattern, ResponderFunc(responder))
|
mux.Handle(pattern, HandlerFunc(handler))
|
||||||
}
|
}
|
||||||
|
|||||||
28
punycode.go
Normal file
28
punycode.go
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
package gemini
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net"
|
||||||
|
"unicode/utf8"
|
||||||
|
|
||||||
|
"golang.org/x/net/idna"
|
||||||
|
)
|
||||||
|
|
||||||
|
func isASCII(s string) bool {
|
||||||
|
for i := 0; i < len(s); i++ {
|
||||||
|
if s[i] >= utf8.RuneSelf {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
// punycodeHostname returns the punycoded version of hostname.
|
||||||
|
func punycodeHostname(hostname string) (string, error) {
|
||||||
|
if net.ParseIP(hostname) != nil {
|
||||||
|
return hostname, nil
|
||||||
|
}
|
||||||
|
if isASCII(hostname) {
|
||||||
|
return hostname, nil
|
||||||
|
}
|
||||||
|
return idna.Lookup.ToASCII(hostname)
|
||||||
|
}
|
||||||
18
query.go
Normal file
18
query.go
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
package gemini
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net/url"
|
||||||
|
"strings"
|
||||||
|
)
|
||||||
|
|
||||||
|
// QueryEscape escapes a string for use in a Gemini URL query.
|
||||||
|
// It is like url.PathEscape except that it also replaces plus signs
|
||||||
|
// with their percent-encoded counterpart.
|
||||||
|
func QueryEscape(query string) string {
|
||||||
|
return strings.ReplaceAll(url.PathEscape(query), "+", "%2B")
|
||||||
|
}
|
||||||
|
|
||||||
|
// QueryUnescape is identical to url.PathUnescape.
|
||||||
|
func QueryUnescape(query string) (string, error) {
|
||||||
|
return url.PathUnescape(query)
|
||||||
|
}
|
||||||
114
request.go
114
request.go
@@ -2,67 +2,115 @@ package gemini
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
"context"
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
|
"io"
|
||||||
"net"
|
"net"
|
||||||
"net/url"
|
"net/url"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Request represents a Gemini request.
|
// A Request represents a Gemini request received by a server or to be sent
|
||||||
|
// by a client.
|
||||||
|
//
|
||||||
|
// The field semantics differ slightly between client and server usage.
|
||||||
type Request struct {
|
type Request struct {
|
||||||
// URL specifies the URL being requested.
|
// URL specifies the URL being requested (for server
|
||||||
|
// requests) or the URL to access (for client requests).
|
||||||
URL *url.URL
|
URL *url.URL
|
||||||
|
|
||||||
// For client requests, Host specifies the host on which the URL is sought.
|
// For client requests, Host optionally specifies the server to
|
||||||
// Host must contain a port.
|
// connect to. It must be of the form "host:port".
|
||||||
// This field is ignored by the server.
|
// If empty, the value of URL.Host is used.
|
||||||
|
// For international domain names, Host may be in Punycode or
|
||||||
|
// Unicode form. Use golang.org/x/net/idna to convert it to
|
||||||
|
// either format if needed.
|
||||||
|
// This field is ignored by the Gemini server.
|
||||||
Host string
|
Host string
|
||||||
|
|
||||||
// Certificate specifies the TLS certificate to use for the request.
|
// For client requests, Certificate optionally specifies the
|
||||||
// Request certificates take precedence over client certificates.
|
// TLS certificate to present to the other side of the connection.
|
||||||
//
|
// This field is ignored by the Gemini server.
|
||||||
// On the server side, if the client provided a certificate then
|
|
||||||
// Certificate.Leaf is guaranteed to be non-nil.
|
|
||||||
Certificate *tls.Certificate
|
Certificate *tls.Certificate
|
||||||
|
|
||||||
// RemoteAddr allows servers and other software to record the network
|
// RemoteAddr allows Gemini servers and other software to record
|
||||||
// address that sent the request.
|
// the network address that sent the request, usually for
|
||||||
// This field is ignored by the client.
|
// logging. This field is not filled in by ReadRequest and
|
||||||
|
// has no defined format. The Gemini server in this package
|
||||||
|
// sets RemoteAddr to an "IP:port" address before invoking a
|
||||||
|
// handler.
|
||||||
|
// This field is ignored by the Gemini client.
|
||||||
RemoteAddr net.Addr
|
RemoteAddr net.Addr
|
||||||
|
|
||||||
// TLS allows servers and other software to record information about the TLS
|
// TLS allows Gemini servers and other software to record
|
||||||
// connection on which the request was received.
|
// information about the TLS connection on which the request
|
||||||
// This field is ignored by the client.
|
// was received. This field is not filled in by ReadRequest.
|
||||||
TLS tls.ConnectionState
|
// The Gemini server in this package sets the field for
|
||||||
|
// TLS-enabled connections before invoking a handler;
|
||||||
|
// otherwise it leaves the field nil.
|
||||||
|
// This field is ignored by the Gemini client.
|
||||||
|
TLS *tls.ConnectionState
|
||||||
|
|
||||||
|
// Context specifies the context to use for outgoing requests.
|
||||||
|
// The context controls the entire lifetime of a request and its
|
||||||
|
// response: obtaining a connection, sending the request, and
|
||||||
|
// reading the response header and body.
|
||||||
|
// If Context is nil, the background context will be used.
|
||||||
|
// This field is ignored by the Gemini server.
|
||||||
|
Context context.Context
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewRequest returns a new request. The host is inferred from the URL.
|
// NewRequest returns a new request.
|
||||||
|
//
|
||||||
|
// The returned Request is suitable for use with Client.Do.
|
||||||
|
//
|
||||||
|
// Callers should be careful that the URL query is properly escaped.
|
||||||
|
// See the documentation for QueryEscape for more information.
|
||||||
func NewRequest(rawurl string) (*Request, error) {
|
func NewRequest(rawurl string) (*Request, error) {
|
||||||
u, err := url.Parse(rawurl)
|
u, err := url.Parse(rawurl)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
return NewRequestFromURL(u), nil
|
return &Request{URL: u}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewRequestFromURL returns a new request for the given URL.
|
// ReadRequest reads and parses an incoming request from r.
|
||||||
// The host is inferred from the URL.
|
//
|
||||||
func NewRequestFromURL(url *url.URL) *Request {
|
// ReadRequest is a low-level function and should only be used
|
||||||
host := url.Host
|
// for specialized applications; most code should use the Server
|
||||||
if url.Port() == "" {
|
// to read requests and handle them via the Handler interface.
|
||||||
host += ":1965"
|
func ReadRequest(r io.Reader) (*Request, error) {
|
||||||
|
// Read URL
|
||||||
|
r = io.LimitReader(r, 1026)
|
||||||
|
br := bufio.NewReaderSize(r, 1026)
|
||||||
|
rawurl, err := br.ReadString('\r')
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
}
|
}
|
||||||
return &Request{
|
// Read terminating line feed
|
||||||
URL: url,
|
if b, err := br.ReadByte(); err != nil {
|
||||||
Host: host,
|
return nil, err
|
||||||
|
} else if b != '\n' {
|
||||||
|
return nil, ErrInvalidRequest
|
||||||
}
|
}
|
||||||
|
// Trim carriage return
|
||||||
|
rawurl = rawurl[:len(rawurl)-1]
|
||||||
|
// Validate URL
|
||||||
|
if len(rawurl) > 1024 {
|
||||||
|
return nil, ErrInvalidRequest
|
||||||
|
}
|
||||||
|
u, err := url.Parse(rawurl)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &Request{URL: u}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// write writes the Gemini request to the provided buffered writer.
|
// Write writes a Gemini request in wire format.
|
||||||
func (r *Request) write(w *bufio.Writer) error {
|
// This method consults the request URL only.
|
||||||
|
func (r *Request) Write(w *bufio.Writer) error {
|
||||||
url := r.URL.String()
|
url := r.URL.String()
|
||||||
// User is invalid
|
if len(url) > 1024 {
|
||||||
if r.URL.User != nil || len(url) > 1024 {
|
return ErrInvalidRequest
|
||||||
return ErrInvalidURL
|
|
||||||
}
|
}
|
||||||
if _, err := w.WriteString(url); err != nil {
|
if _, err := w.WriteString(url); err != nil {
|
||||||
return err
|
return err
|
||||||
|
|||||||
132
request_test.go
Normal file
132
request_test.go
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
package gemini
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bufio"
|
||||||
|
"io"
|
||||||
|
"net/url"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
// 1024 bytes
|
||||||
|
const maxURL = "gemini://example.net/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
|
|
||||||
|
func TestReadRequest(t *testing.T) {
|
||||||
|
tests := []struct {
|
||||||
|
Raw string
|
||||||
|
URL *url.URL
|
||||||
|
Err error
|
||||||
|
}{
|
||||||
|
{
|
||||||
|
Raw: "gemini://example.com\r\n",
|
||||||
|
URL: &url.URL{
|
||||||
|
Scheme: "gemini",
|
||||||
|
Host: "example.com",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "http://example.org/path/?query#fragment\r\n",
|
||||||
|
URL: &url.URL{
|
||||||
|
Scheme: "http",
|
||||||
|
Host: "example.org",
|
||||||
|
Path: "/path/",
|
||||||
|
RawQuery: "query",
|
||||||
|
Fragment: "fragment",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "\r\n",
|
||||||
|
URL: &url.URL{},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "gemini://example.com\n",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "gemini://example.com",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 1030 bytes
|
||||||
|
Raw: maxURL + "xxxxxx",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 1027 bytes
|
||||||
|
Raw: maxURL + "x" + "\r\n",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 1024 bytes
|
||||||
|
Raw: maxURL[:len(maxURL)-2] + "\r\n",
|
||||||
|
URL: &url.URL{
|
||||||
|
Scheme: "gemini",
|
||||||
|
Host: "example.net",
|
||||||
|
Path: maxURL[len("gemini://example.net") : len(maxURL)-2],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, test := range tests {
|
||||||
|
t.Logf("%#v", test.Raw)
|
||||||
|
req, err := ReadRequest(strings.NewReader(test.Raw))
|
||||||
|
if err != test.Err {
|
||||||
|
t.Errorf("expected err = %v, got %v", test.Err, err)
|
||||||
|
}
|
||||||
|
if req == nil && test.URL != nil {
|
||||||
|
t.Errorf("expected url = %s, got nil", test.URL)
|
||||||
|
} else if req != nil && test.URL == nil {
|
||||||
|
t.Errorf("expected req = nil, got %v", req)
|
||||||
|
} else if req != nil && *req.URL != *test.URL {
|
||||||
|
t.Errorf("expected url = %v, got %v", *test.URL, *req.URL)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func newRequest(rawurl string) *Request {
|
||||||
|
req, err := NewRequest(rawurl)
|
||||||
|
if err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
return req
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestWriteRequest(t *testing.T) {
|
||||||
|
tests := []struct {
|
||||||
|
Req *Request
|
||||||
|
Raw string
|
||||||
|
Err error
|
||||||
|
}{
|
||||||
|
{
|
||||||
|
Req: newRequest("gemini://example.com"),
|
||||||
|
Raw: "gemini://example.com\r\n",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Req: newRequest("gemini://example.com/path/?query#fragment"),
|
||||||
|
Raw: "gemini://example.com/path/?query#fragment\r\n",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Req: newRequest(maxURL),
|
||||||
|
Raw: maxURL + "\r\n",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Req: newRequest(maxURL + "x"),
|
||||||
|
Err: ErrInvalidRequest,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, test := range tests {
|
||||||
|
t.Logf("%s", test.Req.URL)
|
||||||
|
var b strings.Builder
|
||||||
|
bw := bufio.NewWriter(&b)
|
||||||
|
err := test.Req.Write(bw)
|
||||||
|
if err != test.Err {
|
||||||
|
t.Errorf("expected err = %v, got %v", test.Err, err)
|
||||||
|
}
|
||||||
|
bw.Flush()
|
||||||
|
got := b.String()
|
||||||
|
if got != test.Raw {
|
||||||
|
t.Errorf("expected %#v, got %#v", test.Raw, got)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
182
response.go
182
response.go
@@ -2,93 +2,106 @@ package gemini
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"bytes"
|
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Response is a Gemini response.
|
// Response represents the response from a Gemini request.
|
||||||
|
//
|
||||||
|
// The Client returns Responses from servers once the response
|
||||||
|
// header has been received. The response body is streamed on demand
|
||||||
|
// as the Body field is read.
|
||||||
type Response struct {
|
type Response struct {
|
||||||
// Status contains the response status code.
|
// Status contains the response status code.
|
||||||
Status Status
|
Status int
|
||||||
|
|
||||||
// Meta contains more information related to the response status.
|
// Meta contains more information related to the response status.
|
||||||
// For successful responses, Meta should contain the mimetype of the response.
|
// For successful responses, Meta should contain the media type of the response.
|
||||||
// For failure responses, Meta should contain a short description of the failure.
|
// For failure responses, Meta should contain a short description of the failure.
|
||||||
// Meta should not be longer than 1024 bytes.
|
// Meta should not be longer than 1024 bytes.
|
||||||
Meta string
|
Meta string
|
||||||
|
|
||||||
// Body contains the response body for successful responses.
|
// Body represents the response body.
|
||||||
// Body is guaranteed to be non-nil.
|
//
|
||||||
|
// The response body is streamed on demand as the Body field
|
||||||
|
// is read. If the network connection fails or the server
|
||||||
|
// terminates the response, Body.Read calls return an error.
|
||||||
|
//
|
||||||
|
// The Gemini client guarantees that Body is always
|
||||||
|
// non-nil, even on responses without a body or responses with
|
||||||
|
// a zero-length body. It is the caller's responsibility to
|
||||||
|
// close Body.
|
||||||
Body io.ReadCloser
|
Body io.ReadCloser
|
||||||
|
|
||||||
// Request is the request that was sent to obtain this response.
|
// TLS contains information about the TLS connection on which the
|
||||||
Request *Request
|
// response was received. It is nil for unencrypted responses.
|
||||||
|
TLS *tls.ConnectionState
|
||||||
// TLS contains information about the TLS connection on which the response
|
|
||||||
// was received.
|
|
||||||
TLS tls.ConnectionState
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// read reads a Gemini response from the provided io.ReadCloser.
|
// ReadResponse reads a Gemini response from the provided io.ReadCloser.
|
||||||
func (resp *Response) read(rc io.ReadCloser) error {
|
func ReadResponse(rc io.ReadCloser) (*Response, error) {
|
||||||
|
resp := &Response{}
|
||||||
br := bufio.NewReader(rc)
|
br := bufio.NewReader(rc)
|
||||||
|
|
||||||
// Read the status
|
// Read the status
|
||||||
statusB := make([]byte, 2)
|
statusB := make([]byte, 2)
|
||||||
if _, err := br.Read(statusB); err != nil {
|
if _, err := br.Read(statusB); err != nil {
|
||||||
return err
|
return nil, err
|
||||||
}
|
}
|
||||||
status, err := strconv.Atoi(string(statusB))
|
status, err := strconv.Atoi(string(statusB))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return nil, ErrInvalidResponse
|
||||||
}
|
|
||||||
resp.Status = Status(status)
|
|
||||||
|
|
||||||
// Disregard invalid status codes
|
|
||||||
const minStatus, maxStatus = 1, 6
|
|
||||||
statusClass := resp.Status.Class()
|
|
||||||
if statusClass < minStatus || statusClass > maxStatus {
|
|
||||||
return ErrInvalidResponse
|
|
||||||
}
|
}
|
||||||
|
resp.Status = status
|
||||||
|
|
||||||
// Read one space
|
// Read one space
|
||||||
if b, err := br.ReadByte(); err != nil {
|
if b, err := br.ReadByte(); err != nil {
|
||||||
return err
|
return nil, err
|
||||||
} else if b != ' ' {
|
} else if b != ' ' {
|
||||||
return ErrInvalidResponse
|
return nil, ErrInvalidResponse
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read the meta
|
// Read the meta
|
||||||
meta, err := br.ReadString('\r')
|
meta, err := br.ReadString('\r')
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return nil, err
|
||||||
}
|
}
|
||||||
// Trim carriage return
|
// Trim carriage return
|
||||||
meta = meta[:len(meta)-1]
|
meta = meta[:len(meta)-1]
|
||||||
// Ensure meta is less than or equal to 1024 bytes
|
// Ensure meta is less than or equal to 1024 bytes
|
||||||
if len(meta) > 1024 {
|
if len(meta) > 1024 {
|
||||||
return ErrInvalidResponse
|
return nil, ErrInvalidResponse
|
||||||
}
|
}
|
||||||
// Default mime type of text/gemini; charset=utf-8
|
// Default mime type of text/gemini; charset=utf-8
|
||||||
if statusClass == StatusClassSuccess && meta == "" {
|
if StatusClass(status) == StatusSuccess && meta == "" {
|
||||||
meta = "text/gemini; charset=utf-8"
|
meta = "text/gemini; charset=utf-8"
|
||||||
}
|
}
|
||||||
resp.Meta = meta
|
resp.Meta = meta
|
||||||
|
|
||||||
// Read terminating newline
|
// Read terminating newline
|
||||||
if b, err := br.ReadByte(); err != nil {
|
if b, err := br.ReadByte(); err != nil {
|
||||||
return err
|
return nil, err
|
||||||
} else if b != '\n' {
|
} else if b != '\n' {
|
||||||
return ErrInvalidResponse
|
return nil, ErrInvalidResponse
|
||||||
}
|
}
|
||||||
|
|
||||||
if resp.Status.Class() == StatusClassSuccess {
|
if StatusClass(status) == StatusSuccess {
|
||||||
resp.Body = newReadCloserBody(br, rc)
|
resp.Body = newReadCloserBody(br, rc)
|
||||||
} else {
|
} else {
|
||||||
resp.Body = ioutil.NopCloser(bytes.NewReader([]byte{}))
|
resp.Body = nopReadCloser{}
|
||||||
|
rc.Close()
|
||||||
}
|
}
|
||||||
|
return resp, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
type nopReadCloser struct{}
|
||||||
|
|
||||||
|
func (nopReadCloser) Read(p []byte) (int, error) {
|
||||||
|
return 0, io.EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
func (nopReadCloser) Close() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,3 +131,104 @@ func (b *readCloserBody) Read(p []byte) (n int, err error) {
|
|||||||
}
|
}
|
||||||
return b.ReadCloser.Read(p)
|
return b.ReadCloser.Read(p)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// A ResponseWriter interface is used by a Gemini handler
|
||||||
|
// to construct a Gemini response.
|
||||||
|
type ResponseWriter interface {
|
||||||
|
// Header sets the response header.
|
||||||
|
Header(status int, meta string)
|
||||||
|
|
||||||
|
// Status sets the response status code.
|
||||||
|
// It also sets the response meta to Meta(status).
|
||||||
|
Status(status int)
|
||||||
|
|
||||||
|
// Meta sets the response meta.
|
||||||
|
//
|
||||||
|
// For successful responses, meta should contain the media type of the response.
|
||||||
|
// For failure responses, meta should contain a short description of the failure.
|
||||||
|
// The response meta should not be greater than 1024 bytes.
|
||||||
|
Meta(meta string)
|
||||||
|
|
||||||
|
// Write writes data to the connection as part of the response body.
|
||||||
|
// If the response status does not allow for a response body, Write returns
|
||||||
|
// ErrBodyNotAllowed.
|
||||||
|
//
|
||||||
|
// Write writes the response header if it has not already been written.
|
||||||
|
// It writes a successful status code if one is not set.
|
||||||
|
Write([]byte) (int, error)
|
||||||
|
|
||||||
|
// Flush writes any buffered data to the underlying io.Writer.
|
||||||
|
//
|
||||||
|
// Flush writes the response header if it has not already been written.
|
||||||
|
// It writes a failure status code if one is not set.
|
||||||
|
Flush() error
|
||||||
|
}
|
||||||
|
|
||||||
|
type responseWriter struct {
|
||||||
|
b *bufio.Writer
|
||||||
|
status int
|
||||||
|
meta string
|
||||||
|
wroteHeader bool
|
||||||
|
bodyAllowed bool
|
||||||
|
}
|
||||||
|
|
||||||
|
// NewResponseWriter returns a ResponseWriter that uses the provided io.Writer.
|
||||||
|
func NewResponseWriter(w io.Writer) ResponseWriter {
|
||||||
|
return &responseWriter{
|
||||||
|
b: bufio.NewWriter(w),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseWriter) Header(status int, meta string) {
|
||||||
|
w.status = status
|
||||||
|
w.meta = meta
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseWriter) Status(status int) {
|
||||||
|
w.status = status
|
||||||
|
w.meta = Meta(status)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseWriter) Meta(meta string) {
|
||||||
|
w.meta = meta
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseWriter) Write(b []byte) (int, error) {
|
||||||
|
if !w.wroteHeader {
|
||||||
|
w.writeHeader(StatusSuccess)
|
||||||
|
}
|
||||||
|
if !w.bodyAllowed {
|
||||||
|
return 0, ErrBodyNotAllowed
|
||||||
|
}
|
||||||
|
return w.b.Write(b)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseWriter) writeHeader(defaultStatus int) {
|
||||||
|
status := w.status
|
||||||
|
if status == 0 {
|
||||||
|
status = defaultStatus
|
||||||
|
}
|
||||||
|
|
||||||
|
meta := w.meta
|
||||||
|
if StatusClass(status) == StatusSuccess {
|
||||||
|
w.bodyAllowed = true
|
||||||
|
|
||||||
|
if meta == "" {
|
||||||
|
meta = "text/gemini"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
w.b.WriteString(strconv.Itoa(status))
|
||||||
|
w.b.WriteByte(' ')
|
||||||
|
w.b.WriteString(meta)
|
||||||
|
w.b.Write(crlf)
|
||||||
|
w.wroteHeader = true
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseWriter) Flush() error {
|
||||||
|
if !w.wroteHeader {
|
||||||
|
w.writeHeader(StatusTemporaryFailure)
|
||||||
|
}
|
||||||
|
// Write errors from writeHeader will be returned here.
|
||||||
|
return w.b.Flush()
|
||||||
|
}
|
||||||
|
|||||||
104
response_test.go
Normal file
104
response_test.go
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
package gemini
|
||||||
|
|
||||||
|
import (
|
||||||
|
"io"
|
||||||
|
"io/ioutil"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestReadResponse(t *testing.T) {
|
||||||
|
tests := []struct {
|
||||||
|
Raw string
|
||||||
|
Status int
|
||||||
|
Meta string
|
||||||
|
Body string
|
||||||
|
Err error
|
||||||
|
}{
|
||||||
|
{
|
||||||
|
Raw: "20 text/gemini\r\nHello, world!\nWelcome to my capsule.",
|
||||||
|
Status: 20,
|
||||||
|
Meta: "text/gemini",
|
||||||
|
Body: "Hello, world!\nWelcome to my capsule.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "10 Search query\r\n",
|
||||||
|
Status: 10,
|
||||||
|
Meta: "Search query",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "30 /redirect\r\n",
|
||||||
|
Status: 30,
|
||||||
|
Meta: "/redirect",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "31 /redirect\r\nThis body is ignored.",
|
||||||
|
Status: 31,
|
||||||
|
Meta: "/redirect",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "99 Unknown status code\r\n",
|
||||||
|
Status: 99,
|
||||||
|
Meta: "Unknown status code",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "\r\n",
|
||||||
|
Err: ErrInvalidResponse,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "\n",
|
||||||
|
Err: ErrInvalidResponse,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "1 Bad response\r\n",
|
||||||
|
Err: ErrInvalidResponse,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "10 Search query",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "20 text/gemini\nHello, world!",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "20 text/gemini\rHello, world!",
|
||||||
|
Err: ErrInvalidResponse,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "20 text/gemini\r",
|
||||||
|
Err: io.EOF,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Raw: "abcdefghijklmnopqrstuvwxyz",
|
||||||
|
Err: ErrInvalidResponse,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, test := range tests {
|
||||||
|
t.Logf("%#v", test.Raw)
|
||||||
|
resp, err := ReadResponse(ioutil.NopCloser(strings.NewReader(test.Raw)))
|
||||||
|
if err != test.Err {
|
||||||
|
t.Errorf("expected err = %v, got %v", test.Err, err)
|
||||||
|
}
|
||||||
|
if test.Err != nil {
|
||||||
|
// No response
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if resp.Status != test.Status {
|
||||||
|
t.Errorf("expected status = %d, got %d", test.Status, resp.Status)
|
||||||
|
}
|
||||||
|
if resp.Meta != test.Meta {
|
||||||
|
t.Errorf("expected meta = %s, got %s", test.Meta, resp.Meta)
|
||||||
|
}
|
||||||
|
b, _ := ioutil.ReadAll(resp.Body)
|
||||||
|
body := string(b)
|
||||||
|
if body != test.Body {
|
||||||
|
t.Errorf("expected body = %#v, got %#v", test.Body, body)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
506
server.go
506
server.go
@@ -1,71 +1,93 @@
|
|||||||
package gemini
|
package gemini
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"context"
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"errors"
|
"errors"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"net/url"
|
"runtime"
|
||||||
"strconv"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
"sync"
|
||||||
|
"sync/atomic"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"git.sr.ht/~adnano/go-gemini/certificate"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Server is a Gemini server.
|
// A Server defines parameters for running a Gemini server. The zero value for
|
||||||
|
// Server is a valid configuration.
|
||||||
type Server struct {
|
type Server struct {
|
||||||
// Addr specifies the address that the server should listen on.
|
// Addr optionally specifies the TCP address for the server to listen on,
|
||||||
// If Addr is empty, the server will listen on the address ":1965".
|
// in the form "host:port". If empty, ":1965" (port 1965) is used.
|
||||||
|
// See net.Dial for details of the address format.
|
||||||
Addr string
|
Addr string
|
||||||
|
|
||||||
// ReadTimeout is the maximum duration for reading a request.
|
// ReadTimeout is the maximum duration for reading the entire
|
||||||
|
// request.
|
||||||
|
//
|
||||||
|
// A ReadTimeout of zero means no timeout.
|
||||||
ReadTimeout time.Duration
|
ReadTimeout time.Duration
|
||||||
|
|
||||||
// WriteTimeout is the maximum duration before timing out
|
// WriteTimeout is the maximum duration before timing out
|
||||||
// writes of the response.
|
// writes of the response.
|
||||||
|
//
|
||||||
|
// A WriteTimeout of zero means no timeout.
|
||||||
WriteTimeout time.Duration
|
WriteTimeout time.Duration
|
||||||
|
|
||||||
// Certificates contains the certificates used by the server.
|
// Certificates contains one or more certificates to present to the
|
||||||
Certificates CertificateStore
|
// other side of the connection.
|
||||||
|
Certificates certificate.Dir
|
||||||
|
|
||||||
// CreateCertificate, if not nil, will be called to create a new certificate
|
// GetCertificate, if not nil, will be called to retrieve a new certificate
|
||||||
// if the current one is expired or missing.
|
// if the current one is expired or missing.
|
||||||
CreateCertificate func(hostname string) (tls.Certificate, error)
|
GetCertificate func(hostname string) (tls.Certificate, error)
|
||||||
|
|
||||||
// ErrorLog specifies an optional logger for errors accepting connections
|
// ErrorLog specifies an optional logger for errors accepting connections,
|
||||||
// and file system errors.
|
// unexpected behavior from handlers, and underlying file system errors.
|
||||||
// If nil, logging is done via the log package's standard logger.
|
// If nil, logging is done via the log package's standard logger.
|
||||||
ErrorLog *log.Logger
|
ErrorLog *log.Logger
|
||||||
|
|
||||||
// registered responders
|
// registered handlers
|
||||||
responders map[responderKey]Responder
|
handlers map[handlerKey]Handler
|
||||||
hosts map[string]bool
|
hosts map[string]bool
|
||||||
|
hmu sync.Mutex
|
||||||
|
|
||||||
|
listeners map[*net.Listener]struct{}
|
||||||
|
conns map[*net.Conn]struct{}
|
||||||
|
done int32
|
||||||
|
mu sync.Mutex
|
||||||
}
|
}
|
||||||
|
|
||||||
type responderKey struct {
|
type handlerKey struct {
|
||||||
scheme string
|
scheme string
|
||||||
hostname string
|
hostname string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register registers a responder for the given pattern.
|
// Handle registers the handler for the given pattern.
|
||||||
|
// If a handler already exists for pattern, Handle panics.
|
||||||
//
|
//
|
||||||
// Patterns must be in the form of "hostname" or "scheme://hostname".
|
// The pattern must be in the form of "hostname" or "scheme://hostname".
|
||||||
// If no scheme is specified, a scheme of "gemini://" is implied.
|
// If no scheme is specified, a scheme of "gemini://" is implied.
|
||||||
// Wildcard patterns are supported (e.g. "*.example.com").
|
// Wildcard patterns are supported (e.g. "*.example.com").
|
||||||
func (s *Server) Register(pattern string, responder Responder) {
|
// To handle any hostname, use the wildcard pattern "*".
|
||||||
|
func (srv *Server) Handle(pattern string, handler Handler) {
|
||||||
|
srv.hmu.Lock()
|
||||||
|
defer srv.hmu.Unlock()
|
||||||
|
|
||||||
if pattern == "" {
|
if pattern == "" {
|
||||||
panic("gemini: invalid pattern")
|
panic("gemini: invalid pattern")
|
||||||
}
|
}
|
||||||
if responder == nil {
|
if handler == nil {
|
||||||
panic("gemini: nil responder")
|
panic("gemini: nil handler")
|
||||||
}
|
}
|
||||||
if s.responders == nil {
|
if srv.handlers == nil {
|
||||||
s.responders = map[responderKey]Responder{}
|
srv.handlers = map[handlerKey]Handler{}
|
||||||
s.hosts = map[string]bool{}
|
srv.hosts = map[string]bool{}
|
||||||
}
|
}
|
||||||
|
|
||||||
split := strings.SplitN(pattern, "://", 2)
|
split := strings.SplitN(pattern, "://", 2)
|
||||||
var key responderKey
|
var key handlerKey
|
||||||
if len(split) == 2 {
|
if len(split) == 2 {
|
||||||
key.scheme = split[0]
|
key.scheme = split[0]
|
||||||
key.hostname = split[1]
|
key.hostname = split[1]
|
||||||
@@ -74,21 +96,32 @@ func (s *Server) Register(pattern string, responder Responder) {
|
|||||||
key.hostname = split[0]
|
key.hostname = split[0]
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, ok := s.responders[key]; ok {
|
if _, ok := srv.handlers[key]; ok {
|
||||||
panic("gemini: multiple registrations for " + pattern)
|
panic("gemini: multiple registrations for " + pattern)
|
||||||
}
|
}
|
||||||
s.responders[key] = responder
|
srv.handlers[key] = handler
|
||||||
s.hosts[key.hostname] = true
|
srv.hosts[key.hostname] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// RegisterFunc registers a responder function for the given pattern.
|
// HandleFunc registers the handler function for the given pattern.
|
||||||
func (s *Server) RegisterFunc(pattern string, responder func(*ResponseWriter, *Request)) {
|
func (srv *Server) HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {
|
||||||
s.Register(pattern, ResponderFunc(responder))
|
srv.Handle(pattern, HandlerFunc(handler))
|
||||||
}
|
}
|
||||||
|
|
||||||
// ListenAndServe listens for requests at the server's configured address.
|
// ListenAndServe listens for requests at the server's configured address.
|
||||||
func (s *Server) ListenAndServe() error {
|
// ListenAndServe listens on the TCP network address srv.Addr and then calls
|
||||||
addr := s.Addr
|
// Serve to handle requests on incoming connections.
|
||||||
|
//
|
||||||
|
// If srv.Addr is blank, ":1965" is used.
|
||||||
|
//
|
||||||
|
// ListenAndServe always returns a non-nil error. After Shutdown or Close, the
|
||||||
|
// returned error is ErrServerClosed.
|
||||||
|
func (srv *Server) ListenAndServe() error {
|
||||||
|
if atomic.LoadInt32(&srv.done) == 1 {
|
||||||
|
return ErrServerClosed
|
||||||
|
}
|
||||||
|
|
||||||
|
addr := srv.Addr
|
||||||
if addr == "" {
|
if addr == "" {
|
||||||
addr = ":1965"
|
addr = ":1965"
|
||||||
}
|
}
|
||||||
@@ -99,20 +132,52 @@ func (s *Server) ListenAndServe() error {
|
|||||||
}
|
}
|
||||||
defer ln.Close()
|
defer ln.Close()
|
||||||
|
|
||||||
return s.Serve(tls.NewListener(ln, &tls.Config{
|
return srv.Serve(tls.NewListener(ln, &tls.Config{
|
||||||
ClientAuth: tls.RequestClientCert,
|
ClientAuth: tls.RequestClientCert,
|
||||||
MinVersion: tls.VersionTLS12,
|
MinVersion: tls.VersionTLS12,
|
||||||
GetCertificate: s.getCertificate,
|
GetCertificate: srv.getCertificate,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Serve listens for requests on the provided listener.
|
func (srv *Server) trackListener(l *net.Listener) {
|
||||||
func (s *Server) Serve(l net.Listener) error {
|
srv.mu.Lock()
|
||||||
|
defer srv.mu.Unlock()
|
||||||
|
if srv.listeners == nil {
|
||||||
|
srv.listeners = make(map[*net.Listener]struct{})
|
||||||
|
}
|
||||||
|
srv.listeners[l] = struct{}{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (srv *Server) deleteListener(l *net.Listener) {
|
||||||
|
srv.mu.Lock()
|
||||||
|
defer srv.mu.Unlock()
|
||||||
|
delete(srv.listeners, l)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Serve accepts incoming connections on the Listener l, creating a new
|
||||||
|
// service goroutine for each. The service goroutines read requests and
|
||||||
|
// then calls the appropriate Handler to reply to them.
|
||||||
|
//
|
||||||
|
// Serve always returns a non-nil error and closes l. After Shutdown or Close,
|
||||||
|
// the returned error is ErrServerClosed.
|
||||||
|
func (srv *Server) Serve(l net.Listener) error {
|
||||||
|
defer l.Close()
|
||||||
|
|
||||||
|
srv.trackListener(&l)
|
||||||
|
defer srv.deleteListener(&l)
|
||||||
|
|
||||||
|
if atomic.LoadInt32(&srv.done) == 1 {
|
||||||
|
return ErrServerClosed
|
||||||
|
}
|
||||||
|
|
||||||
var tempDelay time.Duration // how long to sleep on accept failure
|
var tempDelay time.Duration // how long to sleep on accept failure
|
||||||
|
|
||||||
for {
|
for {
|
||||||
rw, err := l.Accept()
|
rw, err := l.Accept()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
if atomic.LoadInt32(&srv.done) == 1 {
|
||||||
|
return ErrServerClosed
|
||||||
|
}
|
||||||
// If this is a temporary error, sleep
|
// If this is a temporary error, sleep
|
||||||
if ne, ok := err.(net.Error); ok && ne.Temporary() {
|
if ne, ok := err.(net.Error); ok && ne.Temporary() {
|
||||||
if tempDelay == 0 {
|
if tempDelay == 0 {
|
||||||
@@ -123,7 +188,7 @@ func (s *Server) Serve(l net.Listener) error {
|
|||||||
if max := 1 * time.Second; tempDelay > max {
|
if max := 1 * time.Second; tempDelay > max {
|
||||||
tempDelay = max
|
tempDelay = max
|
||||||
}
|
}
|
||||||
s.logf("gemini: Accept error: %v; retrying in %v", err, tempDelay)
|
srv.logf("gemini: Accept error: %v; retrying in %v", err, tempDelay)
|
||||||
time.Sleep(tempDelay)
|
time.Sleep(tempDelay)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@@ -133,229 +198,264 @@ func (s *Server) Serve(l net.Listener) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tempDelay = 0
|
tempDelay = 0
|
||||||
go s.respond(rw)
|
go srv.respond(rw)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) getCertificate(h *tls.ClientHelloInfo) (*tls.Certificate, error) {
|
func (srv *Server) closeListenersLocked() error {
|
||||||
cert, err := s.getCertificateFor(h.ServerName)
|
var err error
|
||||||
|
for ln := range srv.listeners {
|
||||||
|
if cerr := (*ln).Close(); cerr != nil && err == nil {
|
||||||
|
err = cerr
|
||||||
|
}
|
||||||
|
delete(srv.listeners, ln)
|
||||||
|
}
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
// Close immediately closes all active net.Listeners and connections.
|
||||||
|
// For a graceful shutdown, use Shutdown.
|
||||||
|
//
|
||||||
|
// Close returns any error returned from closing the Server's
|
||||||
|
// underlying Listener(s).
|
||||||
|
func (srv *Server) Close() error {
|
||||||
|
srv.mu.Lock()
|
||||||
|
defer srv.mu.Unlock()
|
||||||
|
if !atomic.CompareAndSwapInt32(&srv.done, 0, 1) {
|
||||||
|
return ErrServerClosed
|
||||||
|
}
|
||||||
|
err := srv.closeListenersLocked()
|
||||||
|
|
||||||
|
// Close active connections
|
||||||
|
for conn := range srv.conns {
|
||||||
|
(*conn).Close()
|
||||||
|
delete(srv.conns, conn)
|
||||||
|
}
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (srv *Server) numConns() int {
|
||||||
|
srv.mu.Lock()
|
||||||
|
defer srv.mu.Unlock()
|
||||||
|
return len(srv.conns)
|
||||||
|
}
|
||||||
|
|
||||||
|
// shutdownPollInterval is how often we poll for quiescence
|
||||||
|
// during Server.Shutdown. This is lower during tests, to
|
||||||
|
// speed up tests.
|
||||||
|
// Ideally we could find a solution that doesn't involve polling,
|
||||||
|
// but which also doesn't have a high runtime cost (and doesn't
|
||||||
|
// involve any contentious mutexes), but that is left as an
|
||||||
|
// exercise for the reader.
|
||||||
|
var shutdownPollInterval = 500 * time.Millisecond
|
||||||
|
|
||||||
|
// Shutdown gracefully shuts down the server without interrupting any
|
||||||
|
// active connections. Shutdown works by first closing all open
|
||||||
|
// listeners and then waiting indefinitely for connections
|
||||||
|
// to close and then shut down.
|
||||||
|
// If the provided context expires before the shutdown is complete,
|
||||||
|
// Shutdown returns the context's error, otherwise it returns any
|
||||||
|
// error returned from closing the Server's underlying Listener(s).
|
||||||
|
//
|
||||||
|
// When Shutdown is called, Serve, ListenAndServe, and
|
||||||
|
// ListenAndServeTLS immediately return ErrServerClosed. Make sure the
|
||||||
|
// program doesn't exit and waits instead for Shutdown to return.
|
||||||
|
//
|
||||||
|
// Once Shutdown has been called on a server, it may not be reused;
|
||||||
|
// future calls to methods such as Serve will return ErrServerClosed.
|
||||||
|
func (srv *Server) Shutdown(ctx context.Context) error {
|
||||||
|
if !atomic.CompareAndSwapInt32(&srv.done, 0, 1) {
|
||||||
|
return ErrServerClosed
|
||||||
|
}
|
||||||
|
|
||||||
|
srv.mu.Lock()
|
||||||
|
err := srv.closeListenersLocked()
|
||||||
|
srv.mu.Unlock()
|
||||||
|
|
||||||
|
// Wait for active connections to close
|
||||||
|
ticker := time.NewTicker(shutdownPollInterval)
|
||||||
|
defer ticker.Stop()
|
||||||
|
for {
|
||||||
|
if srv.numConns() == 0 {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return ctx.Err()
|
||||||
|
case <-ticker.C:
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// getCertificate retrieves a certificate for the given client hello.
|
||||||
|
func (srv *Server) getCertificate(h *tls.ClientHelloInfo) (*tls.Certificate, error) {
|
||||||
|
cert, err := srv.lookupCertificate(h.ServerName, h.ServerName)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// Try wildcard
|
// Try wildcard
|
||||||
wildcard := strings.SplitN(h.ServerName, ".", 2)
|
wildcard := strings.SplitN(h.ServerName, ".", 2)
|
||||||
if len(wildcard) == 2 {
|
if len(wildcard) == 2 {
|
||||||
cert, err = s.getCertificateFor("*." + wildcard[1])
|
// Use the wildcard pattern as the hostname.
|
||||||
|
hostname := "*." + wildcard[1]
|
||||||
|
cert, err = srv.lookupCertificate(hostname, hostname)
|
||||||
|
}
|
||||||
|
// Try "*" wildcard
|
||||||
|
if err != nil {
|
||||||
|
// Use the server name as the hostname
|
||||||
|
// since "*" is not a valid hostname.
|
||||||
|
cert, err = srv.lookupCertificate("*", h.ServerName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return cert, err
|
return cert, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) getCertificateFor(hostname string) (*tls.Certificate, error) {
|
// lookupCertificate retrieves the certificate for the given hostname,
|
||||||
if _, ok := s.hosts[hostname]; !ok {
|
// if and only if the provided pattern is registered.
|
||||||
|
// If no certificate is found in the certificate store or the certificate
|
||||||
|
// is expired, it calls GetCertificate to retrieve a new certificate.
|
||||||
|
func (srv *Server) lookupCertificate(pattern, hostname string) (*tls.Certificate, error) {
|
||||||
|
srv.hmu.Lock()
|
||||||
|
_, ok := srv.hosts[pattern]
|
||||||
|
srv.hmu.Unlock()
|
||||||
|
if !ok {
|
||||||
return nil, errors.New("hostname not registered")
|
return nil, errors.New("hostname not registered")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate a new certificate if it is missing or expired
|
cert, ok := srv.Certificates.Lookup(hostname)
|
||||||
cert, ok := s.Certificates.Lookup(hostname)
|
if !ok || cert.Leaf != nil && cert.Leaf.NotAfter.Before(time.Now()) {
|
||||||
if !ok || cert.Leaf != nil && !time.Now().After(cert.Leaf.NotAfter) {
|
if srv.GetCertificate != nil {
|
||||||
if s.CreateCertificate != nil {
|
cert, err := srv.GetCertificate(hostname)
|
||||||
cert, err := s.CreateCertificate(hostname)
|
|
||||||
if err == nil {
|
if err == nil {
|
||||||
if err := s.Certificates.Add(hostname, cert); err != nil {
|
if err := srv.Certificates.Add(hostname, cert); err != nil {
|
||||||
s.logf("gemini: Failed to add new certificate for %s: %s", hostname, err)
|
srv.logf("gemini: Failed to write new certificate for %s: %s", hostname, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return &cert, err
|
return &cert, err
|
||||||
}
|
}
|
||||||
return nil, errors.New("no certificate")
|
return nil, errors.New("no certificate")
|
||||||
}
|
}
|
||||||
|
|
||||||
return &cert, nil
|
return &cert, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (srv *Server) trackConn(conn *net.Conn) {
|
||||||
|
srv.mu.Lock()
|
||||||
|
defer srv.mu.Unlock()
|
||||||
|
if srv.conns == nil {
|
||||||
|
srv.conns = make(map[*net.Conn]struct{})
|
||||||
|
}
|
||||||
|
srv.conns[conn] = struct{}{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (srv *Server) deleteConn(conn *net.Conn) {
|
||||||
|
srv.mu.Lock()
|
||||||
|
defer srv.mu.Unlock()
|
||||||
|
delete(srv.conns, conn)
|
||||||
|
}
|
||||||
|
|
||||||
// respond responds to a connection.
|
// respond responds to a connection.
|
||||||
func (s *Server) respond(conn net.Conn) {
|
func (srv *Server) respond(conn net.Conn) {
|
||||||
if d := s.ReadTimeout; d != 0 {
|
defer conn.Close()
|
||||||
|
|
||||||
|
defer func() {
|
||||||
|
if err := recover(); err != nil && err != ErrAbortHandler {
|
||||||
|
const size = 64 << 10
|
||||||
|
buf := make([]byte, size)
|
||||||
|
buf = buf[:runtime.Stack(buf, false)]
|
||||||
|
srv.logf("gemini: panic serving %v: %v\n%s", conn.RemoteAddr(), err, buf)
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
srv.trackConn(&conn)
|
||||||
|
defer srv.deleteConn(&conn)
|
||||||
|
|
||||||
|
if d := srv.ReadTimeout; d != 0 {
|
||||||
conn.SetReadDeadline(time.Now().Add(d))
|
conn.SetReadDeadline(time.Now().Add(d))
|
||||||
}
|
}
|
||||||
if d := s.WriteTimeout; d != 0 {
|
if d := srv.WriteTimeout; d != 0 {
|
||||||
conn.SetWriteDeadline(time.Now().Add(d))
|
conn.SetWriteDeadline(time.Now().Add(d))
|
||||||
}
|
}
|
||||||
|
|
||||||
r := bufio.NewReader(conn)
|
w := NewResponseWriter(conn)
|
||||||
w := newResponseWriter(conn)
|
|
||||||
// Read requested URL
|
req, err := ReadRequest(conn)
|
||||||
rawurl, err := r.ReadString('\r')
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
w.Status(StatusBadRequest)
|
||||||
|
w.Flush()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// Read terminating line feed
|
|
||||||
if b, err := r.ReadByte(); err != nil {
|
// Store information about the TLS connection
|
||||||
|
if tlsConn, ok := conn.(*tls.Conn); ok {
|
||||||
|
state := tlsConn.ConnectionState()
|
||||||
|
req.TLS = &state
|
||||||
|
}
|
||||||
|
|
||||||
|
// Store remote address
|
||||||
|
req.RemoteAddr = conn.RemoteAddr()
|
||||||
|
|
||||||
|
h := srv.handler(req)
|
||||||
|
if h == nil {
|
||||||
|
w.Status(StatusNotFound)
|
||||||
|
w.Flush()
|
||||||
return
|
return
|
||||||
} else if b != '\n' {
|
|
||||||
w.WriteStatus(StatusBadRequest)
|
|
||||||
}
|
}
|
||||||
// Trim carriage return
|
|
||||||
rawurl = rawurl[:len(rawurl)-1]
|
|
||||||
// Ensure URL is valid
|
|
||||||
if len(rawurl) > 1024 {
|
|
||||||
w.WriteStatus(StatusBadRequest)
|
|
||||||
} else if url, err := url.Parse(rawurl); err != nil || url.User != nil {
|
|
||||||
// Note that we return an error status if User is specified in the URL
|
|
||||||
w.WriteStatus(StatusBadRequest)
|
|
||||||
} else {
|
|
||||||
// If no scheme is specified, assume a default scheme of gemini://
|
|
||||||
if url.Scheme == "" {
|
|
||||||
url.Scheme = "gemini"
|
|
||||||
}
|
|
||||||
|
|
||||||
// Store information about the TLS connection
|
h.ServeGemini(w, req)
|
||||||
connState := conn.(*tls.Conn).ConnectionState()
|
w.Flush()
|
||||||
var cert *tls.Certificate
|
|
||||||
if len(connState.PeerCertificates) > 0 {
|
|
||||||
peerCert := connState.PeerCertificates[0]
|
|
||||||
// Store the TLS certificate
|
|
||||||
cert = &tls.Certificate{
|
|
||||||
Certificate: [][]byte{peerCert.Raw},
|
|
||||||
Leaf: peerCert,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
req := &Request{
|
|
||||||
URL: url,
|
|
||||||
RemoteAddr: conn.RemoteAddr(),
|
|
||||||
TLS: connState,
|
|
||||||
Certificate: cert,
|
|
||||||
}
|
|
||||||
resp := s.responder(req)
|
|
||||||
if resp != nil {
|
|
||||||
resp.Respond(w, req)
|
|
||||||
} else {
|
|
||||||
w.WriteStatus(StatusNotFound)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
w.b.Flush()
|
|
||||||
conn.Close()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) responder(r *Request) Responder {
|
func (srv *Server) handler(r *Request) Handler {
|
||||||
if h, ok := s.responders[responderKey{r.URL.Scheme, r.URL.Hostname()}]; ok {
|
srv.hmu.Lock()
|
||||||
|
defer srv.hmu.Unlock()
|
||||||
|
if h, ok := srv.handlers[handlerKey{r.URL.Scheme, r.URL.Hostname()}]; ok {
|
||||||
return h
|
return h
|
||||||
}
|
}
|
||||||
wildcard := strings.SplitN(r.URL.Hostname(), ".", 2)
|
wildcard := strings.SplitN(r.URL.Hostname(), ".", 2)
|
||||||
if len(wildcard) == 2 {
|
if len(wildcard) == 2 {
|
||||||
if h, ok := s.responders[responderKey{r.URL.Scheme, "*." + wildcard[1]}]; ok {
|
if h, ok := srv.handlers[handlerKey{r.URL.Scheme, "*." + wildcard[1]}]; ok {
|
||||||
return h
|
return h
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if h, ok := srv.handlers[handlerKey{r.URL.Scheme, "*"}]; ok {
|
||||||
|
return h
|
||||||
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) logf(format string, args ...interface{}) {
|
func (srv *Server) logf(format string, args ...interface{}) {
|
||||||
if s.ErrorLog != nil {
|
if srv.ErrorLog != nil {
|
||||||
s.ErrorLog.Printf(format, args...)
|
srv.ErrorLog.Printf(format, args...)
|
||||||
} else {
|
} else {
|
||||||
log.Printf(format, args...)
|
log.Printf(format, args...)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ResponseWriter is used by a Gemini handler to construct a Gemini response.
|
// A Handler responds to a Gemini request.
|
||||||
type ResponseWriter struct {
|
|
||||||
b *bufio.Writer
|
|
||||||
bodyAllowed bool
|
|
||||||
wroteHeader bool
|
|
||||||
mimetype string
|
|
||||||
}
|
|
||||||
|
|
||||||
func newResponseWriter(conn net.Conn) *ResponseWriter {
|
|
||||||
return &ResponseWriter{
|
|
||||||
b: bufio.NewWriter(conn),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// WriteHeader writes the response header.
|
|
||||||
// If the header has already been written, WriteHeader does nothing.
|
|
||||||
//
|
//
|
||||||
// Meta contains more information related to the response status.
|
// ServeGemini should write the response header and data to the ResponseWriter
|
||||||
// For successful responses, Meta should contain the mimetype of the response.
|
// and then return. Returning signals that the request is finished; it is not
|
||||||
// For failure responses, Meta should contain a short description of the failure.
|
// valid to use the ResponseWriter after or concurrently with the completion
|
||||||
// Meta should not be longer than 1024 bytes.
|
// of the ServeGemini call.
|
||||||
func (w *ResponseWriter) WriteHeader(status Status, meta string) {
|
|
||||||
if w.wroteHeader {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
w.b.WriteString(strconv.Itoa(int(status)))
|
|
||||||
w.b.WriteByte(' ')
|
|
||||||
w.b.WriteString(meta)
|
|
||||||
w.b.Write(crlf)
|
|
||||||
|
|
||||||
// Only allow body to be written on successful status codes.
|
|
||||||
if status.Class() == StatusClassSuccess {
|
|
||||||
w.bodyAllowed = true
|
|
||||||
}
|
|
||||||
w.wroteHeader = true
|
|
||||||
}
|
|
||||||
|
|
||||||
// WriteStatus writes the response header with the given status code.
|
|
||||||
//
|
//
|
||||||
// WriteStatus is equivalent to WriteHeader(status, status.Message())
|
// Handlers should not modify the provided Request.
|
||||||
func (w *ResponseWriter) WriteStatus(status Status) {
|
|
||||||
w.WriteHeader(status, status.Message())
|
|
||||||
}
|
|
||||||
|
|
||||||
// SetMimetype sets the mimetype that will be written for a successful response.
|
|
||||||
// If the mimetype is not set, it will default to "text/gemini".
|
|
||||||
func (w *ResponseWriter) SetMimetype(mimetype string) {
|
|
||||||
w.mimetype = mimetype
|
|
||||||
}
|
|
||||||
|
|
||||||
// Write writes the response body.
|
|
||||||
// If the response status does not allow for a response body, Write returns
|
|
||||||
// ErrBodyNotAllowed.
|
|
||||||
//
|
//
|
||||||
// If the response header has not yet been written, Write calls WriteHeader
|
// If ServeGemini panics, the server (the caller of ServeGemini) assumes that
|
||||||
// with StatusSuccess and the mimetype set in SetMimetype.
|
// the effect of the panic was isolated to the active request. It recovers
|
||||||
func (w *ResponseWriter) Write(b []byte) (int, error) {
|
// the panic, logs a stack trace to the server error log, and closes the
|
||||||
if !w.wroteHeader {
|
// network connection. To abort a handler so the client sees an interrupted
|
||||||
mimetype := w.mimetype
|
// response but the server doesn't log an error, panic with the value
|
||||||
if mimetype == "" {
|
// ErrAbortHandler.
|
||||||
mimetype = "text/gemini"
|
type Handler interface {
|
||||||
}
|
ServeGemini(ResponseWriter, *Request)
|
||||||
w.WriteHeader(StatusSuccess, mimetype)
|
|
||||||
}
|
|
||||||
if !w.bodyAllowed {
|
|
||||||
return 0, ErrBodyNotAllowed
|
|
||||||
}
|
|
||||||
return w.b.Write(b)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// A Responder responds to a Gemini request.
|
// The HandlerFunc type is an adapter to allow the use of ordinary functions
|
||||||
type Responder interface {
|
// as Gemini handlers. If f is a function with the appropriate signature,
|
||||||
// Respond accepts a Request and constructs a Response.
|
// HandlerFunc(f) is a Handler that calls f.
|
||||||
Respond(*ResponseWriter, *Request)
|
type HandlerFunc func(ResponseWriter, *Request)
|
||||||
}
|
|
||||||
|
|
||||||
// ResponderFunc is a wrapper around a bare function that implements Responder.
|
// ServeGemini calls f(w, r).
|
||||||
type ResponderFunc func(*ResponseWriter, *Request)
|
func (f HandlerFunc) ServeGemini(w ResponseWriter, r *Request) {
|
||||||
|
|
||||||
func (f ResponderFunc) Respond(w *ResponseWriter, r *Request) {
|
|
||||||
f(w, r)
|
f(w, r)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Input returns the request query.
|
|
||||||
// If the query is invalid or no query is provided, ok will be false.
|
|
||||||
//
|
|
||||||
// Example:
|
|
||||||
//
|
|
||||||
// input, ok := gemini.Input(req)
|
|
||||||
// if !ok {
|
|
||||||
// w.WriteHeader(gemini.StatusInput, "Prompt")
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// // ...
|
|
||||||
//
|
|
||||||
func Input(r *Request) (query string, ok bool) {
|
|
||||||
if r.URL.ForceQuery || r.URL.RawQuery != "" {
|
|
||||||
query, err := url.QueryUnescape(r.URL.RawQuery)
|
|
||||||
return query, err == nil
|
|
||||||
}
|
|
||||||
return "", false
|
|
||||||
}
|
|
||||||
|
|||||||
78
status.go
78
status.go
@@ -1,59 +1,39 @@
|
|||||||
package gemini
|
package gemini
|
||||||
|
|
||||||
// Status codes.
|
// Gemini status codes.
|
||||||
type Status int
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
StatusInput Status = 10
|
StatusInput = 10
|
||||||
StatusSensitiveInput Status = 11
|
StatusSensitiveInput = 11
|
||||||
StatusSuccess Status = 20
|
StatusSuccess = 20
|
||||||
StatusRedirect Status = 30
|
StatusRedirect = 30
|
||||||
StatusPermanentRedirect Status = 31
|
StatusPermanentRedirect = 31
|
||||||
StatusTemporaryFailure Status = 40
|
StatusTemporaryFailure = 40
|
||||||
StatusServerUnavailable Status = 41
|
StatusServerUnavailable = 41
|
||||||
StatusCGIError Status = 42
|
StatusCGIError = 42
|
||||||
StatusProxyError Status = 43
|
StatusProxyError = 43
|
||||||
StatusSlowDown Status = 44
|
StatusSlowDown = 44
|
||||||
StatusPermanentFailure Status = 50
|
StatusPermanentFailure = 50
|
||||||
StatusNotFound Status = 51
|
StatusNotFound = 51
|
||||||
StatusGone Status = 52
|
StatusGone = 52
|
||||||
StatusProxyRequestRefused Status = 53
|
StatusProxyRequestRefused = 53
|
||||||
StatusBadRequest Status = 59
|
StatusBadRequest = 59
|
||||||
StatusCertificateRequired Status = 60
|
StatusCertificateRequired = 60
|
||||||
StatusCertificateNotAuthorized Status = 61
|
StatusCertificateNotAuthorized = 61
|
||||||
StatusCertificateNotValid Status = 62
|
StatusCertificateNotValid = 62
|
||||||
)
|
)
|
||||||
|
|
||||||
// Status code categories.
|
// StatusClass returns the status class for this status code.
|
||||||
type StatusClass int
|
// 1x becomes 10, 2x becomes 20, and so on.
|
||||||
|
func StatusClass(status int) int {
|
||||||
const (
|
return (status / 10) * 10
|
||||||
StatusClassInput StatusClass = 1
|
|
||||||
StatusClassSuccess StatusClass = 2
|
|
||||||
StatusClassRedirect StatusClass = 3
|
|
||||||
StatusClassTemporaryFailure StatusClass = 4
|
|
||||||
StatusClassPermanentFailure StatusClass = 5
|
|
||||||
StatusClassCertificateRequired StatusClass = 6
|
|
||||||
)
|
|
||||||
|
|
||||||
// Class returns the status class for this status code.
|
|
||||||
func (s Status) Class() StatusClass {
|
|
||||||
return StatusClass(s / 10)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Message returns a status message corresponding to this status code.
|
// Meta returns a description of the provided status code appropriate
|
||||||
func (s Status) Message() string {
|
// for use in a response.
|
||||||
switch s {
|
//
|
||||||
case StatusInput:
|
// Meta returns an empty string for input, success, and redirect status codes.
|
||||||
return "Input"
|
func Meta(status int) string {
|
||||||
case StatusSensitiveInput:
|
switch status {
|
||||||
return "Sensitive input"
|
|
||||||
case StatusSuccess:
|
|
||||||
return "Success"
|
|
||||||
case StatusRedirect:
|
|
||||||
return "Redirect"
|
|
||||||
case StatusPermanentRedirect:
|
|
||||||
return "Permanent redirect"
|
|
||||||
case StatusTemporaryFailure:
|
case StatusTemporaryFailure:
|
||||||
return "Temporary failure"
|
return "Temporary failure"
|
||||||
case StatusServerUnavailable:
|
case StatusServerUnavailable:
|
||||||
|
|||||||
10
text.go
10
text.go
@@ -88,17 +88,17 @@ func (l LineText) line() {}
|
|||||||
type Text []Line
|
type Text []Line
|
||||||
|
|
||||||
// ParseText parses Gemini text from the provided io.Reader.
|
// ParseText parses Gemini text from the provided io.Reader.
|
||||||
func ParseText(r io.Reader) Text {
|
func ParseText(r io.Reader) (Text, error) {
|
||||||
var t Text
|
var t Text
|
||||||
ParseLines(r, func(line Line) {
|
err := ParseLines(r, func(line Line) {
|
||||||
t = append(t, line)
|
t = append(t, line)
|
||||||
})
|
})
|
||||||
return t
|
return t, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// ParseLines parses Gemini text from the provided io.Reader.
|
// ParseLines parses Gemini text from the provided io.Reader.
|
||||||
// It calls handler with each line that it parses.
|
// It calls handler with each line that it parses.
|
||||||
func ParseLines(r io.Reader, handler func(Line)) {
|
func ParseLines(r io.Reader, handler func(Line)) error {
|
||||||
const spacetab = " \t"
|
const spacetab = " \t"
|
||||||
var pre bool
|
var pre bool
|
||||||
scanner := bufio.NewScanner(r)
|
scanner := bufio.NewScanner(r)
|
||||||
@@ -149,6 +149,8 @@ func ParseLines(r io.Reader, handler func(Line)) {
|
|||||||
}
|
}
|
||||||
handler(line)
|
handler(line)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return scanner.Err()
|
||||||
}
|
}
|
||||||
|
|
||||||
// String writes the Gemini text response to a string and returns it.
|
// String writes the Gemini text response to a string and returns it.
|
||||||
|
|||||||
181
tofu.go
181
tofu.go
@@ -1,181 +0,0 @@
|
|||||||
package gemini
|
|
||||||
|
|
||||||
import (
|
|
||||||
"bufio"
|
|
||||||
"crypto/sha512"
|
|
||||||
"crypto/x509"
|
|
||||||
"fmt"
|
|
||||||
"io"
|
|
||||||
"os"
|
|
||||||
"path/filepath"
|
|
||||||
"strings"
|
|
||||||
)
|
|
||||||
|
|
||||||
// Trust represents the trustworthiness of a certificate.
|
|
||||||
type Trust int
|
|
||||||
|
|
||||||
const (
|
|
||||||
TrustNone Trust = iota // The certificate is not trusted.
|
|
||||||
TrustOnce // The certificate is trusted once.
|
|
||||||
TrustAlways // The certificate is trusted always.
|
|
||||||
)
|
|
||||||
|
|
||||||
// KnownHosts represents a list of known hosts.
|
|
||||||
// The zero value for KnownHosts is an empty list ready to use.
|
|
||||||
type KnownHosts struct {
|
|
||||||
hosts map[string]Fingerprint
|
|
||||||
file *os.File
|
|
||||||
}
|
|
||||||
|
|
||||||
// LoadDefault loads the known hosts from the default known hosts path, which is
|
|
||||||
// $XDG_DATA_HOME/gemini/known_hosts.
|
|
||||||
// It creates the path and any of its parent directories if they do not exist.
|
|
||||||
// KnownHosts will append to the file whenever a certificate is added.
|
|
||||||
func (k *KnownHosts) LoadDefault() error {
|
|
||||||
path, err := defaultKnownHostsPath()
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
return k.Load(path)
|
|
||||||
}
|
|
||||||
|
|
||||||
// Load loads the known hosts from the provided path.
|
|
||||||
// It creates the path and any of its parent directories if they do not exist.
|
|
||||||
// KnownHosts will append to the file whenever a certificate is added.
|
|
||||||
func (k *KnownHosts) Load(path string) error {
|
|
||||||
if dir := filepath.Dir(path); dir != "." {
|
|
||||||
err := os.MkdirAll(dir, 0755)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
f, err := os.OpenFile(path, os.O_CREATE|os.O_RDONLY, 0644)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
k.Parse(f)
|
|
||||||
f.Close()
|
|
||||||
// Open the file for append-only use
|
|
||||||
f, err = os.OpenFile(path, os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0644)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
k.file = f
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add adds a certificate to the list of known hosts.
|
|
||||||
// If KnownHosts was loaded from a file, Add will append to the file.
|
|
||||||
func (k *KnownHosts) Add(hostname string, cert *x509.Certificate) {
|
|
||||||
k.add(hostname, cert, true)
|
|
||||||
}
|
|
||||||
|
|
||||||
// AddTemporary adds a certificate to the list of known hosts
|
|
||||||
// without writing it to the known hosts file.
|
|
||||||
func (k *KnownHosts) AddTemporary(hostname string, cert *x509.Certificate) {
|
|
||||||
k.add(hostname, cert, false)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (k *KnownHosts) add(hostname string, cert *x509.Certificate, write bool) {
|
|
||||||
if k.hosts == nil {
|
|
||||||
k.hosts = map[string]Fingerprint{}
|
|
||||||
}
|
|
||||||
fingerprint := NewFingerprint(cert)
|
|
||||||
k.hosts[hostname] = fingerprint
|
|
||||||
// Append to the file
|
|
||||||
if write && k.file != nil {
|
|
||||||
appendKnownHost(k.file, hostname, fingerprint)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Lookup returns the fingerprint of the certificate corresponding to
|
|
||||||
// the given hostname.
|
|
||||||
func (k *KnownHosts) Lookup(hostname string) (Fingerprint, bool) {
|
|
||||||
c, ok := k.hosts[hostname]
|
|
||||||
return c, ok
|
|
||||||
}
|
|
||||||
|
|
||||||
// Parse parses the provided reader and adds the parsed known hosts to the list.
|
|
||||||
// Invalid lines are ignored.
|
|
||||||
func (k *KnownHosts) Parse(r io.Reader) {
|
|
||||||
if k.hosts == nil {
|
|
||||||
k.hosts = map[string]Fingerprint{}
|
|
||||||
}
|
|
||||||
scanner := bufio.NewScanner(r)
|
|
||||||
for scanner.Scan() {
|
|
||||||
text := scanner.Text()
|
|
||||||
parts := strings.Split(text, " ")
|
|
||||||
if len(parts) < 3 {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
hostname := parts[0]
|
|
||||||
algorithm := parts[1]
|
|
||||||
if algorithm != "SHA-512" {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
fingerprint := parts[2]
|
|
||||||
|
|
||||||
k.hosts[hostname] = Fingerprint{
|
|
||||||
Algorithm: algorithm,
|
|
||||||
Hex: fingerprint,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Write writes the known hosts to the provided io.Writer.
|
|
||||||
func (k *KnownHosts) Write(w io.Writer) {
|
|
||||||
for h, c := range k.hosts {
|
|
||||||
appendKnownHost(w, h, c)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func appendKnownHost(w io.Writer, hostname string, f Fingerprint) (int, error) {
|
|
||||||
return fmt.Fprintf(w, "%s %s %s\n", hostname, f.Algorithm, f.Hex)
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fingerprint represents a fingerprint using a certain algorithm.
|
|
||||||
type Fingerprint struct {
|
|
||||||
Algorithm string // fingerprint algorithm e.g. SHA-512
|
|
||||||
Hex string // fingerprint in hexadecimal, with ':' between each octet
|
|
||||||
}
|
|
||||||
|
|
||||||
// NewFingerprint returns the SHA-512 fingerprint of the provided certificate.
|
|
||||||
func NewFingerprint(cert *x509.Certificate) Fingerprint {
|
|
||||||
sum512 := sha512.Sum512(cert.Raw)
|
|
||||||
var b strings.Builder
|
|
||||||
for i, f := range sum512 {
|
|
||||||
if i > 0 {
|
|
||||||
b.WriteByte(':')
|
|
||||||
}
|
|
||||||
fmt.Fprintf(&b, "%02X", f)
|
|
||||||
}
|
|
||||||
return Fingerprint{
|
|
||||||
Algorithm: "SHA-512",
|
|
||||||
Hex: b.String(),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// defaultKnownHostsPath returns the default known_hosts path.
|
|
||||||
// The default path is $XDG_DATA_HOME/gemini/known_hosts
|
|
||||||
func defaultKnownHostsPath() (string, error) {
|
|
||||||
dataDir, err := userDataDir()
|
|
||||||
if err != nil {
|
|
||||||
return "", err
|
|
||||||
}
|
|
||||||
return filepath.Join(dataDir, "gemini", "known_hosts"), nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// userDataDir returns the user data directory.
|
|
||||||
func userDataDir() (string, error) {
|
|
||||||
dataDir, ok := os.LookupEnv("XDG_DATA_HOME")
|
|
||||||
if ok {
|
|
||||||
return dataDir, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
home, err := os.UserHomeDir()
|
|
||||||
if err != nil {
|
|
||||||
return "", err
|
|
||||||
}
|
|
||||||
return filepath.Join(home, ".local", "share"), nil
|
|
||||||
}
|
|
||||||
417
tofu/tofu.go
Normal file
417
tofu/tofu.go
Normal file
@@ -0,0 +1,417 @@
|
|||||||
|
// Package tofu implements trust on first use using hosts and fingerprints.
|
||||||
|
package tofu
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bufio"
|
||||||
|
"bytes"
|
||||||
|
"crypto/sha512"
|
||||||
|
"crypto/x509"
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"io"
|
||||||
|
"os"
|
||||||
|
"sort"
|
||||||
|
"strconv"
|
||||||
|
"strings"
|
||||||
|
"sync"
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
// KnownHosts represents a list of known hosts.
|
||||||
|
// The zero value for KnownHosts represents an empty list ready to use.
|
||||||
|
//
|
||||||
|
// KnownHosts is safe for concurrent use by multiple goroutines.
|
||||||
|
type KnownHosts struct {
|
||||||
|
hosts map[string]Host
|
||||||
|
mu sync.RWMutex
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add adds a host to the list of known hosts.
|
||||||
|
func (k *KnownHosts) Add(h Host) {
|
||||||
|
k.mu.Lock()
|
||||||
|
defer k.mu.Unlock()
|
||||||
|
if k.hosts == nil {
|
||||||
|
k.hosts = map[string]Host{}
|
||||||
|
}
|
||||||
|
|
||||||
|
k.hosts[h.Hostname] = h
|
||||||
|
}
|
||||||
|
|
||||||
|
// Lookup returns the known host entry corresponding to the given hostname.
|
||||||
|
func (k *KnownHosts) Lookup(hostname string) (Host, bool) {
|
||||||
|
k.mu.RLock()
|
||||||
|
defer k.mu.RUnlock()
|
||||||
|
c, ok := k.hosts[hostname]
|
||||||
|
return c, ok
|
||||||
|
}
|
||||||
|
|
||||||
|
// Entries returns the known host entries sorted by hostname.
|
||||||
|
func (k *KnownHosts) Entries() []Host {
|
||||||
|
keys := make([]string, 0, len(k.hosts))
|
||||||
|
for key := range k.hosts {
|
||||||
|
keys = append(keys, key)
|
||||||
|
}
|
||||||
|
sort.Strings(keys)
|
||||||
|
|
||||||
|
hosts := make([]Host, 0, len(k.hosts))
|
||||||
|
for _, key := range keys {
|
||||||
|
hosts = append(hosts, k.hosts[key])
|
||||||
|
}
|
||||||
|
return hosts
|
||||||
|
}
|
||||||
|
|
||||||
|
// WriteTo writes the list of known hosts to the provided io.Writer.
|
||||||
|
func (k *KnownHosts) WriteTo(w io.Writer) (int64, error) {
|
||||||
|
k.mu.RLock()
|
||||||
|
defer k.mu.RUnlock()
|
||||||
|
|
||||||
|
var written int
|
||||||
|
|
||||||
|
bw := bufio.NewWriter(w)
|
||||||
|
for _, h := range k.hosts {
|
||||||
|
n, err := bw.WriteString(h.String())
|
||||||
|
written += n
|
||||||
|
if err != nil {
|
||||||
|
return int64(written), err
|
||||||
|
}
|
||||||
|
|
||||||
|
bw.WriteByte('\n')
|
||||||
|
written += 1
|
||||||
|
}
|
||||||
|
|
||||||
|
return int64(written), bw.Flush()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Load loads the known hosts entries from the provided path.
|
||||||
|
func (k *KnownHosts) Load(path string) error {
|
||||||
|
f, err := os.Open(path)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
defer f.Close()
|
||||||
|
|
||||||
|
return k.Parse(f)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Parse parses the provided io.Reader and adds the parsed hosts to the list.
|
||||||
|
// Invalid entries are ignored.
|
||||||
|
//
|
||||||
|
// For more control over errors encountered during parsing, use bufio.Scanner
|
||||||
|
// in combination with ParseHost. For example:
|
||||||
|
//
|
||||||
|
// var knownHosts tofu.KnownHosts
|
||||||
|
// scanner := bufio.NewScanner(r)
|
||||||
|
// for scanner.Scan() {
|
||||||
|
// host, err := tofu.ParseHost(scanner.Bytes())
|
||||||
|
// if err != nil {
|
||||||
|
// // handle error
|
||||||
|
// } else {
|
||||||
|
// knownHosts.Add(host)
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// err := scanner.Err()
|
||||||
|
// if err != nil {
|
||||||
|
// // handle error
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
func (k *KnownHosts) Parse(r io.Reader) error {
|
||||||
|
k.mu.Lock()
|
||||||
|
defer k.mu.Unlock()
|
||||||
|
|
||||||
|
if k.hosts == nil {
|
||||||
|
k.hosts = map[string]Host{}
|
||||||
|
}
|
||||||
|
|
||||||
|
scanner := bufio.NewScanner(r)
|
||||||
|
for scanner.Scan() {
|
||||||
|
text := scanner.Bytes()
|
||||||
|
if len(text) == 0 {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
h, err := ParseHost(text)
|
||||||
|
if err != nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
k.hosts[h.Hostname] = h
|
||||||
|
}
|
||||||
|
|
||||||
|
return scanner.Err()
|
||||||
|
}
|
||||||
|
|
||||||
|
// TOFU implements basic trust on first use.
|
||||||
|
//
|
||||||
|
// If the host is not on file, it is added to the list.
|
||||||
|
// If the host on file is expired, a new entry is added to the list.
|
||||||
|
// If the fingerprint does not match the one on file, an error is returned.
|
||||||
|
func (k *KnownHosts) TOFU(hostname string, cert *x509.Certificate) error {
|
||||||
|
host := NewHost(hostname, cert.Raw, cert.NotAfter)
|
||||||
|
|
||||||
|
knownHost, ok := k.Lookup(hostname)
|
||||||
|
if !ok || time.Now().After(knownHost.Expires) {
|
||||||
|
k.Add(host)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check fingerprint
|
||||||
|
if !bytes.Equal(knownHost.Fingerprint, host.Fingerprint) {
|
||||||
|
return fmt.Errorf("fingerprint for %q does not match", hostname)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// HostWriter writes host entries to an io.WriteCloser.
|
||||||
|
//
|
||||||
|
// HostWriter is safe for concurrent use by multiple goroutines.
|
||||||
|
type HostWriter struct {
|
||||||
|
bw *bufio.Writer
|
||||||
|
cl io.Closer
|
||||||
|
mu sync.Mutex
|
||||||
|
}
|
||||||
|
|
||||||
|
// NewHostWriter returns a new host writer that writes to
|
||||||
|
// the provided io.WriteCloser.
|
||||||
|
func NewHostWriter(w io.WriteCloser) *HostWriter {
|
||||||
|
return &HostWriter{
|
||||||
|
bw: bufio.NewWriter(w),
|
||||||
|
cl: w,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// OpenHostsFile returns a new host writer that appends to the file at the given path.
|
||||||
|
// The file is created if it does not exist.
|
||||||
|
func OpenHostsFile(path string) (*HostWriter, error) {
|
||||||
|
f, err := os.OpenFile(path, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return NewHostWriter(f), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// WriteHost writes the host to the underlying io.Writer.
|
||||||
|
func (h *HostWriter) WriteHost(host Host) error {
|
||||||
|
h.mu.Lock()
|
||||||
|
defer h.mu.Unlock()
|
||||||
|
|
||||||
|
h.bw.WriteString(host.String())
|
||||||
|
h.bw.WriteByte('\n')
|
||||||
|
|
||||||
|
if err := h.bw.Flush(); err != nil {
|
||||||
|
return fmt.Errorf("failed to write host: %w", err)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Close closes the underlying io.Closer.
|
||||||
|
func (h *HostWriter) Close() error {
|
||||||
|
h.mu.Lock()
|
||||||
|
defer h.mu.Unlock()
|
||||||
|
return h.cl.Close()
|
||||||
|
}
|
||||||
|
|
||||||
|
// PersistentHosts represents a persistent set of known hosts.
|
||||||
|
type PersistentHosts struct {
|
||||||
|
hosts *KnownHosts
|
||||||
|
writer *HostWriter
|
||||||
|
}
|
||||||
|
|
||||||
|
// NewPersistentHosts returns a new persistent set of known hosts.
|
||||||
|
func NewPersistentHosts(hosts *KnownHosts, writer *HostWriter) *PersistentHosts {
|
||||||
|
return &PersistentHosts{
|
||||||
|
hosts,
|
||||||
|
writer,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// LoadPersistentHosts loads persistent hosts from the file at the given path.
|
||||||
|
func LoadPersistentHosts(path string) (*PersistentHosts, error) {
|
||||||
|
hosts := &KnownHosts{}
|
||||||
|
if err := hosts.Load(path); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
writer, err := OpenHostsFile(path)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &PersistentHosts{
|
||||||
|
hosts,
|
||||||
|
writer,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add adds a host to the list of known hosts.
|
||||||
|
// It returns an error if the host could not be persisted.
|
||||||
|
func (p *PersistentHosts) Add(h Host) error {
|
||||||
|
err := p.writer.WriteHost(h)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to persist host: %w", err)
|
||||||
|
}
|
||||||
|
p.hosts.Add(h)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Lookup returns the known host entry corresponding to the given hostname.
|
||||||
|
func (p *PersistentHosts) Lookup(hostname string) (Host, bool) {
|
||||||
|
return p.hosts.Lookup(hostname)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Entries returns the known host entries sorted by hostname.
|
||||||
|
func (p *PersistentHosts) Entries() []Host {
|
||||||
|
return p.hosts.Entries()
|
||||||
|
}
|
||||||
|
|
||||||
|
// TOFU implements trust on first use with a persistent set of known hosts.
|
||||||
|
//
|
||||||
|
// If the host is not on file, it is added to the list.
|
||||||
|
// If the host on file is expired, a new entry is added to the list.
|
||||||
|
// If the fingerprint does not match the one on file, an error is returned.
|
||||||
|
func (p *PersistentHosts) TOFU(hostname string, cert *x509.Certificate) error {
|
||||||
|
host := NewHost(hostname, cert.Raw, cert.NotAfter)
|
||||||
|
|
||||||
|
knownHost, ok := p.Lookup(hostname)
|
||||||
|
if !ok || time.Now().After(knownHost.Expires) {
|
||||||
|
return p.Add(host)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check fingerprint
|
||||||
|
if !bytes.Equal(knownHost.Fingerprint, host.Fingerprint) {
|
||||||
|
return fmt.Errorf("fingerprint for %q does not match", hostname)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Close closes the underlying HostWriter.
|
||||||
|
func (p *PersistentHosts) Close() error {
|
||||||
|
return p.writer.Close()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Host represents a host entry with a fingerprint using a certain algorithm.
|
||||||
|
type Host struct {
|
||||||
|
Hostname string // hostname
|
||||||
|
Algorithm string // fingerprint algorithm e.g. SHA-512
|
||||||
|
Fingerprint Fingerprint // fingerprint
|
||||||
|
Expires time.Time // unix time of the fingerprint expiration date
|
||||||
|
}
|
||||||
|
|
||||||
|
// NewHost returns a new host with a SHA-512 fingerprint of
|
||||||
|
// the provided raw data.
|
||||||
|
func NewHost(hostname string, raw []byte, expires time.Time) Host {
|
||||||
|
sum := sha512.Sum512(raw)
|
||||||
|
|
||||||
|
return Host{
|
||||||
|
Hostname: hostname,
|
||||||
|
Algorithm: "SHA-512",
|
||||||
|
Fingerprint: sum[:],
|
||||||
|
Expires: expires,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ParseHost parses a host from the provided text.
|
||||||
|
func ParseHost(text []byte) (Host, error) {
|
||||||
|
var h Host
|
||||||
|
err := h.UnmarshalText(text)
|
||||||
|
return h, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// String returns a string representation of the host.
|
||||||
|
func (h Host) String() string {
|
||||||
|
var b strings.Builder
|
||||||
|
b.WriteString(h.Hostname)
|
||||||
|
b.WriteByte(' ')
|
||||||
|
b.WriteString(h.Algorithm)
|
||||||
|
b.WriteByte(' ')
|
||||||
|
b.WriteString(h.Fingerprint.String())
|
||||||
|
b.WriteByte(' ')
|
||||||
|
b.WriteString(strconv.FormatInt(h.Expires.Unix(), 10))
|
||||||
|
return b.String()
|
||||||
|
}
|
||||||
|
|
||||||
|
// UnmarshalText unmarshals the host from the provided text.
|
||||||
|
func (h *Host) UnmarshalText(text []byte) error {
|
||||||
|
const format = "hostname algorithm hex-fingerprint expiry-unix-ts"
|
||||||
|
|
||||||
|
parts := bytes.Split(text, []byte(" "))
|
||||||
|
if len(parts) != 4 {
|
||||||
|
return fmt.Errorf("expected the format %q", format)
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(parts[0]) == 0 {
|
||||||
|
return errors.New("empty hostname")
|
||||||
|
}
|
||||||
|
|
||||||
|
h.Hostname = string(parts[0])
|
||||||
|
|
||||||
|
algorithm := string(parts[1])
|
||||||
|
if algorithm != "SHA-512" {
|
||||||
|
return fmt.Errorf("unsupported algorithm %q", algorithm)
|
||||||
|
}
|
||||||
|
|
||||||
|
h.Algorithm = algorithm
|
||||||
|
|
||||||
|
fingerprint := make([]byte, 0, sha512.Size)
|
||||||
|
scanner := bufio.NewScanner(bytes.NewReader(parts[2]))
|
||||||
|
scanner.Split(scanFingerprint)
|
||||||
|
|
||||||
|
for scanner.Scan() {
|
||||||
|
b, err := strconv.ParseUint(scanner.Text(), 16, 8)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to parse fingerprint hash: %w", err)
|
||||||
|
}
|
||||||
|
fingerprint = append(fingerprint, byte(b))
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(fingerprint) != sha512.Size {
|
||||||
|
return fmt.Errorf("invalid fingerprint size %d, expected %d",
|
||||||
|
len(fingerprint), sha512.Size)
|
||||||
|
}
|
||||||
|
|
||||||
|
h.Fingerprint = fingerprint
|
||||||
|
|
||||||
|
unix, err := strconv.ParseInt(string(parts[3]), 10, 0)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("invalid unix timestamp: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
h.Expires = time.Unix(unix, 0)
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func scanFingerprint(data []byte, atEOF bool) (advance int, token []byte, err error) {
|
||||||
|
if atEOF && len(data) == 0 {
|
||||||
|
return 0, nil, nil
|
||||||
|
}
|
||||||
|
if i := bytes.IndexByte(data, ':'); i >= 0 {
|
||||||
|
// We have a full newline-terminated line.
|
||||||
|
return i + 1, data[0:i], nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// If we're at EOF, we have a final, non-terminated hex byte
|
||||||
|
if atEOF {
|
||||||
|
return len(data), data, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Request more data.
|
||||||
|
return 0, nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Fingerprint represents a fingerprint.
|
||||||
|
type Fingerprint []byte
|
||||||
|
|
||||||
|
// String returns a string representation of the fingerprint.
|
||||||
|
func (f Fingerprint) String() string {
|
||||||
|
var sb strings.Builder
|
||||||
|
|
||||||
|
for i, b := range f {
|
||||||
|
if i > 0 {
|
||||||
|
sb.WriteByte(':')
|
||||||
|
}
|
||||||
|
|
||||||
|
fmt.Fprintf(&sb, "%02X", b)
|
||||||
|
}
|
||||||
|
|
||||||
|
return sb.String()
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user