[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Apr 11 14:19:04 CEST 2009
src/network.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 123 insertions(+), 27 deletions(-)
New commits:
commit ab9e7357b760f9418beeadfc97488df08462af87
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Apr 11 14:08:30 2009 +0200
network plugin: Use SHA-1 instead of SHA-224 to check integrity.
SHA-224 is not supported by older versions of libgcrypt (i. e. the
version included in Debian Etch), so lets take this more conservative
alternative instead.
Also, the padding bytes have been moved to the beginning of the packet
and will be filled with randomness, so they serve as some kind of IV.
It is, however, not guaranteed that any padding bytes exist at all, so
in theory two identical packets could be encrypted in the same way.
More information about the collectd-changes
mailing list