summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Build and link in AES crypto code (but don't define the enctype yet).Ken Raeburn2003-02-036-171/+352
* * aes.c: New file.Ken Raeburn2003-02-033-2/+206
* Make l40 staticSam Hartman2003-02-032-1/+6
* AES implementation by Briad Gladman; tweaked for krb5 treeKen Raeburn2003-02-0331-0/+39436
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-4/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-1029-15/+103
* Cleanup unusedEzra Peisach2002-12-239-146/+98
* * t_crc.c: Declare local functions staticEzra Peisach2002-12-232-5/+9
* * t_cksum.c: Cleanup (potential) variable used before set warningEzra Peisach2002-12-232-1/+5
* Clean up some broken uses of "const" in function interfacesKen Raeburn2002-12-192-13/+19
* * Makefile.in (clean): Clean up more test executables and objectEzra Peisach2002-12-063-3/+9
* update dependenciesTom Yu2002-11-271-11/+6
* Wrong size for memset()s in combine_keys()Ken Hornstein2002-11-141-3/+3
* Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2002-11-032-1/+6
* * Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2002-10-312-1/+6
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-243-0/+339
* * Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2002-10-102-1/+63
* * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2002-10-102-6/+69
* * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linkingKen Raeburn2002-10-102-2/+7
* whitespaceKen Raeburn2002-10-101-3/+9
* * pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn2002-10-104-0/+738
* update dependenciesTom Yu2002-09-283-16/+23
* Fix DES_INT32 definitionTom Yu2002-09-277-47/+35
* update dependenciesKen Raeburn2002-08-2913-40/+80
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-2928-14/+70
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-295-0/+11
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-2328-14/+70
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-222-1/+8
* * string2key.c: Work around possible bug with AFS salts;Tom Yu2002-08-162-0/+8
* update dependenciesKen Raeburn2002-07-131-27/+54
* * Makefile.in (clean): Add t_prng and t_prng.oEzra Peisach2002-06-192-1/+5
* * Makefile.in (clean-unix): Remove t_crc.o and t_crcEzra Peisach2002-06-192-0/+5
* update dependenciesKen Raeburn2002-06-1514-191/+153
* * crypto_libinit.h: Changed macros so you can includeTom Yu2002-06-082-3/+9
* * des_int.h: use "" includes for k5-int.hTom Yu2002-06-082-1/+6
* * shs.h: use "" include for k5-int.hTom Yu2002-06-082-1/+6
* Update key usage numbers to reflect latest draft from JohnSam Hartman2002-05-132-2/+8
* Use the canonical _WIN32 instead of WIN32 to test for Win32.Danilo Almeida2002-04-112-1/+9
* rename some functions to have krb5_c_ prefixKen Raeburn2002-04-065-4/+36
* Add krb5_init_keyblockSam Hartman2002-03-293-14/+17
* update dependenciesKen Raeburn2002-03-265-4/+57
* Use const instead of krb5_constKen Raeburn2002-02-236-36/+45
* Reflect correct values for current codeSam Hartman2002-01-153-5/+10
* Don't right shift by 32Sam Hartman2002-01-142-1/+7
* * crc.pl: New file; perl script to do generate some test vectorsTom Yu2002-01-0911-405/+730
* Implement code to get random data from /dev/{random,urandom}. ForSam Hartman2002-01-082-1/+95
* * hmac_md5.c (k5_hmac_md5_hash): Test if malloc returns NULL andEzra Peisach2001-12-142-1/+6
* * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2001-12-052-3/+9
* * t_encrypt.c (main): Free memory when finished to test for memoryEzra Peisach2001-12-052-0/+12