aboutsummaryrefslogtreecommitdiff
path: root/src/tls_util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Begin work on sync...Alex Auvolat2020-04-161-54/+53
|
* CleanupAlex Auvolat2020-04-121-58/+0
|
* TLS works \o/Alex Auvolat2020-04-121-0/+152
| | | | | | | | | So, the issues were: - webpki does not support IP addresses as DNS names in URLs, so I hacked the HttpsConnector to always provide a fixed string as the DNS name for server certificate validation - the certificate requied a SAN section which was complicated to build but eventually the solution is there in genkeys.sh
* Trying to do TLSAlex Auvolat2020-04-121-0/+46