aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* is_prelinkable_elf: fix for python3 (bug 635116)Zac Medico2017-10-221-1/+1
* portage.checksum: Support pyblake2 fallback for BLAKE2 hashesMichał Górny2017-10-201-2/+13
* portage.checksum: Store supported hash types in a frozensetMichał Górny2017-03-131-11/+14
* portage.checksum: Support pygost as fallback Streebog providerMichał Górny2017-03-131-0/+15
* Support STREEBOG{256,512} hash function (from pygcrypt), #597736Michał Górny2017-03-131-1/+4
* portage.checksum: Support pygcrypt as optimized fallbackMichał Górny2017-03-131-0/+38
* portage.checksum: Reorder to avoid loading redundant implsMichał Górny2017-03-131-58/+87
* portage.checksum: Stop exposing global hash variablesMichał Górny2017-03-131-22/+20
* portage.checksum: Remove exception handling for missing hashlibMichał Górny2017-03-131-30/+25
* portage.checksum: Remove fallbacks for algorithms guaranteed since py2.7Michał Górny2017-03-131-13/+5
* portage.checksum: Fix BLAKE2* fallbacks from pycryptodomeMichał Górny2017-03-131-2/+4
* portage.checksum: Support getting byte string checksumsMichał Górny2017-03-131-0/+29
* portage.checksum: create explicit checksum_file() methodMichał Górny2017-03-131-6/+9
* portage.checksum: Remove python-fchksum supportMichał Górny2017-03-131-10/+1
* portage.checksum: Support pysha3 fallback for SHA3Michał Górny2017-03-131-2/+12
* portage.checksum: Update fallback doc for SHA3/BLAKE2*Michał Górny2017-03-131-4/+4
* checksum: Add pycryptodome fallbacks for SHA3 and BLAKE2Michał Górny2017-03-011-0/+22
* checksum: Fix overriding fallbacks on broken pycryptoMichał Górny2017-03-011-6/+6
* checksum: Add blake2* and sha3 hashes from hashlib 3.6+Michał Górny2017-02-281-1/+13
* checksum: Remove redundant internal fallbacksMichał Górny2017-02-281-17/+2
* checksum: Add summary on top to help following the logicMichał Górny2017-02-281-1/+14
* checksum._open_file: fix BytesWarningZac Medico2015-10-011-2/+2
* fetch(): fix support for digest size=NoneMichał Górny2015-04-051-1/+1
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-051-1/+1
* various pylint clean upsMike Frysinger2014-02-031-5/+5
* Python 3.1: pass bytes to PopenZac Medico2013-06-221-5/+3
* Use 'with file' more.Zac Medico2012-12-281-9/+8
* Replace getstatusoutput with unicode safe Popen.Zac Medico2012-09-111-4/+13
* _apply_hash_filter: make hash_filter simplerZac Medico2012-08-211-2/+6
* Implement PORTAGE_CHECKSUM_FILTER for bug #432170Zac Medico2012-08-211-0/+54
* Skip whirlpool digest check when unaccelerated.Zac Medico2012-07-121-0/+20
* perform_all: fix TypeError for bug #411897Zac Medico2012-04-131-1/+1
* checksum.py: remove PyPy 1.7 workaroundsZac Medico2012-02-131-30/+1
* checksum.py: detect PyPy crashes in hashlibZac Medico2011-12-011-0/+29
* checksum.py: handle pycrypto breakageZac Medico2011-11-131-2/+10
* Bug #388615 - optimize FEATURES=prelink-checksumsMartin von Gagern2011-10-261-14/+27
* perform_checksum: OSerror to PermissionDeniedZac Medico2011-10-161-1/+3
* checksum.py: use fchksum.fmd5t directlyZac Medico2011-10-011-4/+1
* checksum.py: lazily import bundled whirlpoolZac Medico2011-10-011-7/+7
* Manifest2 hash backend provider: mhashRobin H. Johnson2011-10-011-0/+19
* Manifest2 hash: SHA512Robin H. Johnson2011-10-011-0/+1
* Manifest2 hash: WhirlpoolRobin H. Johnson2011-10-011-2/+6
* Refactor RMD160 hashlib code for less-hardcodingRobin H. Johnson2011-10-011-9/+12
* Convert _generate_hash_function into a class.Zac Medico2011-10-011-6/+11
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-121-6/+3
* repoman: handle PermissionDenied from digestgenZac Medico2011-06-171-2/+13
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Make verify_all() do checksums in sorted order by hash name.Zac Medico2010-02-031-1/+1
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1