aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2006-07-25Removed unused Metrowerks compiler support.Alexandra Ellwood1-4/+0
2006-06-28autoconf 2.60 compatibilityKen Raeburn15-16/+16
2006-05-25Create crypto, des425 Makefiles from top levelKen Raeburn16-41/+30
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn15-84/+84
2006-05-23install headers into include/krb5Ken Raeburn15-446/+493
2006-04-20shsUpdate should take an unsigned int for lengthEzra Peisach5-8/+8
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn15-244/+197
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman15-4015/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn6-277/+0
2006-04-03include autoconf.h in a few more placesKen Raeburn2-0/+6
2006-04-02don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn30-0/+75
2006-03-31make depend, now with dependency sortingKen Raeburn15-642/+658
2006-03-30* aesopt.h: Include autoconf.hKen Raeburn3-3/+10
2006-03-30* shs.c: Include shs.h firstKen Raeburn2-1/+5
2006-03-30fill a paragraph in a comment because it's making my scripted parsing difficultKen Raeburn1-5/+5
2006-03-27make dependKen Raeburn15-243/+276
2006-03-13* Makefile.in (check-unix): Use RUN_SETUPKen Raeburn2-2/+6
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn17-240/+244
2006-03-08make dependKen Raeburn15-84/+168
2006-01-18Include the support library when linking various test programs, because onKen Raeburn10-19/+42
2006-01-11Remove krb5_callconv from non-exported internal functionSam Hartman2-1/+5
2005-12-02* Makefile.in (t_crc): Build against support library.Ken Raeburn2-3/+8
2005-11-29make dependTom Yu15-317/+218
2005-11-29don't break make depend in lib/crypto on k5-int.h orderingTom Yu3-6/+6
2005-11-18* t_hmac.c, t_pkcs5.c: Don't include krb5.hKen Raeburn3-2/+4
2005-10-19* arcfour_s2k.c (asctouni): Counter should be size_t, like lenKen Raeburn2-1/+5
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman8-23/+0
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2-1/+5
2005-07-02rename string_to_key.c to arcfour_s2k.cKen Raeburn3-5/+10
2005-07-02rename arcfour.c to rc4.cKen Raeburn3-12/+16
2005-06-21Update dependenciesKen Raeburn15-196/+320
2005-06-10* destest.c (main): Force testing of unaligned access to input, output, and keyKen Raeburn2-3/+17
2005-06-09* f_tables.h: Include k5-platform.h.Ken Raeburn2-11/+9
2005-05-24Make "make check" able to link things again..Ken Raeburn2-1/+7
2005-05-20Implement RFC 3961 PRFSam Hartman11-21/+454
2005-05-04build failure on sparc64-solarisKen Raeburn2-1/+5
2005-05-01typo fixKen Raeburn1-1/+1
2005-05-01* ytypes.h: Include autoconf.h. Include sys/types.h only if it existsKen Raeburn2-0/+8
2005-05-01* shs.c (SHSTransform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2-0/+32
2005-05-01* md5.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2-0/+60
2005-05-01* md4.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2-0/+27
2005-05-01* t_crc.c (main): Don't run timing test for nowKen Raeburn2-1/+7
2005-04-28* yarrow.c: Delete old macintosh support.Ken Raeburn2-13/+21
2005-04-13Allow compile-time specification that small code space is desiredKen Raeburn5-15/+61
2005-04-13* aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag.Ken Raeburn2-7/+14
2005-04-13* aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor...Ken Raeburn2-1/+8
2005-04-13* Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ...Ken Raeburn2-1/+6
2005-03-15krb5_c_is_keyed_cksum() is a boolean function. It cannot safely returnJeffrey Altman2-1/+10
2005-01-14* prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't checkKen Raeburn2-28/+19
2005-01-14* yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2-6/+27