Skip to content
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

Error while performing Testing : (cd _build; ctest) - Test 4 (oqs_tlssig) is failing, while the other tests are passed. #185

Closed
Rusheelraj opened this issue Jun 14, 2023 · 3 comments

Comments

@Rusheelraj
Copy link

While running the below command :
$(cd _build; ctest)

getting and error:


4/5 Testing: oqs_tlssig
4/5 Test: oqs_tlssig
Command: "/home/pqdns/oqs-provider/_build/test/oqs_test_tlssig" "oqsprovider" "/home/pqdns/oqs-provider/test/oqs.cnf" "/home/pqdns/oqs-provider/_build/test/../../tmp"
Directory: /home/pqdns/oqs-provider/_build
"oqs_tlssig" start time: Jun 14 01:04 EDT
Output:

TLS-SIG handshake test failed: dilithium2, return code: -1
8072A5CB187F0000:error:80000002:system library:file_ctrl:No such file or directory:crypto/bio/bss_file.c:297:calling fopen(/home/pqdns/oqs-provider/_build/test/../../tmp/dilithium2_srv.crt, r)
8072A5CB187F0000:error:10080002:BIO routines:file_ctrl:system lib:crypto/bio/bss_file.c:300:
8072A5CB187F0000:error:0A080002:SSL routines:SSL_CTX_use_certificate_file:system lib:ssl/ssl_rsa.c:314:
TLS-SIG handshake test failed: p256_dilithium2, return code: -1
8072A5CB187F0000:error:80000002:system library:file_ctrl:No such file or directory:crypto/bio/bss_file.c:297:calling fopen(/home/pqdns/oqs-provider/_build/test/../../tmp/p256_dilithium2_srv.crt, r)
8072A5CB187F0000:error:10080002:BIO routines:file_ctrl:system lib:crypto/bio/bss_file.c:300:
8072A5CB187F0000:error:0A080002:SSL routines:SSL_CTX_use_certificate_file:system lib:ssl/ssl_rsa.c:314:
TLS-SIG handshake test failed: rsa3072_dilithium2, return code: -1
8072A5CB187F0000:error:80000002:system library:file_ctrl:No such file or directory:crypto/bio/bss_file.c:297:calling fopen(/home/pqdns/oqs-provider/_build/test/../../tmp/rsa3072_dilithium2_srv.crt, r)
8072A5CB187F0000:error:10080002:BIO routines:file_ctrl:system lib:crypto/bio/bss_file.c:300:
8072A5CB187F0000:error:0A080002:SSL routines:SSL_CTX_use_certificate_file:system lib:ssl/ssl_rsa.c:314:
TLS-SIG handshake test failed: dilithium3, return code: -1
8072A5CB187F0000:error:80000002:system library:file_ctrl:No such file or directory:crypto/bio/bss_file.c:297:calling fopen(/home/pqdns/oqs-provider/_build/test/../../tmp/dilithium3_srv.crt, r)
8072A5CB187F0000:error:10080002:BIO routines:file_ctrl:system lib:crypto/bio/bss_file.c:300:
8072A5CB187F0000:error:0A080002:SSL routines:SSL_CTX_use_certificate_file:system lib:ssl/ssl_rsa.c:314:

image

@baentsch
Copy link
Member

Please try again with updated main branch: There was a bug fixed by #184

@baentsch
Copy link
Member

Closing due to inactivity. Please re-open if you can confirm the bug is not fixed in the current "main" branch.

@Rusheelraj
Copy link
Author

It's fixed ! All the 5 test cases pass ! Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants