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

SSL_CTX_use_certificate:ee key too small #450

Closed Rusheelraj closed 1 year ago

Rusheelraj commented 1 year ago

I was creating the key and certificate using falcon-512 and to perform the same I used the below command

sudo apps/openssl req -new -newkey rsa3072_falcon512 -key private_key.pem -out request.csr -config apps/openssl.cnf

sudo apps/openssl x509 -req -days 365 -in request.csr -signkey private_key.pem -out certificate.pem

and I am using those key and certificate in my DOT using stunnel4

image

but getting an below error

image

Can you please help me to resolve this error

baentsch commented 1 year ago

Apologies for the tardiness responding: We're really moving off (oqs-)openssl111 to only support OpenSSL3. So, if you can reproduce the same problem there (?), please open an issue in https://github.com/open-quantum-safe/oqs-provider/issues

baentsch commented 1 year ago

Closing due to inactivity.