wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

handle certificates with RSA-PSS signature that have RSAk public keys

Open JacobBarthelmeh opened this issue 3 years ago • 0 comments

Description

RSAk CA signing a RSAk pub key cert with RSA-PSS signature.

$ ./examples/server/server -c ./certs/rsapss/server-mix-rsapss-cert.pem -k ./certs/server-key.pem -A ./certs/rsapss/client-rsapss.pem -V

$ ./examples/client/client -A ./certs/ca-cert.pem -C -c ./certs/rsapss/client-rsapss.pem -k ./certs/rsapss/client-rsapss-priv.pem

JacobBarthelmeh avatar Sep 21 '22 14:09 JacobBarthelmeh