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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add Certificate helper function
Adnan Maolood
2020-10-21
1
-69
/
+81
*
examples/auth: Use sensitive input for passwords
Adnan Maolood
2020-10-21
1
-1
/
+1
*
Refactor Input and SensitiveInput functions
Adnan Maolood
2020-10-21
1
-16
/
+20
*
Rename Handler to Responder
Adnan Maolood
2020-10-21
2
-2
/
+2
*
examples/server: Create certificates if they does not exist
adnano
2020-10-17
1
-1
/
+4
*
Rename rw, req to w, r
adnano
2020-10-13
1
-24
/
+24
*
Remove NewRawCertificate function
adnano
2020-10-13
2
-15
/
+80
*
Remove WriteX509KeyPair function
adnano
2020-10-13
2
-4
/
+54
*
Move certificate verification code to VerifyConnection
adnano
2020-10-13
2
-2
/
+2
*
examples/server: Generate new certificates when they expire
adnano
2020-10-13
2
-1
/
+30
*
Rename (*KnownHosts).Load to LoadDefault
adnano
2020-10-12
1
-1
/
+1
*
Update documentation
adnano
2020-10-12
4
-11
/
+13
*
Update examples
adnano
2020-10-12
2
-24
/
+7
*
Implement loading of certificates from a directory
adnano
2020-10-12
1
-1
/
+1
*
Implement server certificate store
adnano
2020-10-11
3
-8
/
+6
*
Remove dependency on golang.org/x/crypto
adnano
2020-10-11
1
-12
/
+2
*
Implement matching of hostnames and schemes
adnano
2020-10-11
2
-2
/
+2
*
Create the certificate store if it does not exist
adnano
2020-09-29
2
-3
/
+1
*
Update module name
adnano
2020-09-28
4
-4
/
+4
*
examples/client: Add optional host argument
adnano
2020-09-28
1
-1
/
+12
*
Refuse requests for non-gemini schemes
adnano
2020-09-28
1
-1
/
+1
*
Remove support for matching schemes
adnano
2020-09-28
1
-5
/
+5
*
Fix client example error handling
adnano
2020-09-28
1
-2
/
+5
*
examples/client: Disable echo for sensitive input
adnano
2020-09-28
2
-5
/
+15
*
Add WithInput helper functions
adnano
2020-09-28
1
-13
/
+9
*
Use WithCertificate helper in auth example
adnano
2020-09-28
1
-23
/
+15
*
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
2
-7
/
+25
*
Clarify comment
adnano
2020-09-27
1
-1
/
+1
*
Split Redirect into two functions
adnano
2020-09-27
1
-2
/
+2
*
Use helper functions throughout
adnano
2020-09-27
1
-18
/
+14
*
Add more helper functions
adnano
2020-09-27
2
-9
/
+10
*
Rename NewProxyRequest to NewRequestTo
adnano
2020-09-27
1
-1
/
+1
*
examples/client: Handle relative redirects
adnano
2020-09-27
2
-7
/
+9
*
Change package name to gmi
adnano
2020-09-27
3
-51
/
+47
*
Add helper handler functions
adnano
2020-09-27
1
-2
/
+1
*
Reject invalid status codes
adnano
2020-09-27
3
-1
/
+3
*
Polish example client
adnano
2020-09-27
2
-59
/
+72
*
Add function to add a host temporarily
adnano
2020-09-27
1
-0
/
+1
*
Add client authorization example
adnano
2020-09-27
2
-1
/
+160
*
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
2
-18
/
+6
*
Implement certificate creation
adnano
2020-09-27
5
-6
/
+24
*
Adjust user prompt in client example
adnano
2020-09-26
1
-2
/
+2
[prev]
[next]