You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've built a liboqs with cmake arg -DOQS_MINIMAL_BUILD="KEM_kyber;OQS_ENABLE_KEM_kyber_512;OQS_ENABLE_KEM_kyber_768;OQS_ENABLE_KEM_kyber_1024;"
Correct expectation. But there's not too many people on the team that use or have experience with Windows. I used to spend many hours trying to understand / get stuff tested on that platform, but those hours are now taken away by discussions about process and procedure with LinuxFoundation, Sorry.
Anyone else reading, by all means please chip in your Windows experience!
@fwh-dc if this is related to your work on DTLS13, any chance this could be done on a Unixish platform?
@fwh-dc if this is related to your work on DTLS13, any chance this could be done on a Unixish platform?
No it's unrelated. We are building apps for all major platforms that should be upgraded with pqc TLS for a start (DTLS will come later). And I am more mac/unix oriented too.
I did a little digging. Turns out that no algorithms were enabled at all (somehow an issue with cmake externalproject and argument parsing). So I've fixed that part to correctly allow only Kyber.
I think I've found a workaround which is to enable at least one KEM and one signature algorithm. If there are no signature algorithms or KEMs enabled then oqs_param_sigalg_list and/or oqs_param_group_list are empty which causes windows to fail compilation.
Describe the bug
I've built a liboqs with cmake arg
-DOQS_MINIMAL_BUILD="KEM_kyber;OQS_ENABLE_KEM_kyber_512;OQS_ENABLE_KEM_kyber_768;OQS_ENABLE_KEM_kyber_1024;"
When building oqs-provider on windows I get
Expected behavior
I'm not sure what the actual fix should be but I would expect compilation to succeed.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: