Changelog for
hmaccalc-0.9.12-1.fc13.x86_64.rpm :
Tue Dec 15 13:00:00 2009 Nalin Dahyabhai
0.9.12-1
- fix regression of #512275 -- we looked for prelink, but didn\'t record
its location properly
Tue Sep 8 14:00:00 2009 Nalin Dahyabhai 0.9.11-1
- error out when we previously skipped a check entry because the value to be
checked is the wrong size
- fix estimation of the expected length for truncated values
Thu Sep 3 14:00:00 2009 Nalin Dahyabhai 0.9.10-1
- refuse to truncate output below half the size of the hash length, or 80
bits, whichever is higher, in case we get used in a situation where
not doing so would make us vulnerable to CVE-2009-0217, in which an
attacker manages to convince a party doing verification to truncate
both the just-computed value and the value to be checked before
comparing them, as comparing just 1 bit would make detecting forgeries
close to impossible
Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 0.9.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Sat Jul 11 14:00:00 2009 Nalin Dahyabhai 0.9.9-1
- look for prelink at compile-time, and if we find it try to invoke it
using a full pathname before trying with $PATH (#512275)
- buildrequires: prelink so that it will be found at compile-time
Tue Jun 9 14:00:00 2009 Nalin Dahyabhai 0.9.8-1
- when checking, skip input lines which don\'t look like valid input lines
Tue Jun 9 14:00:00 2009 Nalin Dahyabhai 0.9.7-1
- add a binary (-b) mode when summing
Wed Apr 8 14:00:00 2009 Nalin Dahyabhai 0.9.6-1
- fix \'make check\' by using binaries built with a different path for their
own check files
- add a non-fips compile-time option, which we don\'t use
Mon Mar 30 14:00:00 2009 Nalin Dahyabhai
- handle \'-\' as indicating that stdin should be used for the input file
Fri Mar 27 13:00:00 2009 Nalin Dahyabhai 0.9.5-1
- add a -t option, for truncating HMAC outputs
Wed Mar 25 13:00:00 2009 Nalin Dahyabhai 0.9.4-1
- use a longer default key, when we use the default key
Tue Mar 24 13:00:00 2009 Nalin Dahyabhai 0.9.3-1
- fix the -k option
- move self-check files to %{_libdir}/hmaccalc
Tue Mar 24 13:00:00 2009 Nalin Dahyabhai 0.9.2-1
- provide a way to override the directory which will be searched for self-check
values (part of #491719)
Tue Mar 24 13:00:00 2009 Nalin Dahyabhai 0.9.1-1
- store self-check values in hex rather than in binary form (part of #491719)
Tue Mar 24 13:00:00 2009 Nalin Dahyabhai 0.9-2
- add URL to fedorahosted home page, and mention it in the man page as a means
to report bugs and whatnot (part of #491719)
- correct the license tag: \"X11\" -> \"MIT\" (part of #491719)
- expand the acronym HMAC in the description (part of #491719)
- disable the sumfile prefix (part of #491719)
Fri Mar 20 13:00:00 2009 Nalin Dahyabhai
- initial .spec file