openssl
openssl copied to clipboard
Add support for PSS signatures in certificate sigining requests
It's not supported in OpenSSL::X509::Request yet. Related to #75
The CLI interface of OpenSSL has support for this feature:
openssl req -new ... -sigopt rsa_padding_mode:pss