-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run_test fails #122
Comments
Can you give a bit more details, about your environment (OS, version, etc.), and how you invoked the tests? |
Hi christian, I follow the steps according the instruction
Please kindly advise. |
@Yamin88 We happen to have an AWS Development VM with exactly those OS specs -- All steps you list above are running just fine -- however the tests seem to take hours -- but still the errors you list above didn't occur (yet -- tests still running...). Can you pinpoint the specific test that fails so we can try to reproduce? Can you also confirm the test passes on a "stock" (non-OQS-) openssh (v8.9)? Particularly the last error message makes me wonder whether this really is an OQS error as a non-OQS algorithm (ed25519) is found failing in an openssh test... |
PS: After a long time, the errors reported above also appeared in my setup. However, they were preceded by
which again points to a more general error in the test case: ed25519 is not an OQS algorithm. But then again, I'm no expert on openssh (incl. its testing)., Maybe @xvzcf or @christianpaquin could comment more? FYI (answering my own question above): The error gets triggered right away by running |
I'm no expert either on the OpenSSH internals, but indeed checking if the non-OQS version of OpenSSH fails would be very instructive. |
Done. It doesn't (fail). So this is an OQS-issue. But then again, further tests fail beyond the ones labelled "investigate further". I'm in the process of extending that list, checking it in and adding the test to CI such that this a) doesn't happen again and b) we can decide how/when to tackle #89. |
Hi Everyone, Best Regards, |
Several algorithms didn't work properly
didn't learn ssh-rsa3072-falcon512 correctly
learn additional hostkeys, type=ssh-rsa3072-dilithium2aes
learn hostkeys ssh-rsa3072-dilithium2aes (got 1 wanted 30)
didn't learn ssh-rsa3072-dilithium2aes correctly
learn additional hostkeys, type=ssh-rsa3072-picnicL1full
learn hostkeys ssh-rsa3072-picnicL1full (got 1 wanted 30)
didn't learn ssh-rsa3072-picnicL1full correctly
learn additional hostkeys, type=ssh-rsa3072-sphincsharaka128fsimple
learn hostkeys ssh-rsa3072-sphincsharaka128fsimple (got 1 wanted 30)
didn't learn ssh-rsa3072-sphincsharaka128fsimple correctly
learn additional hostkeys, type=ssh-ecdsa-nistp256-falcon512
learn hostkeys ssh-ecdsa-nistp256-falcon512 (got 1 wanted 30)
didn't learn ssh-ecdsa-nistp256-falcon512 correctly
learn additional hostkeys, type=ssh-ecdsa-nistp521-falcon1024
learn hostkeys ssh-ecdsa-nistp521-falcon1024 (got 1 wanted 30)
didn't learn ssh-ecdsa-nistp521-falcon1024 correctly
learn additional hostkeys, type=ssh-ecdsa-nistp384-dilithium3
learn hostkeys ssh-ecdsa-nistp384-dilithium3 (got 1 wanted 30)
.
.
.
Another issue at the end of executing this command, see below
old key present
didn't learn changed key
check rotate primary hostkey
ssh -oStrictHostKeyChecking=yes -oHostKeyAlgorithms=ssh-ed25519 failed
didn't learn changed key
failed hostkey rotate
make[1]: *** [Makefile:224: t-exec] Error 1
make[1]: Leaving directory '/home/yaser/openssh/regress'
make: *** [Makefile:730: t-exec] Error 2
The text was updated successfully, but these errors were encountered: