Chris Nixon

Results 17 comments of Chris Nixon

Whoops, used the wrong account for my previous comment 🙂 My current goal is to run on top of [wasi](https://wasi.dev) (which provides a sandboxed posix-ish API for system resources for...

This is the old upstream, ahungry's fork seems to have become the new maintained version On Sun, 25 Aug 2019 at 20:34, Patrick Motard wrote: > Looks like this is...

Porting the rust agent to ppc will either require much the same work as porting to s390x or perhaps some creative dependency patching to tell cargo to use IBM's [ring...

https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html

Hi @don-najd, This is likely due to a man in the middle proxy on your network. To confirm if this is the case you can install the openssl binary tools...

Agent v2 does not currently support http proxies, Adding that functionality is on our backlog, I'll ping here again when we get it scheduled

This is currently blocked on the same dependency as https://github.com/logdna/logdna-agent-v2/issues/506

Native-tls and rustls have different and incompatible APIs. Unfortunately if you want to add native-tls as an alternative TLS implementation it will need to be added behind a feature. The...

Hi, yeh the ring dependency is going to be the awkward thing to fix for s390. Ring is the defacto standard crypto primitive library within the rust ecosystem, based on...

This is a known limitation of the ring crypto library which underpins rustls, there is an ongoing effort to give rustls the ability to operate over other backends, but it's...