Replies: 2 comments 5 replies
-
Nope, you didn't forget anything. You stumbled upon #9 / openssl/openssl#10512 . You could validate that if you can confirm successful connection to port 6007 (bypassing the (provider-based) TLS signature logic). Reminds me to update oqs-provider to work with openssl/openssl#19312. |
Beta Was this translation helpful? Give feedback.
-
That is still expected as OpenSSL master did not yet merge openssl/openssl#19312. But I like your thinking: Give me a bit of time and I'll create a branch in oqs-provider that works with 19312 and put that into the ietf115 image. |
Beta Was this translation helpful? Give feedback.
-
Hello
I want to connect to the https://test.openquantumsafe.org/ with OQS signature for example with this command:
echo "GET /" | openssl s_client -connect test.openquantumsafe.org:6145 -groups kyber512 -CAfile CA.crt
i got this error:
SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c:1605:SSL alert number 40
and when i want to create server with "OpenSSL s_server" for example with this command:
openssl s_server -port 2233 -tls1_3 -key dilithium2_srv.key -cert dilithium2_srv_rsa.crt -CAfile ca_rsa.crt -curves kyber512 -ciphersuites TLS_AES_256_GCM_SHA384 -provider-path /home/oqs-provider/_build/oqsprov/ -provider oqsprovider -provider default
i got this error:
SSL routines:ssl_set_cert:unknown certificate type:ssl/ssl_rsa.c:239
the certificate signing with rsa key and the server key is dilithium2.
openssl version is OpenSSL 3.1.0-beta1 and oqs provider version is 0.5.0-dev.
I think I forgot something in installing it or using openssl s_server.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions