]> git.saurik.com Git - apt.git/commit - test/libapt/hashsums_test.cc
use unusable-for-security hashes for integrity checks
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 1 Sep 2015 11:58:00 +0000 (13:58 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Tue, 1 Sep 2015 12:19:44 +0000 (14:19 +0200)
commit63d609985eb7eefa5f2332bfe4fab96f017760a1
treead38d0beb698f3bb35bfcedc145c1f7f85a38989
parent55ae7a516126f9f064d8353bf962256b7307590a
use unusable-for-security hashes for integrity checks

We want to declare some hashes as not enough for security, so that a
user will need --allow-unauthenticated or similar to get data secured
only by those hashes, but we can still us these hashes for integrity
checks if we got them.
apt-pkg/acquire-worker.cc
apt-pkg/contrib/hashes.cc
test/integration/test-apt-helper
test/integration/test-ubuntu-bug-1098738-apt-get-source-md5sum
test/libapt/hashsums_test.cc