We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While running the below command : $(cd _build; ctest)
getting and error:
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:
The text was updated successfully, but these errors were encountered:
Please try again with updated main branch: There was a bug fixed by #184
main
Sorry, something went wrong.
Closing due to inactivity. Please re-open if you can confirm the bug is not fixed in the current "main" branch.
It's fixed ! All the 5 test cases pass ! Thank you !
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: