Skip to content

Doesn't work with other curves other than secp384r1 and secp521r1... #5

@nicroto

Description

@nicroto

Problem:

  • If the private key is generated using a curve different than secp384r1 and secp521r1, generated serials can't be validated.

Example:

$ openssl ecparam -genkey -name secp256k1 -noout -out private.pem

$ openssl ec -in private.pem -pubout -outform PEM -out public.pem

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions