1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 21:02:28 +01:00
Commit Graph

237 Commits

Author SHA1 Message Date
adnano
be4b6dab1e Don't assume a default scheme of gemini 2020-11-24 17:13:52 -05:00
adnano
2ab2d119e8 Make Client safe for concurrent use 2020-11-24 16:28:58 -05:00
adnano
45e9d3b99e Expose KnownHosts and CertificateStore internals 2020-11-23 12:17:54 -05:00
adnano
833716e51c Update KnownHosts documentation 2020-11-09 13:57:30 -05:00
adnano
59236875fd Add (*CertificateStore).Write function 2020-11-09 13:54:15 -05:00
adnano
082175ea16 Rename (*ResponseWriter).SetMimetype to SetMediaType 2020-11-09 13:44:42 -05:00
adnano
0a574baa5c Add (*KnownHosts).SetOutput function 2020-11-09 12:26:08 -05:00
adnano
75809e04cc Move documentation to gemini.go 2020-11-09 12:07:49 -05:00
adnano
c8516bef63 Remove top-level Get and Do functions 2020-11-09 12:04:53 -05:00
adnano
50dcdabe8f Remove (*KnownHosts).LoadDefault function 2020-11-09 09:28:44 -05:00
adnano
676fc4994c Don't guarantee that (*Response).Body is always non-nil 2020-11-08 18:38:08 -05:00
adnano
ee691dbba5 Fix relative redirects 2020-11-07 23:43:07 -05:00
adnano
b244439328 Allow redirects to non-gemini schemes 2020-11-06 11:18:58 -05:00
adnano
74210e3339 Fix TOFU 2020-11-05 22:30:13 -05:00
adnano
2655be85df Don't check if certificate is expired 2020-11-05 18:35:25 -05:00
adnano
ad5aa57219 Don't redirect by default 2020-11-05 15:44:01 -05:00
adnano
ad403ddecf update examples/cert.go 2020-11-05 15:38:41 -05:00
adnano
f3f4c8d691 Update examples/auth.go 2020-11-05 15:37:46 -05:00
adnano
6963164a96 Refactor KnownHosts 2020-11-05 15:27:12 -05:00
adnano
0c0c0b9cb1 Document CertificateOptions 2020-11-05 00:04:58 -05:00
adnano
1fb24b625f Remove some unnecessary errors 2020-11-04 23:46:05 -05:00
adnano
3bb598f1b3 Use ECDSA keys by default 2020-11-03 19:43:04 -05:00
adnano
eb876fa6f4 Update examples/auth.go 2020-11-03 16:29:39 -05:00
adnano
aaef21a9b3 Add ErrorLog field to Server 2020-11-03 16:11:31 -05:00
adnano
e75c77a6c7 Add Subject option in CertificateOptions 2020-11-02 23:11:46 -05:00
adnano
15b96489ff Store request certificate to prevent infinite loop 2020-11-02 13:47:07 -05:00
adnano
386b1c56da server: Populate (*Request).Certificate field 2020-11-01 16:25:59 -05:00
adnano
4c2361978e Prevent infinite loop in client requests 2020-11-01 15:14:56 -05:00
adnano
92ea15ecdd Update examples/auth.go 2020-11-01 14:47:26 -05:00
adnano
3de300cb92 Refactor Certificate and Input functions 2020-11-01 14:35:03 -05:00
adnano
e35e94bc82 Don't expose DefaultClient 2020-11-01 14:27:49 -05:00
adnano
0d09331fc4 examples: Tweak client and server timeouts 2020-11-01 14:20:24 -05:00
adnano
97bf2b3061 Update examples/cert.go 2020-11-01 14:19:18 -05:00
adnano
570f19477e Update examples/html.go 2020-11-01 00:58:34 -04:00
adnano
555f1fffba Update documentation 2020-11-01 00:10:30 -04:00
adnano
eed527190b Rename InsecureTrustAlways to InsecureSkipTrust 2020-10-31 23:41:30 -04:00
adnano
42282ac640 Update documentation 2020-10-31 23:05:31 -04:00
adnano
fc24256683 Guarantee that (*Response).Body is non-nil 2020-10-31 23:04:47 -04:00
adnano
7c034554f0 Fix examples/client.go 2020-10-31 22:50:42 -04:00
adnano
d36225b337 Add option to skip trust checks 2020-10-31 22:45:21 -04:00
adnano
1c54599498 Refactor client.TrustCertificate workflow 2020-10-31 22:34:51 -04:00
adnano
c33ebefdfd Update log.Printf calls 2020-10-31 21:33:59 -04:00
adnano
989fac26bc Implement Server read and write timeouts 2020-10-31 21:07:02 -04:00
adnano
cdfd68157b Implement Client connection timeout 2020-10-31 20:55:56 -04:00
adnano
06b2ffca4a Set default mimetype if META is empty 2020-10-31 20:32:38 -04:00
adnano
d2d28c5f26 Remove Redirect and PermanentRedirect functions
Use (*ResponseWriter).WriteHeader instead.
2020-10-31 16:51:10 -04:00
adnano
b2fccc9db5 Add ErrCertificateNotFound 2020-10-31 16:45:38 -04:00
adnano
b6821262a8 server: Automatically write new certificates to disk 2020-10-31 16:33:56 -04:00
adnano
82d813e5e5 Call CreateCertificate for missing certificates 2020-10-31 15:38:39 -04:00
adnano
610197d359 Fix handling of wildcard hostnames 2020-10-31 15:11:05 -04:00