open-quantum-safe / liboqs-python

Python 3 bindings for liboqs
https://openquantumsafe.org/
MIT License
115 stars 40 forks source link

Importing OpenSSL keys and certificates #78

Open esalegi003 opened 6 months ago

esalegi003 commented 6 months ago

I have generated keys and certificates with OpenSLL and oqs-provider with dilithium5 algorithm. I would like to use those keys when signing with liboqs. Is there a way to do it?

baentsch commented 2 weeks ago

No: liboqs has no notion of persistence/file formats. You need to use openssl with oqsprovider for signing.