aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Certificate helper functionAdnan Maolood2020-10-211-69/+81
|
* examples/auth: Use sensitive input for passwordsAdnan Maolood2020-10-211-1/+1
|
* Refactor Input and SensitiveInput functionsAdnan Maolood2020-10-211-16/+20
|
* Rename Handler to ResponderAdnan Maolood2020-10-212-2/+2
|
* examples/server: Create certificates if they does not existadnano2020-10-171-1/+4
|
* Rename rw, req to w, radnano2020-10-131-24/+24
|
* Remove NewRawCertificate functionadnano2020-10-132-15/+80
|
* Remove WriteX509KeyPair functionadnano2020-10-132-4/+54
|
* Move certificate verification code to VerifyConnectionadnano2020-10-132-2/+2
|
* examples/server: Generate new certificates when they expireadnano2020-10-132-1/+30
|
* Rename (*KnownHosts).Load to LoadDefaultadnano2020-10-121-1/+1
|
* Update documentationadnano2020-10-124-11/+13
|
* Update examplesadnano2020-10-122-24/+7
|
* Implement loading of certificates from a directoryadnano2020-10-121-1/+1
|
* Implement server certificate storeadnano2020-10-113-8/+6
|
* Remove dependency on golang.org/x/cryptoadnano2020-10-111-12/+2
|
* Implement matching of hostnames and schemesadnano2020-10-112-2/+2
|
* Create the certificate store if it does not existadnano2020-09-292-3/+1
|
* Update module nameadnano2020-09-284-4/+4
|
* examples/client: Add optional host argumentadnano2020-09-281-1/+12
|
* Refuse requests for non-gemini schemesadnano2020-09-281-1/+1
|
* Remove support for matching schemesadnano2020-09-281-5/+5
|
* Fix client example error handlingadnano2020-09-281-2/+5
|
* examples/client: Disable echo for sensitive inputadnano2020-09-282-5/+15
|
* Add WithInput helper functionsadnano2020-09-281-13/+9
|
* Use WithCertificate helper in auth exampleadnano2020-09-281-23/+15
|
* Remove NewCertificateStore functionadnano2020-09-281-1/+1
|
* Update documentationadnano2020-09-281-1/+3
|
* Only generate certificates after CertificateRequiredadnano2020-09-271-1/+0
|
* Generate certificates on demandadnano2020-09-272-7/+25
|
* Clarify commentadnano2020-09-271-1/+1
|
* Split Redirect into two functionsadnano2020-09-271-2/+2
|
* Use helper functions throughoutadnano2020-09-271-18/+14
|
* Add more helper functionsadnano2020-09-272-9/+10
|
* Rename NewProxyRequest to NewRequestToadnano2020-09-271-1/+1
|
* examples/client: Handle relative redirectsadnano2020-09-272-7/+9
|
* Change package name to gmiadnano2020-09-273-51/+47
|
* Add helper handler functionsadnano2020-09-271-2/+1
|
* Reject invalid status codesadnano2020-09-273-1/+3
|
* Polish example clientadnano2020-09-272-59/+72
|
* Add function to add a host temporarilyadnano2020-09-271-0/+1
|
* Add client authorization exampleadnano2020-09-272-1/+160
|
* Update documentationadnano2020-09-271-1/+5
|
* Make TrustCertificate accept hostname instead of requestadnano2020-09-271-3/+3
|
* Fix hosts not being added to known hosts fileadnano2020-09-271-1/+1
|
* Don't store wildcards in the known hosts fileadnano2020-09-271-2/+2
|
* Fix client exampleadnano2020-09-271-1/+1
|
* Add function to write known hosts to io.Writeradnano2020-09-272-18/+6
|
* Implement certificate creationadnano2020-09-275-6/+24
|
* Adjust user prompt in client exampleadnano2020-09-261-2/+2
|