summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-0332-39565/+0
* Revert last changeKen Raeburn2009-05-271-7/+5
* Don't re-run test programs to recreate output every time 'check' is builtKen Raeburn2009-05-271-5/+7
* use unsigned value for shifting, avoiding undefined behaviorKen Raeburn2009-02-091-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-22/+20
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-8/+8
* makedependKen Raeburn2008-09-181-6/+7
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-121-7/+7
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-021-4/+1
* Multiple assignments without sequence points invoke undefinedKen Raeburn2008-04-251-6/+12
* make dependKen Raeburn2007-08-161-6/+6
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-2/+2
* make dependTom Yu2006-10-061-2/+3
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-251-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-1/+1
* install headers into include/krb5Ken Raeburn2006-05-231-6/+6
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-3/+3
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-94/+0
* include autoconf.h in a few more placesKen Raeburn2006-04-032-0/+6
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-022-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-15/+14
* * aesopt.h: Include autoconf.hKen Raeburn2006-03-303-3/+10
* fill a paragraph in a comment because it's making my scripted parsing difficultKen Raeburn2006-03-301-5/+5
* make dependKen Raeburn2006-03-271-3/+4
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-3/+3
* make dependKen Raeburn2006-03-081-1/+2
* make dependTom Yu2005-11-291-4/+3
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-5/+0
* Update dependenciesKen Raeburn2005-06-211-3/+4
* build failure on sparc64-solarisKen Raeburn2005-05-042-1/+5
* typo fixKen Raeburn2005-05-011-1/+1
* * aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag.Ken Raeburn2005-04-132-7/+14
* * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor...Ken Raeburn2005-04-132-1/+8
* * Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ...Ken Raeburn2005-04-132-1/+6
* run "make depend"Ken Raeburn2004-12-301-13/+13
* * vbaxam.doc: File deletedKen Raeburn2004-09-282-0/+4
* * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as alwaysTom Yu2004-05-252-11/+23
* Link test programs against thread support libraryKen Raeburn2004-05-132-1/+6
* * configure.in: Check for endian.h and machine/endian.h.Ken Raeburn2004-05-072-6/+20
* update dependenciesKen Raeburn2004-04-241-4/+4
* ignore some files generated during testingKen Raeburn2004-02-191-0/+4
* ignore aes-gen programKen Raeburn2004-02-191-0/+1
* make dependKen Raeburn2003-12-151-3/+4
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-3/+3
* reduce AES string-to-key iteration count to 4096Ken Raeburn2003-05-132-3/+39
* AES code shouldn't define uint32_t etc if the system provides themKen Raeburn2003-04-292-1/+5
* Avoid really, really huge cpu time usage caused by iteration count inKen Raeburn2003-04-132-0/+11
* Add AES string-to-key functionKen Raeburn2003-03-054-9/+84