John Baldwin

Results 84 comments of John Baldwin

Currently the default host keys for sshd (ed25519) do not work. sshd doesn't crash, the keys just fail to validate, and ssh-keygen can't read them. I'm sure this is a...

> Currently the default host keys for sshd (ed25519) do not work. sshd doesn't crash, the keys just fail to validate, and ssh-keygen can't read them. I'm sure this is...

Want to merge the patches at the end to fix cryptocheck and kernel TLS separately before this, but am marking as ready to that CI can run.

More of the ecp_nistz256_* routines are probably exercised by sshd than I've marked so far.

The rodata hack is no longer needed now that we assume a sufficiently new Morello LLVM for our latest release. I think this is a merge candidate now.

I plan to do this upstream, this PR is mostly just to ensure our CI doesn't trip over anything. I do need to ensure this doesn't remove anything we depend...

@jonwoodruff, @bukinr I believe from the recent discussion on Slack, our modern FPGA images use VirtIO for I/O instead of Altera IP blocks, so that we don't use any of...

I've already removed these upstream.

I think it would be nice to add vfcntl() upstream to FreeBSD.

Yes, likely. However, see my comment on the other PR where it would be really nice if LLVM had a less hacky way of implementing this (e.g. via a new...