aboutsummaryrefslogtreecommitdiff
path: root/examples/client
Commit message (Expand)AuthorAgeFilesLines
* Update documentationadnano2020-10-121-165/+0
* Implement server certificate storeadnano2020-10-111-2/+2
* Remove dependency on golang.org/x/cryptoadnano2020-10-111-12/+2
* Create the certificate store if it does not existadnano2020-09-291-2/+0
* Update module nameadnano2020-09-281-1/+1
* examples/client: Add optional host argumentadnano2020-09-281-1/+12
* Fix client example error handlingadnano2020-09-281-2/+5
* examples/client: Disable echo for sensitive inputadnano2020-09-281-4/+14
* 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-271-4/+20
* Clarify commentadnano2020-09-271-1/+1
* Add more helper functionsadnano2020-09-271-1/+2
* Rename NewProxyRequest to NewRequestToadnano2020-09-271-1/+1
* examples/client: Handle relative redirectsadnano2020-09-271-3/+7
* Change package name to gmiadnano2020-09-271-15/+15
* Add helper handler functionsadnano2020-09-271-2/+1
* Reject invalid status codesadnano2020-09-271-1/+1
* Polish example clientadnano2020-09-271-58/+67
* Add function to add a host temporarilyadnano2020-09-271-0/+1
* Add client authorization exampleadnano2020-09-271-1/+1
* 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-271-14/+5
* Implement certificate creationadnano2020-09-272-3/+1
* Adjust user prompt in client exampleadnano2020-09-261-2/+2
* Implement file serveradnano2020-09-261-0/+38
* Fix client exampleadnano2020-09-261-10/+12
* Update README.mdadnano2020-09-261-0/+1
* Differentiate between unknown and untrusted certificatesadnano2020-09-261-2/+2
* Refactor TOFUadnano2020-09-251-3/+3
* Implement basic TOFUadnano2020-09-251-8/+6
* Add method to check if hostname is found in KnownHostsadnano2020-09-251-4/+1
* Implement configurable Clientadnano2020-09-251-2/+17
* Remove TLSConfig fieldsadnano2020-09-251-4/+3
* Remove Client structadnano2020-09-241-2/+1
* Fix client exampleadnano2020-09-241-1/+2
* Provide Handler with client certificate informationadnano2020-09-211-5/+9
* Rename example directory to examplesadnano2020-09-212-0/+75