-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server not recognizing public key algorithm. #639
Comments
Hi @anhu! I believe you need to upgrade OpenSSL to at least 3.2 in order to use post-quantum signatures. Please let me know if that solves the problem for you. |
OH, interesting. I suppose that is because of the signature support for providers. Thank you. |
Good news!!
Thanks for letting me know. |
@anhu It works for me in a fresh Ubuntu 24 Docker container. Did the script complete successfully? |
I'm at commit afc1de2 (HEAD -> main, origin/main, origin/HEAD)
I did fullbuild.sh.
I generated a certificate chain. Some relevant command and snipped output:
So we know this is an mldsa44 public key in the certificate. I then run the following command and get the error as shown below:
Version of openSSL might be relevant:
Am I missing something on the s_server command line?
Warm regards, Anthony
The text was updated successfully, but these errors were encountered: