-
Dear Community, I have been experimenting with OpenSSL+liboqs. When I run the client server TLS demo, I specify hybrid authentication in the key request along with the x509 certificate request. When I print the certificate, public key details are not present.. I tried all combinations: classical, pqc, hybrid CA each with classical, pqc, and hybrid new key pair request along with x509 certificate request. In all cases, when I print the x509 certificate, only classical one prints full details. All others show that algorithms are not supported. Please see sample commands and images. example HybridCA server hybrid key & x509 req now, if I try with classical key request: Are hybrid certificates showing both classical and post quantum endpoints supported? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
resolved: openssl x509 -in Dilithium5_srv.crt -text -noout |
Beta Was this translation helpful? Give feedback.
resolved: openssl x509 -in Dilithium5_srv.crt -text -noout
should be apps/openssl x509 -in Dilithium5_srv.crt -text -noout :)