aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* server: Automatically write new certificates to diskAdnan Maolood2020-10-311-49/+1
* Add optional host argument in examples/client.gov0.1.3Adnan Maolood2020-10-281-1/+5
* Use strings.Builder in FingerprintAdnan Maolood2020-10-281-0/+1
* Refactor server certificatesAdnan Maolood2020-10-282-63/+27
* Fix examples/cert.goAdnan Maolood2020-10-281-3/+15
* Refactor client certificatesAdnan Maolood2020-10-282-19/+11
* Ensure absolute paths in client certificate storeAdnan Maolood2020-10-271-1/+1
* Add Client.GetInput fieldAdnan Maolood2020-10-273-55/+31
* Restrict client certificates to certain pathsAdnan Maolood2020-10-271-6/+10
* client: Follow redirectsAdnan Maolood2020-10-271-30/+19
* Add (*Client).Get functionAdnan Maolood2020-10-271-13/+2
* Make (*Response).Body an io.ReadCloserAdnan Maolood2020-10-271-1/+7
* Fix examplesAdnan Maolood2020-10-272-7/+7
* Add NewRequestFromURL functionAdnan Maolood2020-10-271-6/+9
* Remove (Text).HTML functionv0.1.1Adnan Maolood2020-10-261-0/+90
* Rename repository to go-geminiAdnan Maolood2020-10-244-4/+4
* 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