Russell Haering

Results 9 issues of Russell Haering

Use go-fuzz to compare compare our canonicalization's to those generated by another implementation.

Manners currently has a type switch that it uses to get a file descriptor from various types of listeners: 1. Listeners from the stdlib `net` package which have a `File()...

Enable processes in enclaves to transparently resolve and connect to any hostname or IP address permitted by the egress policy, without explicit use of any proxy. We can likely accomplish...

Enclaver should support building images for architectures other than the local one. I've started work on this [here](https://github.com/russellhaering/enclaver/tree/russell_h/cross_arch_image_builds), but am putting it on hold due to trouble making image resolution...

Add two labels to images built by `enclaver build`: 1. A label to indicate that the image was built by enclaver 2. A label indicating the hash of the source...

In thinking through what someone would want out of a local enclave simulator, I think the main things that could give people trouble are: 1. Configuring their app to use...

Restructure the Result type such that: * It is a discriminated union of various Result sub-types * It is returned directly by both `resolve()` and `npa()` * The original Result...

Popular package
Unreviewed