1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-20 03:11:34 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
adnano
cafc19aed7 Polish example client 2020-09-27 19:45:48 -04:00
adnano
6f38db41e2 Add function to add a host temporarily 2020-09-27 17:41:41 -04:00
adnano
886e3ba8bb Add client authorization example 2020-09-27 17:39:44 -04:00
adnano
8ea91e8f56 Update documentation 2020-09-27 16:21:56 -04:00
adnano
4e16af9b26 Make TrustCertificate accept hostname instead of request 2020-09-27 16:10:36 -04:00
adnano
a65334882b Fix hosts not being added to known hosts file 2020-09-27 16:06:17 -04:00
adnano
f19d3b09cd Don't store wildcards in the known hosts file 2020-09-27 15:03:46 -04:00
adnano
e08ff3c709 Fix client example 2020-09-27 14:23:25 -04:00
adnano
d7717577ea Add function to write known hosts to io.Writer 2020-09-27 14:18:30 -04:00
adnano
0a336f84e2 Implement certificate creation 2020-09-27 13:50:48 -04:00
adnano
f3345ae327 Adjust user prompt in client example 2020-09-26 18:56:10 -04:00
adnano
1288e1bc31 Implement file server 2020-09-26 16:38:26 -04:00
adnano
b0b5c011d3 Fix client example 2020-09-26 14:01:06 -04:00
adnano
82c374ea96 Update README.md 2020-09-26 13:59:24 -04:00
adnano
6a5a7c40c5 Differentiate between unknown and untrusted certificates 2020-09-26 13:27:03 -04:00
adnano
578746550e Refactor TOFU 2020-09-25 23:18:14 -04:00
adnano
134d0277f5 Implement basic TOFU 2020-09-25 21:43:13 -04:00
adnano
f994f3dbd0 Add method to check if hostname is found in KnownHosts 2020-09-25 20:22:48 -04:00
adnano
d11091f37d Implement configurable Client 2020-09-25 19:53:50 -04:00
adnano
4c8a12e2fb Remove TLSConfig fields 2020-09-25 18:53:20 -04:00
adnano
e4ee382282 Add test 2020-09-25 11:27:26 -04:00
adnano
678bba3417 Sort ServeMux entries by length 2020-09-25 11:00:18 -04:00
adnano
74a18d3f34 Update README.md 2020-09-25 10:09:41 -04:00
adnano
00315aaf2f Convert ResponseWriter to struct 2020-09-24 19:38:26 -04:00
adnano
685abaf2c7 Use more buffered I/O 2020-09-24 19:22:35 -04:00
adnano
de7a7724cb Use buffered IO 2020-09-24 19:02:03 -04:00
adnano
c4e7e8c892 Remove Client struct
Gemini requests are very simple and leave little room for customization,
so a configurable Client is not necessary.
2020-09-24 01:55:41 -04:00
adnano
11748c220a Fix client example 2020-09-24 01:43:03 -04:00
adnano
c3255b1d53 Merge Request and RequestInfo 2020-09-24 01:37:57 -04:00
adnano
ec37cad3dd Provide Handler with client remote address 2020-09-21 20:44:10 -04:00
adnano
4b96665150 Provide Handler with client certificate information 2020-09-21 19:17:10 -04:00
adnano
513129911c Rename example directory to examples 2020-09-21 18:25:31 -04:00