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

improvement: add signature_bits field to CA and signers #11245

Merged
merged 1 commit into from Sep 10, 2021

Commits on Sep 10, 2021

  1. improvement: add signature_bits field to CA and signers

    This change adds the ability to set the signature algorithm of the
    CAs that Vault generates and any certificates it signs.  This is a
    potentially useful stepping stone for a SHA3 transition down the line.
    
    Summary:
    * Adds the field "signature_bits" to CA and Sign endpoints
    * Adds support for SHA256, SHA384 and SHA512 signatures on EC and RSA
    keytypes.
    jhart-cpi committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f07bb6a View commit details
    Browse the repository at this point in the history