Adnan Maolood
|
d78052ce08
|
Move tofu.go to a subpackage
|
2021-01-10 16:46:12 -05:00 |
|
Adnan Maolood
|
24026422b2
|
Update examples/stream.go
|
2021-01-10 01:13:07 -05:00 |
|
Adnan Maolood
|
3ed39e62d8
|
Rename status.Message to status.Meta
|
2021-01-10 00:10:57 -05:00 |
|
Adnan Maolood
|
48fa6a724e
|
examples/client: Fix fingerprint check
|
2020-12-19 13:44:33 -05:00 |
|
Adnan Maolood
|
61b417a5c4
|
Add ResponseWriter.Flush function
|
2020-12-18 13:15:34 -05:00 |
|
Adnan Maolood
|
a912ef996a
|
Add examples/stream.go
|
2020-12-18 12:31:37 -05:00 |
|
Adnan Maolood
|
df1794c803
|
examples: Add missing descriptions
|
2020-12-18 00:47:30 -05:00 |
|
Adnan Maolood
|
5af1acbd54
|
examples/html: Read from stdin and write to stdout
|
2020-12-18 00:45:09 -05:00 |
|
Adnan Maolood
|
35836f2ff7
|
Remove Input function
|
2020-12-18 00:25:06 -05:00 |
|
Adnan Maolood
|
e2c907a7f6
|
client: Remove GetInput and CheckRedirect callbacks
|
2020-12-18 00:12:32 -05:00 |
|
Adnan Maolood
|
ca35aadaea
|
examples/auth: Fix crash on changing username
|
2020-12-17 21:10:53 -05:00 |
|
Adnan Maolood
|
28c5c857dc
|
Decouple Client from KnownHostsFile
|
2020-12-17 19:50:26 -05:00 |
|
Adnan Maolood
|
846fa2ac41
|
client: Add GetCertificate callback
|
2020-12-17 16:46:16 -05:00 |
|
Adnan Maolood
|
24e488a4cb
|
examples/server: Increase certificate duration
|
2020-11-27 17:54:26 -05:00 |
|
Adnan Maolood
|
3b9cc7f168
|
Update examples/auth.go
|
2020-11-25 19:10:01 -05:00 |
|
Adnan Maolood
|
3c7940f153
|
Fix known hosts expiration timestamps
|
2020-11-25 14:24:49 -05:00 |
|
Adnan Maolood
|
46cbcfcaa4
|
Remove top-level Get and Do functions
|
2020-11-09 12:04:53 -05:00 |
|
Adnan Maolood
|
5332dc6280
|
Don't guarantee that (*Response).Body is always non-nil
|
2020-11-08 18:38:08 -05:00 |
|
Adnan Maolood
|
bf185e4091
|
update examples/cert.go
|
2020-11-05 15:38:41 -05:00 |
|
Adnan Maolood
|
8101fbe473
|
Update examples/auth.go
|
2020-11-05 15:37:46 -05:00 |
|
Adnan Maolood
|
b76080c863
|
Refactor KnownHosts
|
2020-11-05 15:27:12 -05:00 |
|
Adnan Maolood
|
1490bf6a75
|
Update examples/auth.go
|
2020-11-03 16:29:39 -05:00 |
|
Adnan Maolood
|
610c6fc533
|
Add ErrorLog field to Server
|
2020-11-03 16:11:31 -05:00 |
|
Adnan Maolood
|
01670647d2
|
Add Subject option in CertificateOptions
|
2020-11-02 23:11:46 -05:00 |
|
Adnan Maolood
|
b6475aa7d9
|
server: Populate (*Request).Certificate field
|
2020-11-01 16:25:59 -05:00 |
|
adnano
|
8e442146c3
|
Update examples/auth.go
|
2020-11-01 14:47:26 -05:00 |
|
adnano
|
c3fc9a4e9f
|
examples: Tweak client and server timeouts
|
2020-11-01 14:20:24 -05:00 |
|
adnano
|
22d57dfc9e
|
Update examples/cert.go
|
2020-11-01 14:19:18 -05:00 |
|
Adnan Maolood
|
12bdb2f997
|
Update examples/html.go
|
2020-11-01 00:58:34 -04:00 |
|
Adnan Maolood
|
33c1dc435d
|
Guarantee that (*Response).Body is non-nil
|
2020-10-31 23:04:47 -04:00 |
|
Adnan Maolood
|
dad8f38bfb
|
Fix examples/client.go
|
2020-10-31 22:50:42 -04:00 |
|
Adnan Maolood
|
8181b86759
|
Add option to skip trust checks
|
2020-10-31 22:45:21 -04:00 |
|
Adnan Maolood
|
65a5065250
|
Refactor client.TrustCertificate workflow
|
2020-10-31 22:34:51 -04:00 |
|
Adnan Maolood
|
7d470c5fb1
|
Implement Server read and write timeouts
|
2020-10-31 21:07:02 -04:00 |
|
Adnan Maolood
|
42c95f8c8d
|
Implement Client connection timeout
|
2020-10-31 20:55:56 -04:00 |
|
Adnan Maolood
|
63b9b484d1
|
Remove Redirect and PermanentRedirect functions
Use (*ResponseWriter).WriteHeader instead.
|
2020-10-31 16:51:10 -04:00 |
|
Adnan Maolood
|
14ef3be6fe
|
server: Automatically write new certificates to disk
|
2020-10-31 16:33:56 -04:00 |
|
Adnan Maolood
|
66e4dc86d5
|
Add optional host argument in examples/client.go
|
2020-10-28 16:50:17 -04:00 |
|
Adnan Maolood
|
34ae2a9066
|
Use strings.Builder in Fingerprint
|
2020-10-28 15:14:24 -04:00 |
|
Adnan Maolood
|
7f0b1fa8a1
|
Refactor server certificates
|
2020-10-28 15:03:54 -04:00 |
|
Adnan Maolood
|
32f22a3e2c
|
Fix examples/cert.go
|
2020-10-28 13:47:52 -04:00 |
|
Adnan Maolood
|
fbd97a62de
|
Refactor client certificates
|
2020-10-28 13:41:24 -04:00 |
|
Adnan Maolood
|
e6072d8bbc
|
Ensure absolute paths in client certificate store
|
2020-10-27 23:47:13 -04:00 |
|
Adnan Maolood
|
4c5167f590
|
Add Client.GetInput field
|
2020-10-27 23:35:22 -04:00 |
|
Adnan Maolood
|
d1dcf070ff
|
Restrict client certificates to certain paths
|
2020-10-27 23:34:06 -04:00 |
|
Adnan Maolood
|
fc72224ce9
|
client: Follow redirects
|
2020-10-27 22:12:10 -04:00 |
|
Adnan Maolood
|
239ec885f7
|
Add (*Client).Get function
|
2020-10-27 19:22:34 -04:00 |
|
Adnan Maolood
|
12a9deb1a6
|
Make (*Response).Body an io.ReadCloser
|
2020-10-27 19:16:55 -04:00 |
|
Adnan Maolood
|
860a33f5a2
|
Fix examples
|
2020-10-27 14:17:14 -04:00 |
|
Adnan Maolood
|
8ab4064841
|
Add NewRequestFromURL function
|
2020-10-27 13:27:52 -04:00 |
|
Adnan Maolood
|
c44f011b15
|
Remove (Text).HTML function
|
2020-10-26 12:49:16 -04:00 |
|
Adnan Maolood
|
f0345f3495
|
Rename repository to go-gemini
|
2020-10-24 15:15:32 -04:00 |
|
Adnan Maolood
|
1634c2c11c
|
Add Certificate helper function
|
2020-10-21 17:47:34 -04:00 |
|
Adnan Maolood
|
8c4c00b31a
|
examples/auth: Use sensitive input for passwords
|
2020-10-21 17:38:58 -04:00 |
|
Adnan Maolood
|
ef03df7664
|
Refactor Input and SensitiveInput functions
|
2020-10-21 17:34:07 -04:00 |
|
Adnan Maolood
|
aeff8a051c
|
Rename Handler to Responder
|
2020-10-21 16:28:50 -04:00 |
|
adnano
|
960ebd9b46
|
examples/server: Create certificates if they does not exist
|
2020-10-17 11:57:11 -04:00 |
|
adnano
|
faf94d8ba5
|
Rename rw, req to w, r
|
2020-10-13 20:22:12 -04:00 |
|
adnano
|
d99e3ed17c
|
Remove NewRawCertificate function
|
2020-10-13 17:33:14 -04:00 |
|
adnano
|
292fa7ee4f
|
Remove WriteX509KeyPair function
|
2020-10-13 16:50:59 -04:00 |
|
adnano
|
3d1e9e5519
|
Move certificate verification code to VerifyConnection
|
2020-10-13 16:44:46 -04:00 |
|
adnano
|
db89a34935
|
examples/server: Generate new certificates when they expire
|
2020-10-13 14:22:15 -04:00 |
|
adnano
|
4770ad9112
|
Rename (*KnownHosts).Load to LoadDefault
|
2020-10-12 16:56:55 -04:00 |
|
adnano
|
a33a5be063
|
Update documentation
|
2020-10-12 16:34:59 -04:00 |
|
adnano
|
3e640c3843
|
Update examples
|
2020-10-12 00:13:24 -04:00 |
|
adnano
|
322e66ca1e
|
Implement loading of certificates from a directory
|
2020-10-12 00:06:20 -04:00 |
|
adnano
|
065ed828fb
|
Implement server certificate store
|
2020-10-11 23:48:18 -04:00 |
|
adnano
|
3b5cc23d28
|
Remove dependency on golang.org/x/crypto
|
2020-10-11 21:55:30 -04:00 |
|
adnano
|
2d11edaa4c
|
Implement matching of hostnames and schemes
|
2020-10-11 17:53:22 -04:00 |
|
adnano
|
fbc1f76194
|
Create the certificate store if it does not exist
|
2020-09-29 11:13:16 -04:00 |
|
adnano
|
8d9e50d47a
|
Update module name
|
2020-09-28 18:19:59 -04:00 |
|
adnano
|
684bb1cc68
|
examples/client: Add optional host argument
|
2020-09-28 16:13:14 -04:00 |
|
adnano
|
4c0b13fb57
|
Refuse requests for non-gemini schemes
|
2020-09-28 16:07:51 -04:00 |
|
adnano
|
a49b0cdaac
|
Remove support for matching schemes
|
2020-09-28 16:02:32 -04:00 |
|
adnano
|
744884127c
|
Fix client example error handling
|
2020-09-28 14:26:09 -04:00 |
|
adnano
|
f785ed12fd
|
examples/client: Disable echo for sensitive input
|
2020-09-28 14:20:19 -04:00 |
|
adnano
|
70c5d8b9ce
|
Add WithInput helper functions
|
2020-09-28 02:05:37 -04:00 |
|
adnano
|
aec4a5d7c9
|
Use WithCertificate helper in auth example
|
2020-09-28 01:14:29 -04:00 |
|
adnano
|
956a2bad52
|
Remove NewCertificateStore function
|
2020-09-28 00:41:00 -04:00 |
|
adnano
|
622ea8e0f1
|
Update documentation
|
2020-09-28 00:29:11 -04:00 |
|
adnano
|
5d099a4fe1
|
Only generate certificates after CertificateRequired
|
2020-09-27 23:58:45 -04:00 |
|
adnano
|
ae4b458964
|
Generate certificates on demand
|
2020-09-27 23:49:41 -04:00 |
|
adnano
|
c3dbcb39db
|
Clarify comment
|
2020-09-27 22:13:50 -04:00 |
|
adnano
|
554e0af32a
|
Split Redirect into two functions
|
2020-09-27 22:06:08 -04:00 |
|
adnano
|
599c5bb131
|
Use helper functions throughout
|
2020-09-27 22:03:09 -04:00 |
|
adnano
|
3c9821d812
|
Add more helper functions
|
2020-09-27 21:13:42 -04:00 |
|
adnano
|
370bcf3bb9
|
Rename NewProxyRequest to NewRequestTo
|
2020-09-27 20:37:16 -04:00 |
|
adnano
|
f6be76f8b8
|
examples/client: Handle relative redirects
|
2020-09-27 20:34:59 -04:00 |
|
adnano
|
38fe1f21dc
|
Change package name to gmi
|
2020-09-27 20:20:59 -04:00 |
|
adnano
|
a4a8d49ca7
|
Add helper handler functions
|
2020-09-27 20:11:45 -04:00 |
|
adnano
|
73e4ef0689
|
Reject invalid status codes
|
2020-09-27 19:56:33 -04:00 |
|
adnano
|
9f1a38a0dd
|
Polish example client
|
2020-09-27 19:45:48 -04:00 |
|
adnano
|
8009de81eb
|
Add function to add a host temporarily
|
2020-09-27 17:41:41 -04:00 |
|
adnano
|
b46a05e5ff
|
Add client authorization example
|
2020-09-27 17:39:44 -04:00 |
|
adnano
|
c79a1f4484
|
Update documentation
|
2020-09-27 16:21:56 -04:00 |
|
adnano
|
73a1692a5b
|
Make TrustCertificate accept hostname instead of request
|
2020-09-27 16:10:36 -04:00 |
|
adnano
|
32a9fcba0c
|
Fix hosts not being added to known hosts file
|
2020-09-27 16:06:17 -04:00 |
|
adnano
|
e01d59f8f6
|
Don't store wildcards in the known hosts file
|
2020-09-27 15:03:46 -04:00 |
|
adnano
|
188c3457e6
|
Fix client example
|
2020-09-27 14:23:25 -04:00 |
|
adnano
|
013b2a4d3e
|
Add function to write known hosts to io.Writer
|
2020-09-27 14:18:30 -04:00 |
|