garage/src
Alex d2814b5c33 TLS works \o/
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
2020-04-12 19:00:30 +02:00
..
api_server.rs fixes 2020-04-12 12:10:33 +02:00
background.rs Background task runner that replaces tokio::spawn 2020-04-11 18:51:11 +02:00
block.rs Keep network status & ring in a tokio::sync::watch 2020-04-11 23:53:32 +02:00
block_ref_table.rs Trying to do TLS 2020-04-12 15:51:19 +02:00
data.rs Add block ref table 2020-04-10 23:11:52 +02:00
error.rs Trying to do TLS 2020-04-12 15:51:19 +02:00
http_util.rs Add block ref table 2020-04-10 23:11:52 +02:00
main.rs Trying to do TLS 2020-04-12 15:51:19 +02:00
membership.rs Trying to do TLS 2020-04-12 15:51:19 +02:00
object_table.rs Trying to do TLS 2020-04-12 15:51:19 +02:00
proto.rs Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00
rpc_client.rs TLS works \o/ 2020-04-12 19:00:30 +02:00
rpc_server.rs TLS works \o/ 2020-04-12 19:00:30 +02:00
server.rs Trying to do TLS 2020-04-12 15:51:19 +02:00
table.rs Keep network status & ring in a tokio::sync::watch 2020-04-11 23:53:32 +02:00
tls_util.rs TLS works \o/ 2020-04-12 19:00:30 +02:00
version_table.rs Trying to do TLS 2020-04-12 15:51:19 +02:00