liboqs icon indicating copy to clipboard operation
liboqs copied to clipboard

C library for prototyping and experimenting with quantum-resistant cryptography

Results 128 liboqs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Hi, while [upgrading nixpkgs's liboqs](https://github.com/NixOS/nixpkgs/pull/310224) (`0.8.0` -> `0.10.0`), i ran into an issue concerning the generated `liboqs.pc` file. Nix kindly reported the following malformation: ``` Broken paths...

As per discussion https://github.com/open-quantum-safe/boringssl/pull/115#issuecomment-2089779310 - [x] Create CI image(s) with Ubuntu 22 & 24 - [ ] Deploy in CI testing (- [ ] Create reminder automation to keep in...

good first issue

The handleErrors function should print out errors when OPENSSL_NO_STDIO is set. The ERR_clear_error function is called instead since ERR_print_errors_fp would empty the error queue.

The OPENSSL_cleanse function could be used when OQS_USE_OPENSSL is set.

As per original suggestion by @beldmit (https://github.com/open-quantum-safe/liboqs/pull/1784#issuecomment-2097810424).

enhancement
good first issue

Currently, most tests output information about the build and execution environment, e.g., as such: ``` Configuration info ================== Target platform: x86_64-Linux-6.5.0-26-generic Compiler: gcc (11.4.0) Compile options: [-Wa,--noexecstack;-O3;-fomit-frame-pointer;-fdata-sections;-ffunction-sections;-Wl,--gc-sections;-Wbad-function-cast] OQS version: 0.10.1-dev...

enhancement
good first issue

This PR integrates Kyber512 and Kyber768 from libjade for `x86_64` with and without AVX2 optimizations as described in #1466. Once Kyber1024 is made available in libjade the updated `copy_from_upstream.py` script...

CMake of liboqs fails on Kali Linux VM images and Kali Linux WSL On a clean image I ran: 1) sudo apt install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist...

Current [CI failures](https://app.circleci.com/pipelines/github/open-quantum-safe/liboqs/3701/workflows/bc6f3080-474b-4e6b-aa63-98a1e866bd15/jobs/29065) indicate the CI pipeline triggers CI on downstream projects that are not maintained any more. This is in direct contradiction to https://github.com/open-quantum-safe/tsc/issues/5. But it probably also points...

**Describe the bug** When building on windows receive a compile error from `src/common/ossl_helpers.c` - dlfcn.h is not available on windows **To Reproduce** Try to build on windows :) **Expected behavior**...