- getcert: fix a buffer overrun preparing a request for the daemon when
there are more parameters to encode than space in the array (#696185) - updated translations: de, es, id, pl, ru, uk
This commit is contained in:
parent
cc3917e153
commit
a15951ae49
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.39.tar.gz
|
||||
/certmonger-0.40.tar.gz
|
||||
/certmonger-0.41.tar.gz
|
||||
/certmonger-0.42.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: certmonger
|
||||
Version: 0.41
|
||||
Version: 0.42
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -119,12 +119,17 @@ exit 0
|
||||
%dir /var/run/certmonger
|
||||
|
||||
%changelog
|
||||
* Wed Apr 13 2011 Nalin Dahyabhai <nalin@redhat.com> 0.42-1
|
||||
- getcert: fix a buffer overrun preparing a request for the daemon when
|
||||
there are more parameters to encode than space in the array (#696185)
|
||||
- updated translations: de, es, id, pl, ru, uk
|
||||
|
||||
* Mon Apr 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.41-1
|
||||
- read information about the keys we've just generated before proceeding
|
||||
to generating a CSR
|
||||
to generating a CSR (part of #694184, part of #695675)
|
||||
- when processing a "resubmit" request from getcert, go back to key
|
||||
generation if we don't have keys yet, else go back to CSR generation as
|
||||
before (#694184)
|
||||
before (#694184, #695675)
|
||||
- configure with --with-tmpdir=/var/run/certmonger and own /var/run/certmonger
|
||||
(#687899), and add a systemd tmpfiles.d control file for creating
|
||||
/var/run/certmonger on Fedora 15 and later
|
||||
@ -132,9 +137,7 @@ exit 0
|
||||
- use a lock file to make sure there's only one session instance messing
|
||||
around with the user's files at a time
|
||||
- fix errors saving certificates to NSS databases when there's already a
|
||||
certificate there with the same nickname
|
||||
- if we fail to read a certificate when a request is first added, switch
|
||||
to trying again later
|
||||
certificate there with the same nickname (#695672)
|
||||
- make key and certificate location output from 'getcert list' more properly
|
||||
translatable (#7)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user