aboutsummaryrefslogtreecommitdiff
path: root/client.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove log.Print calladnano2020-09-281-1/+0
|
* Return certificate if it exists in the storeadnano2020-09-281-0/+7
|
* Only generate certificates after CertificateRequiredadnano2020-09-271-6/+18
|
* Generate certificates on demandadnano2020-09-271-6/+6
|
* Clarify commentadnano2020-09-271-0/+1
|
* Check certificate notBefore and notAfter timesadnano2020-09-271-0/+19
|
* Move package documentation commentadnano2020-09-271-1/+0
|
* Rename NewProxyRequest to NewRequestToadnano2020-09-271-4/+4
|
* Change package name to gmiadnano2020-09-271-1/+1
|
* Reject invalid status codesadnano2020-09-271-9/+16
|
* Polish example clientadnano2020-09-271-0/+3
|
* Add client authorization exampleadnano2020-09-271-3/+3
|
* Make TrustCertificate accept hostname instead of requestadnano2020-09-271-2/+2
|
* Temporarily allow common names in certificatesadnano2020-09-271-1/+2
|
* Don't store wildcards in the known hosts fileadnano2020-09-271-4/+9
|
* Remove port from host when verifying hostnamesadnano2020-09-271-1/+1
|
* Add function to write known hosts to io.Writeradnano2020-09-271-5/+3
|
* Implement certificate creationadnano2020-09-271-2/+2
|
* Add preliminary CertificateStore APIadnano2020-09-261-0/+15
|
* Remove (*KnownHosts).Has functionadnano2020-09-261-1/+3
|
* Differentiate between unknown and untrusted certificatesadnano2020-09-261-3/+5
|
* Specify minimum version of TLS 1.2adnano2020-09-261-0/+1
|
* Fix misleading commentadnano2020-09-251-1/+0
|
* Distinguish client errors from server errorsadnano2020-09-251-1/+1
|
* Refactor TOFUadnano2020-09-251-8/+36
|
* Implement basic TOFUadnano2020-09-251-4/+4
|
* Add method to check if hostname is found in KnownHostsadnano2020-09-251-2/+2
|
* Implement configurable Clientadnano2020-09-251-59/+68
|
* Reorganizeadnano2020-09-251-39/+2
|
* Rename gemini.go to client.goadnano2020-09-251-0/+236
|
* Refactoradnano2020-09-241-99/+0
|
* Enforce valid URLsadnano2020-09-211-8/+0
|
* Add package declaration commentadnano2020-09-211-58/+1
|
* Refactor client requests and server responsesadnano2020-09-211-19/+35
|
* Provide Handler with client certificate informationadnano2020-09-211-18/+16
|
* Update Client documentationadnano2020-09-211-11/+11
|
* Add support for client-side certificatesadnano2020-09-211-7/+18
|
* Use bufio.Reader in (*Client).Doadnano2020-09-211-7/+8
|
* Update documentationadnano2020-09-211-1/+1
|
* Add examplesadnano2020-09-211-9/+12
|
* Initial commitadnano2020-09-211-0/+135