Majic Projects
Gimmecert
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Gimmecert / Closed User story GC-36 As a system integrator, I want to be able to generate and use ECDSA keys
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    User story
  • Category
    Not determined
  • Targetted for
    0.4.0
  • Status
    Closed
  • Progress
  • Priority
    Must fix before next release
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
  • Time spent
    No time spent
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

As a system integrator, sometimes I need to use ECDSA private keys for both the CA hierarchy and for end entity certificates. This can either help me extend tests to ensure that my applications behave correctly with ECDSA, as well as to ensure that project requirements are met.

Currently Gimmecert will generate only RSA private keys for me. I have possibility to use ECDSA private keys for end entities, but only if I generate the private keys myself, which can feel tedious. Instead, I would like the Gimmecert to generate those keys for me as well, on demand.

I want to be able to:

  • Specify what private key algorithm should be used when initialising the CA hierarchy (RSA/ECDSA).
  • Use the same private key algorithm as used for the CA hierarchy when issuing end entity certificates.
  • Specify what private key algorithm should be used for issuance of individual end entity certificates.
  • Specify the private key size (for RSA) or curve name (for ECDSA), depending on selected algorithm.
  • See what private key algorithm is in use for each certificate when viewing the status.
Todos (0 / 0)
Issue created