aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove WriteX509KeyPair functionadnano2020-10-133-30/+54
* Move certificate verification code to VerifyConnectionadnano2020-10-137-60/+18
* examples/server: Generate new certificates when they expireadnano2020-10-135-7/+43
* Remove (*Request).Hostname functionadnano2020-10-132-14/+12
* Rename (*KnownHosts).Load to LoadDefaultadnano2020-10-124-12/+16
* Update documentationadnano2020-10-121-1/+0
* Update documentationadnano2020-10-121-2/+3
* Update README.mdadnano2020-10-121-1/+1
* Update documentationadnano2020-10-129-118/+100
* Use a map for registering server handlersadnano2020-10-121-21/+27
* Update examplesadnano2020-10-123-25/+8
* Implement loading of certificates from a directoryadnano2020-10-122-8/+24
* Implement server certificate storeadnano2020-10-117-25/+58
* Remove dependency on golang.org/x/cryptoadnano2020-10-113-22/+2
* Detect mimetypesadnano2020-10-111-2/+12
* Update commentsadnano2020-10-112-3/+2
* Move filesystem code to its own fileadnano2020-10-114-147/+105
* Implement matching of hostnames and schemesadnano2020-10-113-56/+58
* Update README.mdadnano2020-10-111-1/+1
* Fix parsing of links without namesadnano2020-09-291-4/+9
* Create the certificate store if it does not existadnano2020-09-295-9/+7
* Add newlines after Gemini text linesadnano2020-09-291-0/+1
* Implement parsing of Gemini text responsesadnano2020-09-292-5/+123
* Use path instead of filepathadnano2020-09-281-2/+1
* Update README.mdadnano2020-09-281-2/+2
* Update documentation linkadnano2020-09-281-1/+1
* Update module nameadnano2020-09-285-5/+5
* examples/client: Add optional host argumentadnano2020-09-281-1/+12
* Refuse requests for non-gemini schemesadnano2020-09-282-1/+6
* Remove support for matching schemesadnano2020-09-283-108/+44
* Fix mux URL sorting logicadnano2020-09-282-16/+34
* Fix client example error handlingadnano2020-09-281-2/+5
* examples/client: Disable echo for sensitive inputadnano2020-09-285-6/+26
* Use net/http implementation of ServeMuxadnano2020-09-282-91/+288
* Move vendored code to vendor.goadnano2020-09-281-0/+0
* Update commentsadnano2020-09-281-1/+1
* Use splitHostPort function from net/urladnano2020-09-282-10/+39
* Remove unused codeadnano2020-09-281-5/+0
* Update commentsadnano2020-09-281-1/+3
* Update commentsadnano2020-09-282-6/+7
* Don't trim trailing slash from Handler patternsadnano2020-09-281-4/+0
* Add WithInput helper functionsadnano2020-09-282-39/+57
* Use WithCertificate helper in auth exampleadnano2020-09-281-23/+15
* Add WithCertificate helper functionadnano2020-09-281-0/+21
* Remove unused importadnano2020-09-281-1/+0
* Remove NewCertificateStore functionadnano2020-09-284-8/+3
* Make the default client generate certificatesadnano2020-09-282-2/+21
* Update documentationadnano2020-09-283-4/+40
* Remove log.Print calladnano2020-09-281-1/+0
* Return certificate if it exists in the storeadnano2020-09-281-0/+7