summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-051-0/+18
* * pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn2003-03-031-0/+9
* Build and link in AES crypto code (but don't define the enctype yet).Ken Raeburn2003-02-031-0/+34
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-101-0/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-101-0/+7
* Cleanup unusedEzra Peisach2002-12-231-0/+6
* Clean up some broken uses of "const" in function interfacesKen Raeburn2002-12-191-0/+6
* * Makefile.in (clean): Clean up more test executables and objectEzra Peisach2002-12-061-0/+5
* Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2002-11-031-0/+5
* * Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2002-10-311-0/+4
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-241-0/+5
* * Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2002-10-101-0/+4