oqs-provider icon indicating copy to clipboard operation
oqs-provider copied to clipboard

OpenSSL 3 provider containing post-quantum algorithms

Results 35 oqs-provider issues
Sort by recently updated
recently updated
newest added

If no signature algorithm is enabled at compile time, the oqs_param_sigalg_list is an empty array, and when compiled with MSVC, it can cause a C2059 error. This can be avoided,...

**Describe the bug** Provider built from the `main` branch pulled after Fri Apr 12, 2024, somehow causes OpenSSL to hang and then time-out on requests over corporate firewall (to https://index.crates.io,...

bug

Tracker for MAYO integration in liboqs: https://github.com/open-quantum-safe/liboqs/pull/1707

See https://github.com/open-quantum-safe/oqs-provider/issues/272. This commit checks that if `c_obj_create` fails, the error code is `OBJ_R_OID_EXISTS` and the OID has been successfully added (using `OBJ_txt2nid`). If it's the case, then the error...

We will be integrating oqs-provider with our specific static liboqs / openssl builds. This fork ensures that we can build static oqs-provider libraries for all platforms. Specific changes: * Ignore...

I hope to realize the separation of the classical algorithm key pair and the post-quantum algorithm key pair in the generated pkey through the code. How to realize this.

enhancement

I have installed successfully the oqs-provider and have enabled both the default and the oqsprovider providers in the /etc/ssl/openssl.cnf file. I'm replicating the process as described in the USAGE.md. I...

bug

This file may need some enhancement since landing #317, do you agree @feventura ? Will do myself when back again.

documentation
enhancement

I'd like to conduct 'Full stack' performance testing using standard client software such as 'curl' and 'nginx' as the Web Server. Could you please advise me on how to get...

question

`oqsprovider` can & must be built independently of `liboqs`. Together with separate packaging and distribution mechanisms for `liboqs` and `oqsprovider` this necessitates the capability to generate suitable `oqsprovider` code for...

enhancement
good first issue