From 4425982b02296292a48a33eaeb0bb1f4a595342d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: May 28 2015 13:57:01 +0000 Subject: tag 0.77.5 --- diff --git a/certmonger.spec b/certmonger.spec index fdca47e..3739b85 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.4 +Version: 0.77.5 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,15 @@ exit 0 %endif %changelog +* Thu May 28 2015 Nalin Dahyabhai 0.77.5-1 +- pass $CERTMONGER_REQ_IP_ADDRESS to enrollment helpers if the signing request + includes IP address subjectAltName values +- correctly verify signatures on SCEP server replies when the signer is neither + the top-level CA nor the RA (feedback in #1161768) +- correctly verify signatures on SCEP server replies when there is more than + one certificate in the chain between the RA and the top-level CA (feedback in + #1161768) + * Fri May 15 2015 Nalin Dahyabhai 0.77.4-1 - don't display PINs in "getcert list" output (#42) - clean up launching of a private instance in "getcert" diff --git a/configure.ac b/configure.ac index 4af0d0c..98c6165 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.77.4) +AC_INIT(certmonger,0.77.5) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])