summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-1115-4015/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-116-277/+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-0230-0/+75
* make depend, now with dependency sortingKen Raeburn2006-03-3115-642/+658
* * aesopt.h: Include autoconf.hKen Raeburn2006-03-303-3/+10
* * shs.c: Include shs.h firstKen Raeburn2006-03-302-1/+5
* fill a paragraph in a comment because it's making my scripted parsing difficultKen Raeburn2006-03-301-5/+5
* make dependKen Raeburn2006-03-2715-243/+276
* * Makefile.in (check-unix): Use RUN_SETUPKen Raeburn2006-03-132-2/+6
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-1117-240/+244
* make dependKen Raeburn2006-03-0815-84/+168
* Include the support library when linking various test programs, because onKen Raeburn2006-01-1810-19/+42
* Remove krb5_callconv from non-exported internal functionSam Hartman2006-01-112-1/+5
* * Makefile.in (t_crc): Build against support library.Ken Raeburn2005-12-022-3/+8
* make dependTom Yu2005-11-2915-317/+218
* don't break make depend in lib/crypto on k5-int.h orderingTom Yu2005-11-293-6/+6
* * t_hmac.c, t_pkcs5.c: Don't include krb5.hKen Raeburn2005-11-183-2/+4
* * arcfour_s2k.c (asctouni): Counter should be size_t, like lenKen Raeburn2005-10-192-1/+5
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-248-23/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* rename string_to_key.c to arcfour_s2k.cKen Raeburn2005-07-023-5/+10
* rename arcfour.c to rc4.cKen Raeburn2005-07-023-12/+16
* Update dependenciesKen Raeburn2005-06-2115-196/+320
* * destest.c (main): Force testing of unaligned access to input, output, and keyKen Raeburn2005-06-102-3/+17
* * f_tables.h: Include k5-platform.h.Ken Raeburn2005-06-092-11/+9
* Make "make check" able to link things again..Ken Raeburn2005-05-242-1/+7
* Implement RFC 3961 PRFSam Hartman2005-05-2011-21/+454
* build failure on sparc64-solarisKen Raeburn2005-05-042-1/+5
* typo fixKen Raeburn2005-05-011-1/+1
* * ytypes.h: Include autoconf.h. Include sys/types.h only if it existsKen Raeburn2005-05-012-0/+8
* * shs.c (SHSTransform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-012-0/+32
* * md5.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-012-0/+60
* * md4.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-012-0/+27
* * t_crc.c (main): Don't run timing test for nowKen Raeburn2005-05-012-1/+7
* * yarrow.c: Delete old macintosh support.Ken Raeburn2005-04-282-13/+21
* Allow compile-time specification that small code space is desiredKen Raeburn2005-04-135-15/+61
* * 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
* krb5_c_is_keyed_cksum() is a boolean function. It cannot safely returnJeffrey Altman2005-03-152-1/+10
* * prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't checkKen Raeburn2005-01-142-28/+19
* * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2005-01-142-6/+27
* Tree does not compile with GCC 4.0Ezra Peisach2005-01-132-0/+6
* * prng.c (read_entropy_from_device): Use ssize_t, not size_t, soTom Yu2005-01-132-1/+6
* * crc-32.h (mit_crc32): Remove gratuitous "const" in argument declarationKen Raeburn2005-01-082-1/+6
* run "make depend"Ken Raeburn2004-12-3015-393/+410
* KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2004-11-232-12/+47
* * prng.c (do_yarrow_init): Move mutex initialization here.Ken Raeburn2004-11-172-1/+12
* Convert Yarrow to use AES not 3des. Update test vectorsSam Hartman2004-11-166-11/+20