Skip to content

Expose alg on PublicKey #280

Closed
Closed
@rickvanprim

Description

@rickvanprim

Presently the PublicKey field exposed in CertificateSigningRequestParams doesn't allow you to do anything with it aside from comparing it to another instance of PublicKey. It would be nice to be able to check which algorithm was used to generate the PublicKey.

In my use case, I control both the client side generating the CSR and the server side signing it, so I think it makes sense for the server to check that the algorithm used in the CSR's PublicKey matches what is expected.

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