summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* * Add usage to verify in keyhash checksSam Hartman2001-10-234-2/+9
* Add Heimdal compatible aliases for rc4Sam Hartman2001-10-232-0/+11
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-2320-44/+479
* Include usage argument in keyed hash provider callsSam Hartman2001-10-227-5/+26
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-2012-60/+60
* Ignore salt for arc4 string2key per Microsoft specSam Hartman2001-10-192-11/+8
* * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman2001-10-192-9/+51
* Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman2001-10-185-0/+482
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-1112-153/+165
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1011-46/+66
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-0624-99/+124
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-0422-37/+47
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-064-11/+11
* dependenciesKen Raeburn2001-09-0113-26/+386
* * t_shs3.c: New test file from Marcus Watts.Ken Raeburn2001-07-164-13/+614
* * crypto_libinit.c: Include crypto_libinit.h for prototypesEzra Peisach2001-07-082-0/+5
* * shs.h, shs.c, t_shs.c: Fix sha1 on Windows by renaming LONG toDanilo Almeida2001-07-064-51/+53
* vectors.c: fix some compiler complaintsKen Raeburn2001-07-052-34/+76
* * string2key.c (mit_des_string_to_key_int): Undo last changeKen Raeburn2001-06-222-1/+5
* new fileKen Raeburn2001-06-221-0/+16
* vectors.c: New file. Test vectors, submitted for inclusion in RFC1510bisKen Raeburn2001-06-222-0/+472
* * destest.c (value): Now signed int, since some entries are negative.Ken Raeburn2001-06-222-5/+12
* updateKen Raeburn2001-06-221-3/+11
* * string2key.c (mit_des_string_to_key_int): Now staticKen Raeburn2001-06-222-1/+5
* * derive.c: provide krb5_derive_random, krb5_random2key a la rfc1510bis (not ...Ken Raeburn2001-06-222-0/+106
* * checksum.c (krb5_dk_make_checksum): Cast 0x99 to char explicitly to silence...Ken Raeburn2001-06-222-1/+6
* * t_nfold.c (main): Cast argument to printf to be consistantEzra Peisach2001-06-212-1/+6
* * t_shs.c: Cast arguments to match printf format. Declare mainEzra Peisach2001-06-212-2/+10
* * t_verify.c: Get rid of global variables i,jEzra Peisach2001-06-212-1/+7
* fix salt length for afs caseKen Raeburn2001-06-212-10/+18
* * destest.c: main returns int instead of void. Add "const" toEzra Peisach2001-06-123-18/+28
* * t_mddriver.c: Cleanup assignments in conditionals w/o parentheses.Ezra Peisach2001-06-122-33/+38
* * k5_md4des.c (k5_md4des_verify): Get rid of local variable thatEzra Peisach2001-05-313-4/+8
* * des.c (k5_des_docrypt): Do not use a variable named "encrypt"Ezra Peisach2001-05-313-4/+9
* * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt".Ezra Peisach2001-05-313-6/+9
* * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt,Ezra Peisach2001-05-312-3/+8
* * f_tables.h: Do not define const to nothing on platforms thatEzra Peisach2001-04-122-6/+5
* some stuff to be fixed in des codeKen Raeburn2001-04-101-0/+5
* more casting cleanupKen Raeburn2001-04-109-13/+26
* fix/add casts as neededKen Raeburn2001-04-1016-15/+50
* more cleanup - add const, reduce castingKen Raeburn2001-04-108-41/+51
* use const for some inputs (when practical) without changing apiKen Raeburn2001-04-104-25/+36
* fix pathname in commentKen Raeburn2001-04-101-1/+1
* * des_int.h: Don't use PROTOTYPE macro.Ken Raeburn2001-04-102-68/+80
* afsstring2key.c, destest.c: Don't use PROTOTYPE macroKen Raeburn2001-04-103-5/+9
* update commentsKen Raeburn2001-03-151-3/+13
* t_nfold.c: run n-fold test vector from kerberos-revisions draftKen Raeburn2001-03-152-1/+68
* minor cleanup + audit issuesKen Raeburn2001-03-154-81/+79
* audit issuesKen Raeburn2001-03-151-0/+7
* * shs.h: Stop using KRB5_PROTOTYPEKen Raeburn2001-03-152-9/+9