jruby-openssl
jruby-openssl copied to clipboard
Missing RSA PSS methods (compatibility)
OpenSSL::Pkey::RSA / org.jruby.ext.openssl.PKeyRSA is missing the PSS methods sign-pss and verify-pss.
A cursory glance suggests that BouncyCastle supports PSS keys/signatures; however, investigation is needed as to whether it is compatible with OpenSSL's PSS.