We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25972fd commit 817cfedCopy full SHA for 817cfed
src/main/java/org/jruby/ext/openssl/PKeyEC.java
@@ -220,7 +220,7 @@ public PKeyEC(Ruby runtime, RubyClass type) {
220
public PrivateKey getPrivateKey() { return privateKey; }
221
222
@Override
223
- public String getAlgorithm() { return "EC"; }
+ public String getAlgorithm() { return "ECDSA"; }
224
225
@JRubyMethod(rest = true, visibility = Visibility.PRIVATE)
226
public IRubyObject initialize(final ThreadContext context, final IRubyObject[] args, Block block) {
0 commit comments