open-quantum-safe / oqs-demos

PARTIALLY SUPPORTED Instructions for enabling the use of quantum-safe cryptography in assorted software using the OQS suite. CONTRIBUTORS WANTED.
https://openquantumsafe.org/
123 stars 68 forks source link

add into edk2 openssllib #216

Open Chumeil opened 1 year ago

Chumeil commented 1 year ago

thank you for your time.I want to know whether liboqs can be added into openssllib in edk2 environment.

baentsch commented 1 year ago

It would most likely be more correct to ask the EDK2 project about this. From a quick glance at that project's design, adding liboqs via oqsprovider should be straightforward once https://github.com/tianocore/edk2/pull/4034 lands in that project: EDKII uses OpenSSLlib uses openssl3 uses oqs-provider uses liboqs.

If you don't want to wait for that completion, feel free to contribute a PR to oqs-demos to integrate & enable this for your and others' use.