summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Update to be consistent with what MS usesSam Hartman2001-11-072-6/+7
* Set output length correctlySam Hartman2001-11-072-0/+5
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-0611-8/+215
* 2001-10-29 Jeff Altman <jaltman@columbia.edu>Jeffrey Altman2001-10-292-3/+17
* * Makefile.in - added dependency info for hmac_md5.cJeffrey Altman2001-10-292-1/+13
* * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2001-10-262-4/+12
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-262-0/+6
* * t_encrypt.c: Argument to krb5_c_encrypt_length must be size_tEzra Peisach2001-10-242-2/+13
* * arcfour.h: Declare krb5int_enc_arcfour extern so that multipleEzra Peisach2001-10-242-3/+10
* Handle inlines in ansi-compatible mannerSam Hartman2001-10-232-8/+21
* * 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