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
/
client.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove log.Print call
adnano
2020-09-28
1
-1
/
+0
*
Return certificate if it exists in the store
adnano
2020-09-28
1
-0
/
+7
*
Only generate certificates after CertificateRequired
adnano
2020-09-27
1
-6
/
+18
*
Generate certificates on demand
adnano
2020-09-27
1
-6
/
+6
*
Clarify comment
adnano
2020-09-27
1
-0
/
+1
*
Check certificate notBefore and notAfter times
adnano
2020-09-27
1
-0
/
+19
*
Move package documentation comment
adnano
2020-09-27
1
-1
/
+0
*
Rename NewProxyRequest to NewRequestTo
adnano
2020-09-27
1
-4
/
+4
*
Change package name to gmi
adnano
2020-09-27
1
-1
/
+1
*
Reject invalid status codes
adnano
2020-09-27
1
-9
/
+16
*
Polish example client
adnano
2020-09-27
1
-0
/
+3
*
Add client authorization example
adnano
2020-09-27
1
-3
/
+3
*
Make TrustCertificate accept hostname instead of request
adnano
2020-09-27
1
-2
/
+2
*
Temporarily allow common names in certificates
adnano
2020-09-27
1
-1
/
+2
*
Don't store wildcards in the known hosts file
adnano
2020-09-27
1
-4
/
+9
*
Remove port from host when verifying hostnames
adnano
2020-09-27
1
-1
/
+1
*
Add function to write known hosts to io.Writer
adnano
2020-09-27
1
-5
/
+3
*
Implement certificate creation
adnano
2020-09-27
1
-2
/
+2
*
Add preliminary CertificateStore API
adnano
2020-09-26
1
-0
/
+15
*
Remove (*KnownHosts).Has function
adnano
2020-09-26
1
-1
/
+3
*
Differentiate between unknown and untrusted certificates
adnano
2020-09-26
1
-3
/
+5
*
Specify minimum version of TLS 1.2
adnano
2020-09-26
1
-0
/
+1
*
Fix misleading comment
adnano
2020-09-25
1
-1
/
+0
*
Distinguish client errors from server errors
adnano
2020-09-25
1
-1
/
+1
*
Refactor TOFU
adnano
2020-09-25
1
-8
/
+36
*
Implement basic TOFU
adnano
2020-09-25
1
-4
/
+4
*
Add method to check if hostname is found in KnownHosts
adnano
2020-09-25
1
-2
/
+2
*
Implement configurable Client
adnano
2020-09-25
1
-59
/
+68
*
Reorganize
adnano
2020-09-25
1
-39
/
+2
*
Rename gemini.go to client.go
adnano
2020-09-25
1
-0
/
+236
*
Refactor
adnano
2020-09-24
1
-99
/
+0
*
Enforce valid URLs
adnano
2020-09-21
1
-8
/
+0
*
Add package declaration comment
adnano
2020-09-21
1
-58
/
+1
*
Refactor client requests and server responses
adnano
2020-09-21
1
-19
/
+35
*
Provide Handler with client certificate information
adnano
2020-09-21
1
-18
/
+16
*
Update Client documentation
adnano
2020-09-21
1
-11
/
+11
*
Add support for client-side certificates
adnano
2020-09-21
1
-7
/
+18
*
Use bufio.Reader in (*Client).Do
adnano
2020-09-21
1
-7
/
+8
*
Update documentation
adnano
2020-09-21
1
-1
/
+1
*
Add examples
adnano
2020-09-21
1
-9
/
+12
*
Initial commit
adnano
2020-09-21
1
-0
/
+135
[prev]