summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* minor cleanup + audit issuesKen Raeburn2001-03-154-22/+18
* * crc-32.h: Stop using PROTOTYPE macroKen Raeburn2001-03-152-2/+5
* * Makefile.in (STLIBOBJS): Undo last changeKen Raeburn2001-03-132-1/+5
* * make_random_key.c, old_api_glue.c: Do not use a variable namedEzra Peisach2001-03-113-9/+14
* use prototype-style function defs. meant to attach this log with last checkin...Ken Raeburn2001-03-091-0/+5
* Makefile.in (STLIBOBJS): Nothing uses des_stringtokey.o, drop itKen Raeburn2001-03-095-28/+25
* Use krb5int_ prefix for internal "provider" structuresKen Raeburn2001-03-0920-43/+65
* krb5_const -> constKen Raeburn2001-03-0641-208/+245
* prng.c: use des3 nowKen Raeburn2001-03-062-14/+19
* * make_checksum.c (krb5_c_make_checksum): Clear checksum contents pointer afterKen Raeburn2001-01-302-0/+6
* more afsstring2key unterminated-input checks & fixesKen Raeburn2001-01-252-2/+25
* * t_afss2k.c: Extend test cases to cover situation where krb5_data refers toKen Raeburn2001-01-253-18/+49
* * stringtokey.c (kerberos): Now const.Ken Raeburn2001-01-242-2/+7
* missed a variable that should've been made constKen Raeburn2001-01-212-2/+3
* add mit copyrightKen Raeburn2001-01-211-0/+24
* fix year for last changeKen Raeburn2001-01-211-1/+1
* make afs string2key thread-safeKen Raeburn2001-01-202-53/+63
* add some commentsKen Raeburn2001-01-201-0/+5
* new test case for afs string2keyKen Raeburn2001-01-203-2/+106
* * nfold.c (krb5_nfold): inbots and outbits are now unsigned intEzra Peisach2000-10-173-3/+9
* * hash_sha1.c (k5_sha1_hash): Cast length field in shsUpdate callEzra Peisach2000-10-172-1/+6
* * des_int.h: Change prototypes for mit_des_cbc_encrypt(),Ezra Peisach2000-10-177-12/+32
* * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsignedEzra Peisach2000-09-256-20/+34
* * afsstring2key.c: Initialization of S[8][64] - each 64 elementsEzra Peisach2000-06-302-32/+37
* crypto_libinit.c: Add prototype for prng_cleanup()Ezra Peisach2000-06-302-0/+6
* prng.c (prng_cleanup): Ensure memory allocated before calling freeEzra Peisach2000-06-292-1/+5
* Get rid of unused variableEzra Peisach2000-06-282-2/+5
* des.c, des3.c: Remove unused variablesEzra Peisach2000-06-283-4/+6
* afsstring2key.c: "register x" -> "register int x"Ezra Peisach2000-06-282-3/+7
* pullup from 1.2 branchKen Raeburn2000-06-2710-13/+99
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-013-0/+9
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-0112-24/+24
* * t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt()Ezra Peisach2000-02-253-5/+12
* * crypto_libinit.c: Add terminating newline; use 0 and 1 insteadTom Yu2000-01-242-4/+9
* Moved krb5, gss, and crypto library initialization/cleanup code into new dedi...Miro Jurisic2000-01-225-0/+52
* Various changes to:Ken Raeburn2000-01-2245-143/+203
* * prng.c (enc): Now static and const, and points to constKen Raeburn2000-01-222-1/+5
* Avoid non-const static data, and gcc warnings Solaris, except afsstring2key.c:Ken Raeburn2000-01-224-15/+42
* log tritan's changesTom Yu1999-10-2612-0/+84
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-2612-19/+14
* copyright notice updates from 1.1 branchKen Raeburn1999-09-2414-14/+56
* Tom's cryptosystem alias entries from 1.1 branchKen Raeburn1999-09-013-0/+31
* memmove/bcopy fix from 1.1 branchKen Raeburn1999-09-012-0/+12
* * etypes.c: Update des3-cbc-sha1 to alignt with new numberTom Yu1999-08-183-4/+12
* * dk_encrypt.c (krb5_marc_dk_encrypt): CallTom Yu1999-06-292-1/+7
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-192-33/+37
* Do win32 build in subdirDanilo Almeida1999-05-1024-84/+132
* Fixed typo in SRCSMiro Jurisic1999-01-221-1/+1
* * make_checksum.c (krb5_c_make_checksum): Note the fact that we'reTom Yu1999-01-054-1/+38
* * dk.h: Add prototypes for krb5_marc_dk_*Tom Yu1999-01-055-0/+389