Damien Miller
Damien Miller
I think doing it this way might be a little cleaner. Does it solve your problem? https://github.com/djmdjm/openssh-wip/pull/46/commits/0ad874541fc7f8cafa6f65a7c588b50218958cdf
Could you share some information on how the hostkeys notifications are problematic for you? The notification messages in the common case are short (just one or more public keys) and...
Aren't systems moving to 32-bit time_t? That would (backwards-incompatibly) change the wtmp format too, right?
I think it would be better to leave the default of `without_openssl` at 0 and only override it for known-bad versions
That's committed and will be in OpenSSH 9.9, due in a few weeks
See https://bugzilla.mindrot.org/show_bug.cgi?id=3246 for a more comprehensive patch that allows most of the common %-characters as well as environment variables.
When you say "C extraction" do you mean plain C or the C++ extration in `cg/`? I just was just about to update OpenSSH's import of libcrux-ml-kem/cg and noticed that...
Yes, we've used the C header only version for a while, getting this back would be great - thanks
I saw that the PR was merged but I haven't had a chance to test it for OpenSSH yet. Don't let that stop you from closing this issue if you...
Last week I finally got around to updating OpenSSH to use libcrux v0.0.4. it worked fine, thanks for doing this.