This repository was archived by the owner on Jan 8, 2025. It is now read-only.
Replies: 1 comment 2 replies
-
I am somewhat cautious about submodules because they are finicky to clone. But if there's a good reason, go ahead. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
github actions on oqs-openssl have been disabled to not trigger the normal OpenSSL github tests. Prime reason was that oqs-openssl doesn't build without
liboqs
(ie, the tests fail). So what about addingliboqs
as a git submodule tooqs-openssl
and enable "standalone build"? This might allow re-activation of OSSL github tests and ease external "liboqs-integrated openssl builds", e.g., in msquicBeta Was this translation helpful? Give feedback.
All reactions