Currently, the following 'key_size' variables are used dual-purpose to store either the RSA key size, or the ECC key curve:
[DEFAULT] * pki_admin_keysize=2048 * pki_ssl_server_key_size=2048 * pki_subsystem_key_size=2048 [CA] * pki_ca_signing_key_size=2048 * pki_ocsp_signing_key_size=2048 [OCSP] * pki_ocsp_signing_key_size=2048
NOTE: The following key_size variables are ONLY ever used for RSA key_size:
[DEFAULT] * pki_audit_signing_key_size=2048 [KRA] * pki_storage_key_size=2048 * pki_transport_key_size=2048
This ticket proposes the introduction of the following variables to logically separate the desired values and make certain that a valid ECC curve default exists in 'default.cfg':
[DEFAULT] * pki_admin_key_curve=nistp256 * pki_ssl_server_key_curve=nistp256 * pki_subsystem_key_curve=nistp256 [CA] * pki_ca_signing_key_curve=nistp256 * pki_ocsp_signing_key_curve=nistp256 [OCSP] * pki_ocsp_signing_key_curve=nistp256
Proposed Milestone: 10.3
Per CS/DS Meeting of 08/03/2015: 10.3
Metadata Update from @mharmsen: - Issue set to the milestone: UNTRIAGED
Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.
This issue has been cloned to GitHub and is available here: https://github.com/dogtagpki/pki/issues/2087
If you want to receive further updates on the issue, please navigate to the GitHub issue and click on Subscribe button.
Subscribe
Thank you for understanding, and we apologize for any inconvenience.
Metadata Update from @dmoluguw: - Issue close_status updated to: migrated - Issue status updated to: Closed (was: Open)