aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn1-6/+5
2007-08-20read_entropy_from_device on partial read will not fill bufferEzra Peisach1-4/+6
2007-08-16make dependKen Raeburn15-482/+529
2007-05-10Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn10-34/+50
2007-05-10Rewrite weak key check to use a small custom struct instead of wedgingKen Raeburn1-10/+12
2007-05-10We're requiring that 'inline' work nowadays, so don't conditionalize its useKen Raeburn1-7/+1
2007-05-10Use new comparison inline fnKen Raeburn1-3/+2
2007-03-25Store a little more detail for unknown enctype errorKen Raeburn1-1/+5
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach1-3/+3
2007-01-27sortKen Raeburn1-1/+1
2006-12-01bump minor versions due to API additionsTom Yu1-1/+1
2006-11-17update krb5_c_keylength function, create krb5_c_random_to_key functionKevin Coffman4-10/+103
2006-11-09Add public function to get keylenth associated with an enctypeKevin Coffman3-0/+67
2006-11-05Make clean does not remove lib/crypto/t_prfEzra Peisach1-1/+1
2006-11-02* prng.c (init_error): Unused variable deletedKen Raeburn1-1/+0
2006-10-15Cleanup unused variable warning during make checkEzra Peisach1-1/+0
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn8-19/+19
2006-10-06make dependTom Yu15-199/+236
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