Reynir Björnsson

Results 143 comments of Reynir Björnsson

Oops I inadvertently pushed the octets commit

`--verify-hash` is deprecated since at least 2.6, and 2.6 has `--peer-fingerprint`: --peer-fingerprint args Specify a SHA256 fingerprint or list of SHA256 fingerprints to verify the peer certificate against. The peer...

I can't quite figure out how `--peer-fingerprint` and `--ca` interact. Neither from the man page nor the code.

The link was unfortunately pointing to master branch and the file has since then changed. I did some digging, and this might be the state of the file at the...

Are there any updates on this? Since mirage 4 requires opam-version >= 2.1.0 this would be very convenient :-)

Ah, I see in #131 that `/usr/bin/opam-2.1` is provided. Maybe the docker hub page can be updated to reflect this? Currently it claims the images come with the latest release...

FWIW `mirage` expects `opam` in `$PATH` to be opam 2.1. Copying `opam-2.1` to `/usr/local/bin/opam` works around this.

`Ipaddr.V6.of_octets{,_exn}` suffers from the same issue.

`Runtime_arg.create` is undocumented (!?) and I can't quite figure out what `name` is used for except as an identifier in generated code (maybe). I'll open an issue on mirage/mirage. In...