summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2003-02-282-0/+7
* * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that ifEzra Peisach2003-02-052-2/+7
* update dependenciesKen Raeburn2003-02-031-2/+1
* *** empty log message ***Ken Raeburn2003-02-031-0/+5
* Remove placeholder file that shouldn't have been checked inKen Raeburn2003-02-032-9/+6
* AES implementation by Briad Gladman; tweaked for krb5 treeKen Raeburn2003-02-0331-0/+39436