You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
OpenSSL::Pkey::RSA
/org.jruby.ext.openssl.PKeyRSA
is missing the PSS methodssign-pss
andverify-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.
The text was updated successfully, but these errors were encountered: