index
:
go-gemini
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
client
/
client.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update documentation
adnano
2020-10-12
1
-165
/
+0
*
Implement server certificate store
adnano
2020-10-11
1
-2
/
+2
*
Remove dependency on golang.org/x/crypto
adnano
2020-10-11
1
-12
/
+2
*
Create the certificate store if it does not exist
adnano
2020-09-29
1
-2
/
+0
*
Update module name
adnano
2020-09-28
1
-1
/
+1
*
examples/client: Add optional host argument
adnano
2020-09-28
1
-1
/
+12
*
Fix client example error handling
adnano
2020-09-28
1
-2
/
+5
*
examples/client: Disable echo for sensitive input
adnano
2020-09-28
1
-4
/
+14
*
Remove NewCertificateStore function
adnano
2020-09-28
1
-1
/
+1
*
Update documentation
adnano
2020-09-28
1
-1
/
+3
*
Only generate certificates after CertificateRequired
adnano
2020-09-27
1
-1
/
+0
*
Generate certificates on demand
adnano
2020-09-27
1
-4
/
+20
*
Clarify comment
adnano
2020-09-27
1
-1
/
+1
*
Add more helper functions
adnano
2020-09-27
1
-1
/
+2
*
Rename NewProxyRequest to NewRequestTo
adnano
2020-09-27
1
-1
/
+1
*
examples/client: Handle relative redirects
adnano
2020-09-27
1
-3
/
+7
*
Change package name to gmi
adnano
2020-09-27
1
-15
/
+15
*
Add helper handler functions
adnano
2020-09-27
1
-2
/
+1
*
Reject invalid status codes
adnano
2020-09-27
1
-1
/
+1
*
Polish example client
adnano
2020-09-27
1
-58
/
+67
*
Add function to add a host temporarily
adnano
2020-09-27
1
-0
/
+1
*
Add client authorization example
adnano
2020-09-27
1
-1
/
+1
*
Update documentation
adnano
2020-09-27
1
-1
/
+5
*
Make TrustCertificate accept hostname instead of request
adnano
2020-09-27
1
-3
/
+3
*
Fix hosts not being added to known hosts file
adnano
2020-09-27
1
-1
/
+1
*
Don't store wildcards in the known hosts file
adnano
2020-09-27
1
-2
/
+2
*
Fix client example
adnano
2020-09-27
1
-1
/
+1
*
Add function to write known hosts to io.Writer
adnano
2020-09-27
1
-14
/
+5
*
Implement certificate creation
adnano
2020-09-27
1
-1
/
+1
*
Adjust user prompt in client example
adnano
2020-09-26
1
-2
/
+2
*
Implement file server
adnano
2020-09-26
1
-0
/
+38
*
Fix client example
adnano
2020-09-26
1
-10
/
+12
*
Update README.md
adnano
2020-09-26
1
-0
/
+1
*
Differentiate between unknown and untrusted certificates
adnano
2020-09-26
1
-2
/
+2
*
Refactor TOFU
adnano
2020-09-25
1
-3
/
+3
*
Implement basic TOFU
adnano
2020-09-25
1
-8
/
+6
*
Add method to check if hostname is found in KnownHosts
adnano
2020-09-25
1
-4
/
+1
*
Implement configurable Client
adnano
2020-09-25
1
-2
/
+17
*
Remove TLSConfig fields
adnano
2020-09-25
1
-4
/
+3
*
Remove Client struct
adnano
2020-09-24
1
-2
/
+1
*
Fix client example
adnano
2020-09-24
1
-1
/
+2
*
Provide Handler with client certificate information
adnano
2020-09-21
1
-5
/
+9
*
Rename example directory to examples
adnano
2020-09-21
1
-0
/
+73