Moved missing subject test ahead of key generation (#479886) and fixed

reverse logic error that prevented output of the pem encoded key
This commit is contained in:
Elio Maldonado 2009-02-07 23:22:07 +00:00
parent 746706dc7a
commit 02c6f8a15d
1 changed files with 5 additions and 1 deletions

View File

@ -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 <emaldona@redhat.com> - 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 <emaldona@redhat.com> - 2.4.1-9
- certwatch: Fixed cert expiry time calculations (#473860)
- keyutil: Fixed segfault on certificate generation (#479886)