open-quantum-safe / openssl

UNSUPPORTED Fork of OpenSSL 1.1.1 that includes prototype quantum-resistant algorithms and ciphersuites based on liboqs PLEASE SWITCH TO OQS-Provider for OpenSSL 3
https://openquantumsafe.org/
Other
286 stars 124 forks source link

Getting below error while running openssl smime #439

Closed Jpgig closed 1 year ago

Jpgig commented 1 year ago

Hello, When I am running below command for openssl smime, getting an error as captured in the screenshot: command :

/home/jiten/oqs/openssl/apps/openssl smime -sign -in governance_pqc_dl3.xml -text -out governance.smime -signer maincacert_pqc_dl3.pem -inkey maincakey_pqc_dl3.pem

Error message : image required_files.zip

baentsch commented 1 year ago

Could you please try to reproduce this error using the more well-supported OpenSSL3+oqsprovider? Simplest probably would be by using the docker Image 'openquantumsafe/oqs-ossl3' for this.

Jpgig commented 1 year ago

Thanks. This worked.