update to 0.77.4
- don't display PINs in "getcert list" output (#42) - clean up launching of a private instance in "getcert" - expand on the don't-delete-private-key fix from 0.77.3 by letting NSS's own safety checks have an effect - backport record-keeping of key generation dates and counts of how many times we've gotten certificates using a given key pair
This commit is contained in:
parent
a1cad26520
commit
631c1c94d1
2
.gitignore
vendored
2
.gitignore
vendored
@ -98,3 +98,5 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.77.2.tar.gz.sig
|
||||
/certmonger-0.77.3.tar.gz
|
||||
/certmonger-0.77.3.tar.gz.sig
|
||||
/certmonger-0.77.4.tar.gz
|
||||
/certmonger-0.77.4.tar.gz.sig
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.77.3
|
||||
Version: 0.77.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -239,6 +239,14 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 15 2015 Nalin Dahyabhai <nalin@redhat.com> 0.77.4-1
|
||||
- don't display PINs in "getcert list" output (#42)
|
||||
- clean up launching of a private instance in "getcert"
|
||||
- expand on the don't-delete-private-key fix from 0.77.3 by letting NSS's
|
||||
own safety checks have an effect
|
||||
- backport record-keeping of key generation dates and counts of how many
|
||||
times we've gotten certificates using a given key pair
|
||||
|
||||
* Thu May 7 2015 Nalin Dahyabhai <nalin@redhat.com> 0.77.3-1
|
||||
- fix a data loss bug when saving renewed certificates to NSS databases - the
|
||||
private key could be removed in error since 0.77
|
||||
|
Loading…
Reference in New Issue
Block a user