Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update genkeys.sh to generate ed25519 keys instead of RSAv0.3.0.1 | Alex Auvolat | 2021-07-06 | 1 | -3/+3 |
| | |||||
* | Cleanup | Alex Auvolat | 2020-04-12 | 1 | -0/+35 |
| | |||||
* | TLS works \o/ | Alex Auvolat | 2020-04-12 | 1 | -17/+29 |
| | | | | | | | | | 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 TLS | Alex Auvolat | 2020-04-12 | 1 | -0/+36 |