Friedel Ziegelmayer
Friedel Ziegelmayer
Ref https://github.com/n0-computer/iroh-gossip/pull/4
still some ci issues, otherwise lgtm
Closing, as we have removed `iroh-cli`
Greaaat.. labels can only be 63 bytes in local swarm discovery/dns land, meaning hex encoding won't fit.... ðŸ˜
closing in favor of #3042
switching to `inset-ring` it passes, I am not clear if I am missunderstanding sth, or this is a bug tbh
thanks for the update @cpu !
Current implementation plan: Add support for this to `iroh-net` and `iroh` using an option ```rust fn set_tls_authentication(auth: TlsAuthentication) { .. } pub enum TlsAuthentication { // Current self signed certificates...
It looks like there is some movement to support both on rustls: https://github.com/rustls/rustls/issues/2258 this would be amazing as this would allow us to mgirate without a breaking network change
most of this is working, but there are some subtle issues in the tokio reading logic which I haven't figured out yet