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
/
cert.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move cert.go to a subpackage
Adnan Maolood
2021-01-14
1
-234
/
+0
*
Fix locking up of KnownHostsFile and CertificateDir
Adnan Maolood
2020-12-17
1
-4
/
+1
*
Use RWMutex instead of Mutex
Adnan Maolood
2020-12-17
1
-1
/
+1
*
Add missing imports
Adnan Maolood
2020-12-17
1
-0
/
+1
*
Make CertificateDir safe for concurrent use by multiple goroutines
Adnan Maolood
2020-12-17
1
-0
/
+13
*
Escape path character in certificate scopes
Adnan Maolood
2020-11-24
1
-0
/
+4
*
Expose KnownHosts and CertificateStore internals
Adnan Maolood
2020-11-23
1
-16
/
+19
*
Add (*CertificateStore).Write function
Adnan Maolood
2020-11-09
1
-3
/
+12
*
Refactor KnownHosts
Adnan Maolood
2020-11-05
1
-9
/
+2
*
Document CertificateOptions
Adnan Maolood
2020-11-05
1
-8
/
+26
*
Use ECDSA keys by default
Adnan Maolood
2020-11-03
1
-8
/
+23
*
Add ErrorLog field to Server
Adnan Maolood
2020-11-03
1
-4
/
+3
*
Add Subject option in CertificateOptions
Adnan Maolood
2020-11-02
1
-0
/
+3
*
Refactor client.TrustCertificate workflow
Adnan Maolood
2020-10-31
1
-1
/
+1
*
Update log.Printf calls
Adnan Maolood
2020-10-31
1
-2
/
+2
*
Add ErrCertificateNotFound
Adnan Maolood
2020-10-31
1
-1
/
+1
*
server: Automatically write new certificates to disk
Adnan Maolood
2020-10-31
1
-0
/
+44
*
Update documentation
Adnan Maolood
2020-10-28
1
-23
/
+6
*
Refactor client certificates
Adnan Maolood
2020-10-28
1
-44
/
+31
*
Ensure absolute paths in client certificate store
Adnan Maolood
2020-10-27
1
-0
/
+6
*
Restrict client certificates to certain paths
Adnan Maolood
2020-10-27
1
-6
/
+30
*
Rename repository to go-gemini
Adnan Maolood
2020-10-24
1
-1
/
+1
*
Remove NewRawCertificate function
adnano
2020-10-13
1
-35
/
+17
*
Remove WriteX509KeyPair function
adnano
2020-10-13
1
-26
/
+0
*
Move certificate verification code to VerifyConnection
adnano
2020-10-13
1
-2
/
+2
*
examples/server: Generate new certificates when they expire
adnano
2020-10-13
1
-4
/
+9
*
Update documentation
adnano
2020-10-12
1
-0
/
+1
*
Update examples
adnano
2020-10-12
1
-1
/
+1
*
Implement loading of certificates from a directory
adnano
2020-10-12
1
-7
/
+23
*
Implement server certificate store
adnano
2020-10-11
1
-1
/
+34
*
Update comments
adnano
2020-09-28
1
-4
/
+5
*
Remove NewCertificateStore function
adnano
2020-09-28
1
-5
/
+0
*
Generate certificates on demand
adnano
2020-09-27
1
-17
/
+15
*
Change package name to gmi
adnano
2020-09-27
1
-1
/
+1
*
Implement certificate creation
adnano
2020-09-27
1
-0
/
+130