summaryrefslogtreecommitdiff
path: root/passlib/tests
Commit message (Expand)AuthorAgeFilesLines
* bigcrypt/crypt16 workEli Collins2011-02-171-5/+14
* added bigcrypt & crypt16 as described in perl Authen-Passphrase documentationEli Collins2011-02-161-0/+30
* large rearrangment of structureEli Collins2011-02-1616-1050/+846
* renamed postgres_md5 module -> postgres; merged ext_des_crypt handler into de...Eli Collins2011-02-162-3/+2
* combined sha256/512crypt handlers into sha2_crypt module; updated their UTs; ...Eli Collins2011-02-161-41/+17
* moved apr md5 crypt into md5 crypt moduleEli Collins2011-02-161-2/+1
* merged mysql hashes into one fileEli Collins2011-02-141-2/+1
* minor name changesEli Collins2011-02-142-4/+4
* cleanupsEli Collins2011-02-142-33/+34
* converted NTHash, PostgresMD5, SHA256Crypt, SunMD5Crypt to classesEli Collins2011-02-144-44/+45
* convert BCrypt, MySQL 41 to classesEli Collins2011-02-143-125/+23
* converted md5 crypt to classEli Collins2011-02-132-25/+48
* added some internal notes about linux/bsd des-crypt border casesEli Collins2011-02-131-91/+11
* lazy backend selectionEli Collins2011-02-132-12/+10
* bugfixes; h64.encode_int/decode_int now have big-endian flagEli Collins2011-02-131-4/+4
* added UT call to check BaseHandler.validate_class()Eli Collins2011-02-121-0/+8
* cleaned up helper handler classes, converted some more hashesEli Collins2011-02-124-39/+28
* working on converting sha1_crypt to a classEli Collins2011-02-111-2/+2
* trying out sha512_crypt class-based handlerEli Collins2011-02-111-2/+2
* working on script for generated rounds values appropriate to a specified systemEli Collins2011-02-111-0/+228
* added netbsd's sha1-crypt (needs doc)Eli Collins2011-02-091-0/+18
* major work on policy systemEli Collins2011-02-041-0/+1
* enabled simple test for unicode supportEli Collins2011-02-042-6/+10
* tweaked to handler UTsEli Collins2011-02-042-10/+29
* encode transposed bytesEli Collins2011-02-041-24/+77
* more documentation workEli Collins2011-02-021-2/+8
* added nthash support; document updatesEli Collins2011-02-012-5/+26
* added phpass portable hashEli Collins2011-02-011-0/+36
* miscEli Collins2011-02-011-1/+1
* rearranged some modulesEli Collins2011-01-303-4/+4
* working on policy for CryptContext, names must now use underscores instead of...Eli Collins2011-01-302-27/+27
* more tests; bugfixes; all UTs passEli Collins2011-01-284-165/+229
* wow. lots of rearrangingEli Collins2011-01-2817-373/+508
* moved secret_chars to UTs; moved default/min/max_rounds to ExtCryptHandler; u...Eli Collins2011-01-273-5/+9
* misc tweaksEli Collins2011-01-261-2/+0
* removed salt_bytes, checksum_bytes attrs; not really useful, and could be put...Eli Collins2011-01-263-11/+5
* refactoring interface: added genhash(), genconfig(); defaults for ident/verif...Eli Collins2011-01-261-16/+17
* work on lanman hashEli Collins2011-01-251-0/+52
* misc updatesEli Collins2011-01-242-7/+5
* tweak to sun md5 cryptEli Collins2011-01-241-0/+33
* refactored _slow_crypt somewhat; added support for ExtDesCrypt formatEli Collins2011-01-212-12/+21
* ExtCryptHandlerEli Collins2011-01-203-16/+8
* notesEli Collins2011-01-191-0/+7
* bugfixin'Eli Collins2011-01-1914-679/+714
* removed a bunch of unused importsEli Collins2011-01-191-110/+0
* rearanging moreEli Collins2011-01-192-7/+7
* removed HashInfoEli Collins2011-01-191-1/+1
* beginning major rearrangementEli Collins2011-01-182-8/+9
* relocated passlib.hash.XXX to passlib.XXX; all UTs passEli Collins2011-01-1410-65/+66
* added global registry for crypt algorithms; rewrote CryptContext to have much...Eli Collins2011-01-141-374/+378