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

Test for TLS1.3 OQS signature support #112

Closed
dong-ai-7 opened this issue Feb 10, 2023 · 3 comments
Closed

Test for TLS1.3 OQS signature support #112

dong-ai-7 opened this issue Feb 10, 2023 · 3 comments

Comments

@dong-ai-7
Copy link

I build openssl3 as a dynamic library from https://github.com/baentsch/openssl/tree/sigload to test TLS1.3 OQS signature support (https://github.com/open-quantum-safe/oqs-provider/blob/main/test/oqs_test_tlssig.c), but test failed (Used local key pair and certificate files). From error message, it doesn't seems to add TLS_SIGALG_INFO.
So I check provider version information, oqsprovider informations can display and its status is active;But when I use openssl command to create quantum-safe key pair and certificate(like dilithium), only generate empty files...

@baentsch
Copy link
Member

The above does not provide information how you built everything, on which platform you did it, nor which error messages you see. Without that the best I can do is suggest you use the ready-build docker image docker run -it openquantumsafe/oqs-ossl3:ietf115 bash to execute what you want to do there. If there are still problems, please report complete command sequences incl. (error) output. If it works, please see the baseline docker file to compare with how you built things: If you find an error, please share it so others can avoid that in the future, too.

@baentsch
Copy link
Member

@dong-ai-7 , any feedback to the comments above? Will close this issue assuming resolution otherwise.

@baentsch
Copy link
Member

baentsch commented Mar 3, 2023

Closing due to inactivity

@baentsch baentsch closed this as completed Mar 3, 2023
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