Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support newer ASN.1 signature encoding formats #122

Open
tomato42 opened this issue Sep 29, 2019 · 0 comments
Open

Support newer ASN.1 signature encoding formats #122

tomato42 opened this issue Sep 29, 2019 · 0 comments
Labels
feature functionality to be implemented help wanted
Milestone

Comments

@tomato42
Copy link
Member

tomato42 commented Sep 29, 2019

SEC 1 v2.0 specifies ECDSA-Sig-Value structure with 4 values, not two, and one alternative formatting:

  • ECDSA-Sig-Value with a or y elements
  • ECDSA-Full-R structure

add support for creating those signatures and verifying them (create alternatives for

def sigdecode_der(sig_der, order):
and
def sigencode_der(r, s, order):
that can handle them)

@tomato42 tomato42 added help wanted feature functionality to be implemented labels Sep 29, 2019
@tomato42 tomato42 added this to the v0.14 milestone Sep 29, 2019
@tomato42 tomato42 modified the milestones: v0.14, v0.15 Nov 1, 2019
@tomato42 tomato42 modified the milestones: v0.15, v0.16 Nov 30, 2019
@tomato42 tomato42 modified the milestones: v0.16.0, v0.17.0 Jul 28, 2020
@tomato42 tomato42 modified the milestones: v0.17.0, v0.18.0 May 26, 2021
@tomato42 tomato42 modified the milestones: v0.18.0, v0.19.0 Aug 3, 2021
@tomato42 tomato42 modified the milestones: v0.19.0, v0.20.0 Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature functionality to be implemented help wanted
Projects
None yet
Development

No branches or pull requests

1 participant