Update to 0.77.2

- expose the certificate's not-valid-before and not-valid-after dates as a
  property over D-Bus (ticket #41)
- give the local signer its own configuration option to set the lifetime
  of its signing certificate, falling back to the lifetime configured for
  the self-signer as a default to match the previous behavior
- fix a potential read segfault parsing the output of an enrollment helper,
  introduced in 0.77 (thanks to Steve Neuharth)
- read the ns-certtype extension value in certificates
- request an enrollment certtype extension to CSRs if we have a profile name
  that we want to use (ticket #17, possibly part of IPA ticket #57)
This commit is contained in:
Nalin Dahyabhai 2015-04-14 13:37:57 -04:00
parent 54551d64ad
commit c44b07d085
3 changed files with 17 additions and 3 deletions

2
.gitignore vendored
View File

@ -94,3 +94,5 @@ certmonger-0.28.tar.gz
/certmonger-0.76.8.tar.gz.sig /certmonger-0.76.8.tar.gz.sig
/certmonger-0.77.1.tar.gz /certmonger-0.77.1.tar.gz
/certmonger-0.77.1.tar.gz.sig /certmonger-0.77.1.tar.gz.sig
/certmonger-0.77.2.tar.gz
/certmonger-0.77.2.tar.gz.sig

View File

@ -25,7 +25,7 @@
%endif %endif
Name: certmonger Name: certmonger
Version: 0.77.1 Version: 0.77.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
@ -239,6 +239,18 @@ exit 0
%endif %endif
%changelog %changelog
* Tue Apr 14 2015 Nalin Dahyabhai <nalin@redhat.com> 0.77.2-1
- expose the certificate's not-valid-before and not-valid-after dates as a
property over D-Bus (ticket #41)
- give the local signer its own configuration option to set the lifetime
of its signing certificate, falling back to the lifetime configured for
the self-signer as a default to match the previous behavior
- fix a potential read segfault parsing the output of an enrollment helper,
introduced in 0.77 (thanks to Steve Neuharth)
- read the ns-certtype extension value in certificates
- request an enrollment certtype extension to CSRs if we have a profile name
that we want to use (ticket #17, possibly part of IPA ticket #57)
* Fri Feb 27 2015 Nalin Dahyabhai <nalin@redhat.com> 0.77.1-1 * Fri Feb 27 2015 Nalin Dahyabhai <nalin@redhat.com> 0.77.1-1
- update to 0.77 - update to 0.77
- add initial, still rough, SCEP support (#1140241,#1161768) - add initial, still rough, SCEP support (#1140241,#1161768)

View File

@ -1,2 +1,2 @@
ad5c708934f474b64de36636d6e52600 certmonger-0.77.1.tar.gz ed3070b1e8828094b1b3ff81c93f1a7c certmonger-0.77.2.tar.gz
fe2c89cef9fc2192bbfa62c465d7827b certmonger-0.77.1.tar.gz.sig 441a6bb17f2efb86f0acacbe36a9f44c certmonger-0.77.2.tar.gz.sig