-
`oqs-rs` provides binding for [`liboqs @ 581fbbb`](https://github.com/open-quantum-safe/liboqs/tree/581fbbb2eb0fb8ed863009257b3fd09011c7d572) which is more than 500 commits behind [the current version…
-
Currently, the `build.rs` of `oqs-sys` is configured so that oqs is recompiled __every time__ `cargo build` is executed. This really takes the fun away from `cargo watch` etc., as it blows the time of…
-
Create ready-to-deploy binaries for
- [x] Linux (.DEB)
- [x] OSX , ideally via [homebrew](https://brew.sh/) ~(resolving https://github.com/open-quantum-safe/oqs-provider/issues/46)~
- [x] Windows …
-
**Describe the bug**
When encapsulating, FIPS 203 7.1 [suggests](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf#page=36) checking input key so any integers in the encoded public key are in …
-
This is related to Issue #261
We tried to build HAProxy with BoringSSL and it worked. By doing this we also bring QUIC to HAProxy. Are there any people who are interested in this now? If so we'll …
-
In the [conversation thread here](https://github.com/open-quantum-safe/liboqs/issues/1199#issuecomment-1107935005), we discussed how to make oqs's C library compile to WASM. The build script and anyth…
-
Hello,
I am currently trying to use the quantum-safe Chromium (0.5.0) build as a client to connect to the OQS haproxy container using its default certificate generation settings (the default signa…
-
We are using `OPENSSL_API_COMPAT=10100` to allow backward compatibility on newer platforms. Ubuntu 22.04 and RockyLinux 9 (at least) use OpenSSL 3. We need to migrate to using the new API throughout o…
-
`oqsprovider` (and suitably limited `liboqs` configs) may be (are?) being used in settings considered "productive" despite a [documented (standard) warning against this](https://github.com/open-quantu…
-
I can't build my project for x86 with a musl libc due to https://github.com/open-quantum-safe/liboqs/issues/1442 , and as I see there is no way to trigger the aforementioned CMake option using the rus…