Update to 0.78.1
- fixup the key-information-read test for DSA to account for certutil generating 1024 bit keys when we ask for more - fix a typo in the package changelog - add relevant references to bug reports and tickets in the 0.78 log
This commit is contained in:
parent
0760509e84
commit
a85bb52ef3
2
.gitignore
vendored
2
.gitignore
vendored
@ -104,3 +104,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.77.5.tar.gz.sig
|
/certmonger-0.77.5.tar.gz.sig
|
||||||
/certmonger-0.78.tar.gz
|
/certmonger-0.78.tar.gz
|
||||||
/certmonger-0.78.tar.gz.sig
|
/certmonger-0.78.tar.gz.sig
|
||||||
|
/certmonger-0.78.1.tar.gz
|
||||||
|
/certmonger-0.78.1.tar.gz.sig
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.78
|
Version: 0.78.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -241,6 +241,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 21 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.1-1
|
||||||
|
- self-tests: assume that certutil won't generate DSA keys with more than 1024
|
||||||
|
bits, and will often short us by a few
|
||||||
|
|
||||||
* Sat Jun 20 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78-1
|
* Sat Jun 20 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78-1
|
||||||
- switch to using popt for parsing command line arguments, continuing to
|
- switch to using popt for parsing command line arguments, continuing to
|
||||||
use old help text for now so that we can catch up with translations (print
|
use old help text for now so that we can catch up with translations (print
|
||||||
@ -248,20 +252,20 @@ exit 0
|
|||||||
- add some plumbing for eventually receiving per-certificate roots in
|
- add some plumbing for eventually receiving per-certificate roots in
|
||||||
addition to issued certificates and chain certificates
|
addition to issued certificates and chain certificates
|
||||||
- add a "rekey" command to getcert, for triggering enrollment using a new
|
- add a "rekey" command to getcert, for triggering enrollment using a new
|
||||||
key pair
|
key pair (#1087932)
|
||||||
- scep-submit: check for the Renewal capability, and default to taking
|
- scep-submit: check for the Renewal capability, and default to taking
|
||||||
advantage of it during rekeying, unless the new -n flag is specified to it
|
advantage of it during rekeying, unless the new -n flag is specified to it
|
||||||
- dogtag-submit: add flags for passing user names, UDNs, passwords, and PINs
|
- dogtag-submit: add flags for passing user names, UDNs, passwords, and PINs
|
||||||
to the helper
|
to the helper (part of ticket #12)
|
||||||
- dogtag-submit: add a flag for using the agent creds to do TLS client auth
|
- dogtag-submit: add a flag for using the agent creds to do TLS client auth
|
||||||
while submitting enrollment requests
|
while submitting enrollment requests (more of ticket #12)
|
||||||
- dogtag-submit: handle cases where we submit a request and the server
|
- dogtag-submit: handle cases where we submit a request and the server
|
||||||
returns a success code rather than just queuing the request
|
returns a success code rather than just queuing the request (#12 again)
|
||||||
- ipa-submit: pass requested profile names to the server as an argument
|
- ipa-submit: pass requested profile names to the server as an argument
|
||||||
named "profile_id"; if the server gives us an "unrecognized argument"
|
named "profile_id"; if the server gives us an "unrecognized argument"
|
||||||
error, retry without it for compatibility's sake
|
error, retry without it for compatibility's sake (part of IPA ticket #57)
|
||||||
- keygen: fix a possible crash if keygen fails to return a key from NSS
|
- keygen: fix a possible crash if keygen fails to return a key from NSS
|
||||||
- correct the certmonger(8) man page's description of the -c flag, whic it
|
- correct the certmonger(8) man page's description of the -c flag, which it
|
||||||
used to call the -C flag
|
used to call the -C flag
|
||||||
- add logic for setting ownership and permissions on certificates and keys
|
- add logic for setting ownership and permissions on certificates and keys
|
||||||
when saving them to disk
|
when saving them to disk
|
||||||
|
Loading…
Reference in New Issue
Block a user