summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2004-11-012-7/+47
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-304-17/+29
* * vbaxam.doc: File deletedKen Raeburn2004-09-282-0/+4
* memory leak in arcfour string_to_keySam Hartman2004-09-212-0/+6
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-172-3/+4
* * Makefile.in (SHLIB_RDIRS): SetKen Raeburn2004-06-162-0/+3
* * Makefile.in (SHLIB_DIRS, SHLIB_EXPLIBS, SHLIB_EXPDEPLIBS): Set to depend onKen Raeburn2004-06-153-2/+12
* * yarrow.c (yarrow_str_error): Now constKen Raeburn2004-06-042-1/+5
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* * prng.c (init_once): Variable deleted.Ken Raeburn2004-06-022-9/+13
* * yarrow.c (krb5int_yarrow_final): CallEzra Peisach2004-05-264-0/+23
* * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as alwaysTom Yu2004-05-252-11/+23
* * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fixEzra Peisach2004-05-252-2/+8
* * t_encrypt.c (compare_results): Declare static.Ezra Peisach2004-05-243-3/+12
* Link test programs against thread support libraryKen Raeburn2004-05-138-13/+33
* * libk5crypto.exports: Add the DES tables back in; libdes425 uses them directlyKen Raeburn2004-05-132-0/+8
* * configure.in: Check for endian.h and machine/endian.h.Ken Raeburn2004-05-074-7/+25
* * prng.c (krb5int_prng_cleanup): Destroy the mutexKen Raeburn2004-05-012-0/+3
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variablesKen Raeburn2004-05-012-0/+3
* update dependenciesKen Raeburn2004-05-012-143/+174