| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * shs.c (SHSTransform) [CONFIG_SMALL]: Roll loops for each round | Ken Raeburn | 2005-05-01 | 2 | -0/+32 |
| * | * md5.c (Transform) [CONFIG_SMALL]: Roll loops for each round | Ken Raeburn | 2005-05-01 | 2 | -0/+60 |
| * | * md4.c (Transform) [CONFIG_SMALL]: Roll loops for each round | Ken Raeburn | 2005-05-01 | 2 | -0/+27 |
| * | * t_crc.c (main): Don't run timing test for now | Ken Raeburn | 2005-05-01 | 2 | -1/+7 |
| * | * yarrow.c: Delete old macintosh support. | Ken Raeburn | 2005-04-28 | 2 | -13/+21 |
| * | Allow compile-time specification that small code space is desired | Ken Raeburn | 2005-04-13 | 5 | -15/+61 |
| * | * aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag. | Ken Raeburn | 2005-04-13 | 2 | -7/+14 |
| * | * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor... | Ken Raeburn | 2005-04-13 | 2 | -1/+8 |
| * | * Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ... | Ken Raeburn | 2005-04-13 | 2 | -1/+6 |
| * | krb5_c_is_keyed_cksum() is a boolean function. It cannot safely return | Jeffrey Altman | 2005-03-15 | 2 | -1/+10 |
| * | * prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't check | Ken Raeburn | 2005-01-14 | 2 | -28/+19 |
| * | * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and made | Ken Raeburn | 2005-01-14 | 2 | -6/+27 |
| * | Tree does not compile with GCC 4.0 | Ezra Peisach | 2005-01-13 | 2 | -0/+6 |
| * | * prng.c (read_entropy_from_device): Use ssize_t, not size_t, so | Tom Yu | 2005-01-13 | 2 | -1/+6 |
| * | * crc-32.h (mit_crc32): Remove gratuitous "const" in argument declaration | Ken Raeburn | 2005-01-08 | 2 | -1/+6 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 15 | -393/+410 |
| * | KDC on Tru64 was hanging because of another case where Yarrow code | Ken Raeburn | 2004-11-23 | 2 | -12/+47 |
| * | * prng.c (do_yarrow_init): Move mutex initialization here. | Ken Raeburn | 2004-11-17 | 2 | -1/+12 |
| * | Convert Yarrow to use AES not 3des. Update test vectors | Sam Hartman | 2004-11-16 | 6 | -11/+20 |
| * | * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check for | Ken Raeburn | 2004-11-01 | 2 | -7/+47 |
| * | push yarrow locking down into the yarrow code to reduce contention | Ken Raeburn | 2004-10-30 | 4 | -17/+29 |
| * | * vbaxam.doc: File deleted | Ken Raeburn | 2004-09-28 | 2 | -0/+4 |
| * | memory leak in arcfour string_to_key | Sam Hartman | 2004-09-21 | 2 | -0/+6 |
| * | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 2 | -3/+4 |
| * | * Makefile.in (SHLIB_RDIRS): Set | Ken Raeburn | 2004-06-16 | 2 | -0/+3 |
| * | * Makefile.in (SHLIB_DIRS, SHLIB_EXPLIBS, SHLIB_EXPDEPLIBS): Set to depend on | Ken Raeburn | 2004-06-15 | 3 | -2/+12 |
| * | * yarrow.c (yarrow_str_error): Now const | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | * prng.c (init_once): Variable deleted. | Ken Raeburn | 2004-06-02 | 2 | -9/+13 |
| * | * yarrow.c (krb5int_yarrow_final): Call | Ezra Peisach | 2004-05-26 | 4 | -0/+23 |
| * | * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as always | Tom Yu | 2004-05-25 | 2 | -11/+23 |
| * | * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fix | Ezra Peisach | 2004-05-25 | 2 | -2/+8 |
| * | * t_encrypt.c (compare_results): Declare static. | Ezra Peisach | 2004-05-24 | 3 | -3/+12 |
| * | Link test programs against thread support library | Ken Raeburn | 2004-05-13 | 8 | -13/+33 |
| * | * libk5crypto.exports: Add the DES tables back in; libdes425 uses them directly | Ken Raeburn | 2004-05-13 | 2 | -0/+8 |
| * | * configure.in: Check for endian.h and machine/endian.h. | Ken Raeburn | 2004-05-07 | 4 | -7/+25 |
| * | * prng.c (krb5int_prng_cleanup): Destroy the mutex | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
| * | * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
| * | update dependencies | Ken Raeburn | 2004-05-01 | 2 | -143/+174 |
| * | Add a mutex for the shared static storage used by Yarrow | Ken Raeburn | 2004-05-01 | 4 | -44/+89 |
| * | * libk5crypto.exports: Drop the library init/fini functions and the DES tables | Ken Raeburn | 2004-04-30 | 2 | -5/+5 |
| * | update dependencies | Ken Raeburn | 2004-04-24 | 13 | -155/+169 |
| * | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 2 | -0/+157 |
| * | * string2key.c: Replaced with a new implementation. | Ken Raeburn | 2004-04-03 | 2 | -199/+205 |
| * | * pbkdf2.c (hmac1): Make a local copy of the supplied keyblock structure, in | Ken Raeburn | 2004-03-22 | 2 | -0/+8 |
| * | * t_crc.c (timetest): Free 'block' before returning. | Ken Raeburn | 2004-03-22 | 2 | -1/+7 |
| * | * derive.c (krb5_random2key): Don't compile. | Ken Raeburn | 2004-03-18 | 3 | -0/+12 |
| * | * prng.c (krb5int_prng_cleanup): Renamed from prng_cleanup. | Ken Raeburn | 2004-03-18 | 3 | -2/+10 |
| * | * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_... | Ken Raeburn | 2004-03-04 | 2 | -6/+5 |
| * | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 8 | -412/+10 |