I can generate post-quantum algorithm certificates, but TLS does not recognize them. #762
Replies: 1 comment
-
|
CLosing as a duplicate of #763. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can generate post-quantum algorithm certificates, but TLS does not recognize them.
'''
nf@nf-virtual-machine:~/pqc-tls-lab/oqs-provider$ LD_LIBRARY_PATH=/usr/local/ssl3/lib64 openssl s_server -provider default -provider oqsprovider -cert server.crt -key server.key -CAfile ca.crt -tls1_3 -groups x25519:mlkem512 -accept 4433
Using default temp DH parameters
error setting certificate
C001A10736760000:error:0A0000F7:SSL routines:ssl_set_cert:unknown certificate type:ssl/ssl_rsa.c:257:
'''
Beta Was this translation helpful? Give feedback.
All reactions