Anstuhrm

Results 1 issues of Anstuhrm

I had the same problem, see https://github.com/ruby/openssl/issues/562, to open a key and got the error `OpenSSL::PKey::RSAError: incorrect pkey type: RSASSA-PSS`. So I used the mentioned method and called `OpenSSL::PKey.read`. But...