summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-1121/+0
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-021-0/+4
* Include the support library when linking various test programs, because onKen Raeburn2006-01-181-0/+4
* Remove krb5_callconv from non-exported internal functionSam Hartman2006-01-111-0/+4
* don't break make depend in lib/crypto on k5-int.h orderingTom Yu2005-11-291-0/+4
* * t_hmac.c, t_pkcs5.c: Don't include krb5.hKen Raeburn2005-11-181-0/+4
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-201-0/+4
* Make "make check" able to link things again..Ken Raeburn2005-05-241-0/+6
* Implement RFC 3961 PRFSam Hartman2005-05-201-0/+19
* krb5_c_is_keyed_cksum() is a boolean function. It cannot safely returnJeffrey Altman2005-03-151-0/+9
* * prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't checkKen Raeburn2005-01-141-0/+9
* * prng.c (read_entropy_from_device): Use ssize_t, not size_t, soTom Yu2005-01-131-0/+5
* * prng.c (do_yarrow_init): Move mutex initialization here.Ken Raeburn2004-11-171-0/+5
* Convert Yarrow to use AES not 3des. Update test vectorsSam Hartman2004-11-161-0/+5
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-301-0/+9
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-171-0/+4
* * Makefile.in (SHLIB_RDIRS): SetKen Raeburn2004-06-161-0/+2
* * Makefile.in (SHLIB_DIRS, SHLIB_EXPLIBS, SHLIB_EXPDEPLIBS): Set to depend onKen Raeburn2004-06-151-0/+8
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-041-0/+4
* * prng.c (init_once): Variable deleted.Ken Raeburn2004-06-021-0/+6
* * t_encrypt.c (compare_results): Declare static.Ezra Peisach2004-05-241-0/+7
* Link test programs against thread support libraryKen Raeburn2004-05-131-0/+5
* * libk5crypto.exports: Add the DES tables back in; libdes425 uses them directlyKen Raeburn2004-05-131-0/+5
* * configure.in: Check for endian.h and machine/endian.h.Ken Raeburn2004-05-071-0/+4
* * prng.c (krb5int_prng_cleanup): Destroy the mutexKen Raeburn2004-05-011-0/+2
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variablesKen Raeburn2004-05-011-0/+1
* Add a mutex for the shared static storage used by YarrowKen Raeburn2004-05-011-0/+21
* * libk5crypto.exports: Drop the library init/fini functions and the DES tablesKen Raeburn2004-04-301-0/+5
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-221-0/+4
* * pbkdf2.c (hmac1): Make a local copy of the supplied keyblock structure, inKen Raeburn2004-03-221-0/+5
* * prng.c (krb5int_prng_cleanup): Renamed from prng_cleanup.Ken Raeburn2004-03-181-0/+6
* * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_...Ken Raeburn2004-03-041-0/+5
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-241-0/+4
* protoizeKen Raeburn2004-02-191-0/+11
* * t_encrypt.c (compare_results): New function.Ken Raeburn2004-02-131-0/+8
* * t_cts.c (test_cts): Process encryption and decryption IVs separately, makeKen Raeburn2004-02-091-0/+5
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-131-0/+6
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-221-1/+14
* crypto library has bogus dependence on com_errKen Raeburn2003-07-221-0/+4
* With this patch, things seem to work with a Heimdal client and MIT KDCKen Raeburn2003-06-261-0/+4
* * cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with newKen Raeburn2003-06-241-0/+9
* If krb5_c_string_to_key isSam Hartman2003-06-051-0/+5
* Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2003-05-151-0/+4
* provide shorthand aliases for AES enctypesKen Raeburn2003-05-131-0/+5
* Add AES enctypes to t_encryptSam Hartman2003-05-131-0/+4
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-121-0/+4
* Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn2003-04-131-0/+9
* * prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2003-03-061-0/+4
* * Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2003-03-051-0/+6
* string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2003-03-051-1/+2