Bug 1058108 - Allow user-configurable key size and expiration parameters
Summary: Allow user-configurable key size and expiration parameters
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: openssl
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-27 03:13 UTC by Peter Backes
Modified: 2014-02-06 17:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-06 17:10:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
patch to implement needed Makefile parameters (1.28 KB, patch)
2014-01-27 03:13 UTC, Peter Backes
no flags Details | Diff

Description Peter Backes 2014-01-27 03:13:00 UTC
Created attachment 855883 [details]
patch to implement needed Makefile parameters

Description of problem:
/etc/pki/tls/certs/Makefile generates keys with hard coded key size and expiration parameters only

Version-Release number of selected component (if applicable):
openssl-1.0.1e-37.fc20.i686

How reproducible:
always

Steps to Reproduce:
1. cd /etc/pki/tls/certs
2. make sendmail.pem DAYS=183 TYPE=rsa:3072

Actual results:
key with default 365 day expiry and RSA 2048 bits is generated

Expected results:
key is generated with user specified parameters

Comment 1 Tomas Mraz 2014-02-06 17:10:28 UTC
I did it slightly differently in openssl-1.0.1e-39.fc21.


Note You need to log in before you can comment on or make changes to this bug.