From 02c6f8a15de2e915400f805685cbdde6c6e79250 Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Sat, 7 Feb 2009 23:22:07 +0000 Subject: [PATCH] Moved missing subject test ahead of key generation (#479886) and fixed reverse logic error that prevented output of the pem encoded key --- crypto-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crypto-utils.spec b/crypto-utils.spec index 0b3a9b8..d531944 100644 --- a/crypto-utils.spec +++ b/crypto-utils.spec @@ -4,7 +4,7 @@ Summary: SSL certificate and key management utilities Name: crypto-utils Version: 2.4.1 -Release: 9 +Release: 11 Source: crypto-rand-%{crver}.tar.gz Source1: genkey.pl Source2: certwatch.c @@ -131,6 +131,10 @@ chmod -R u+w $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Crypt %changelog +* Thu Jan 29 2009 Elio Maldonado - 2.4.1-11 +- keyutil: Fixed bug where key pem file was not written (#473860) +- keyutil: Fixed reverse logic that prevented output of the pem encoded key + * Thu Jan 29 2009 Elio Maldonado - 2.4.1-9 - certwatch: Fixed cert expiry time calculations (#473860) - keyutil: Fixed segfault on certificate generation (#479886)