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
*
server: Automatically write new certificates to disk
Adnan Maolood
2020-10-31
1
-49
/
+1
*
Add optional host argument in examples/client.go
v0.1.3
Adnan Maolood
2020-10-28
1
-1
/
+5
*
Use strings.Builder in Fingerprint
Adnan Maolood
2020-10-28
1
-0
/
+1
*
Refactor server certificates
Adnan Maolood
2020-10-28
2
-63
/
+27
*
Fix examples/cert.go
Adnan Maolood
2020-10-28
1
-3
/
+15
*
Refactor client certificates
Adnan Maolood
2020-10-28
2
-19
/
+11
*
Ensure absolute paths in client certificate store
Adnan Maolood
2020-10-27
1
-1
/
+1
*
Add Client.GetInput field
Adnan Maolood
2020-10-27
3
-55
/
+31
*
Restrict client certificates to certain paths
Adnan Maolood
2020-10-27
1
-6
/
+10
*
client: Follow redirects
Adnan Maolood
2020-10-27
1
-30
/
+19
*
Add (*Client).Get function
Adnan Maolood
2020-10-27
1
-13
/
+2
*
Make (*Response).Body an io.ReadCloser
Adnan Maolood
2020-10-27
1
-1
/
+7
*
Fix examples
Adnan Maolood
2020-10-27
2
-7
/
+7
*
Add NewRequestFromURL function
Adnan Maolood
2020-10-27
1
-6
/
+9
*
Remove (Text).HTML function
v0.1.1
Adnan Maolood
2020-10-26
1
-0
/
+90
*
Rename repository to go-gemini
Adnan Maolood
2020-10-24
4
-4
/
+4
*
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
[next]