Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

OpenSSL::PKey::EC verification discrepancy between Ruby and JRuby #241

Copy link
Copy link
@laitalaj

Description

@laitalaj
Issue body actions

In Ruby, EC signatures are verified with dsa_verify_asn1. However, in this JRuby implementation, such method is missing - instead, EC signature verification is done via the verify method inherited from PKey.

This discrepancy causes problems at least with the ruby-jwt gem's EC functionality, which tries to use dsa_verify_asn1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.