From fe7e304428266efcc8277eab655758277e07b5b9 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Dec 23 2010 19:24:08 +0000 Subject: - tweak some docs and tag 0.33 --- diff --git a/STATUS b/STATUS index e01b0e8..ae0aab7 100644 --- a/STATUS +++ b/STATUS @@ -48,10 +48,9 @@ Complete: calling out to the python library it supplies. Ended up reusing large chunks of the IPA client code, so it's in C. * Handle PIN values for encrypted key storage. - * Be able to use hashes other than the current hard-wired SHA256. + * Be able to use hashes other than SHA256. * Make certmonger a proper daemon. * Sort out SELinux policy. (unscoped) - MUST * Figure out how to let the local deamon's client do key generation. It's either that or force them to give the daemon the PIN for encrypted storage. Or don't support encrypted key storage at all, @@ -75,6 +74,10 @@ To-do: to refactor some of the current storage code to to it for "file". Not at all sure how to do it for "nssdb". COULD + * Learn to "handle" keys and certificates stored in PKCS12 bundles. + COULD + * Learn to handle keys and certificates stored in PKCS11 modules directly. + COULD * Queue management. COULD -> Move entries and CAs from hand-rolled files to simple XML. (2 days) COULD -> Move them to an ldb. (3 days) @@ -90,4 +93,4 @@ To-do: (probably libcurl) and a few changes to the internal state machine. * Lighten build requirements by crafting and parsing XML-RPC ourselves since we're already going to have to deal with non-XML-RPC XML and HTTP - when DogTag support goes in. And we don't have xmlrpc-c on EL5. + when DogTag support goes in. diff --git a/certmonger.spec b/certmonger.spec index c4e0ef6..8e0b8b7 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,6 +1,6 @@ Name: certmonger -Version: 0.32 -Release: 2%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -109,6 +109,9 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Thu Dec 23 2010 Nalin Dahyabhai 0.33-1 +- roll up assorted fixes for defects + * Fri Nov 12 2010 Nalin Dahyabhai 0.32-2 - depend on the e2fsprogs libuuid on Fedora and RHEL releases where it's not part of util-linux-ng diff --git a/configure.ac b/configure.ac index 2032c17..09f8905 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.32) +AC_INIT(certmonger,0.33) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE