adnano
|
f093bf567f
|
Remove unused import
|
2020-09-28 00:42:19 -04:00 |
|
adnano
|
956a2bad52
|
Remove NewCertificateStore function
|
2020-09-28 00:41:00 -04:00 |
|
adnano
|
cad2d25185
|
Make the default client generate certificates
|
2020-09-28 00:38:11 -04:00 |
|
adnano
|
622ea8e0f1
|
Update documentation
|
2020-09-28 00:29:11 -04:00 |
|
adnano
|
21022eb5ac
|
Remove log.Print call
|
2020-09-28 00:08:42 -04:00 |
|
adnano
|
13d2bd5fea
|
Return certificate if it exists in the store
|
2020-09-28 00:03:42 -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
|
b7340aef27
|
Remove tilde from comment
|
2020-09-27 22:19:24 -04:00 |
|
adnano
|
365e94f06e
|
Directly initialize DefaultClient
|
2020-09-27 22:18:21 -04:00 |
|
adnano
|
7ccf75ad43
|
Move DefaultClient up
|
2020-09-27 22:15:36 -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
|
707ebf1c0c
|
Add SetMimetype convenience function
|
2020-09-27 21:53:58 -04:00 |
|
adnano
|
cec043cfd8
|
Fix README.md
|
2020-09-27 21:40:51 -04:00 |
|
adnano
|
5535cff842
|
Check certificate notBefore and notAfter times
|
2020-09-27 21:37:10 -04:00 |
|
adnano
|
5a0f7cf631
|
Trim trailing slash from Handler patterns
|
2020-09-27 21:24:08 -04:00 |
|
adnano
|
3428a006ba
|
Move package documentation comment
|
2020-09-27 21:19:34 -04:00 |
|
adnano
|
3c9821d812
|
Add more helper functions
|
2020-09-27 21:13:42 -04:00 |
|
adnano
|
fdf6bbc62f
|
Add helper functions
|
2020-09-27 20:52:24 -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
|
4cbc591c3e
|
Update README.md
|
2020-09-27 17:44:49 -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
|
a691e3cc8b
|
Fix README.md
|
2020-09-27 16:31:41 -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
|
c4af352e87
|
Temporarily allow common names in certificates
|
2020-09-27 15:57:55 -04:00 |
|
adnano
|
e01d59f8f6
|
Don't store wildcards in the known hosts file
|
2020-09-27 15:03:46 -04:00 |
|
adnano
|
0343248952
|
Remove port from host when verifying hostnames
|
2020-09-27 14:25:28 -04:00 |
|
adnano
|
188c3457e6
|
Fix client example
|
2020-09-27 14:23:25 -04:00 |
|
adnano
|
f0ce4576e1
|
Handle multiple DNS names
Each DNS name gets its own entry in the known hosts file
|
2020-09-27 14:22:41 -04:00 |
|
adnano
|
013b2a4d3e
|
Add function to write known hosts to io.Writer
|
2020-09-27 14:18:30 -04:00 |
|
adnano
|
2eb7fb9ba4
|
Implement certificate creation
|
2020-09-27 13:50:48 -04:00 |
|
adnano
|
e28e547bcf
|
Adjust user prompt in client example
|
2020-09-26 18:56:10 -04:00 |
|
adnano
|
a1a2523c5c
|
Reject requests containing '..' in them
|
2020-09-26 17:13:13 -04:00 |
|
adnano
|
ceb40a2fab
|
Implement default client
|
2020-09-26 16:52:14 -04:00 |
|
adnano
|
92a1dbbc0c
|
Implement file server
|
2020-09-26 16:38:26 -04:00 |
|
adnano
|
6458420454
|
Add preliminary CertificateStore API
|
2020-09-26 15:14:34 -04:00 |
|
adnano
|
872f6e2683
|
Update README.md
|
2020-09-26 14:34:15 -04:00 |
|
adnano
|
4b0f94157c
|
Fix client example
|
2020-09-26 14:01:06 -04:00 |
|
adnano
|
d3002cc8b4
|
Update README.md
|
2020-09-26 13:59:24 -04:00 |
|
adnano
|
769b6ff4d9
|
Implement default known hosts path
|
2020-09-26 13:35:56 -04:00 |
|