aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2003-07-17delete ##WIN16## lines from makefilesKen Raeburn28-14/+56
2003-06-26With this patch, things seem to work with a Heimdal client and MIT KDCKen Raeburn2-0/+6
2003-06-24* cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with newKen Raeburn3-0/+24
2003-06-05If krb5_c_string_to_key isSam Hartman2-0/+19
2003-05-24make-depend updatesKen Raeburn15-221/+221
2003-05-24When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2-2/+21
2003-05-15Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2-0/+26
2003-05-13provide shorthand aliases for AES enctypesKen Raeburn2-0/+15
2003-05-13reduce AES string-to-key iteration count to 4096Ken Raeburn2-3/+39
2003-05-13Add AES enctypes to t_encryptSam Hartman2-0/+6
2003-05-12* IMplement etype_info in KDC. If the request contains any newSam Hartman2-1/+4
2003-04-29AES code shouldn't define uint32_t etc if the system provides themKen Raeburn2-1/+5
2003-04-18* dk_encrypt.c (krb5int_aes_dk_encrypt): Set output length properlyKen Raeburn2-0/+7
2003-04-13Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn9-36/+348
2003-04-13Avoid really, really huge cpu time usage caused by iteration count inKen Raeburn2-0/+11
2003-03-06* prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2-4/+7
2003-03-06* des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2-0/+7
2003-03-05* Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2-2/+17
2003-03-05string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2-1/+12
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn16-76/+114
2003-03-05* aes.c (krb5int_aes_init_state): Implement.Ken Raeburn3-3/+14
2003-03-05Add AES string-to-key functionKen Raeburn4-9/+84
2003-03-05Delete some unused declarations from old-crypto APIKen Raeburn8-21/+22
2003-03-03* pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn3-42/+53
2003-02-28 * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2-0/+7
2003-02-26remove wrong commentKen Raeburn1-1/+0
2003-02-05 * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that ifEzra Peisach2-2/+7
2003-02-03update dependenciesKen Raeburn2-8/+17
2003-02-03*** empty log message ***Ken Raeburn1-0/+5
2003-02-03Remove placeholder file that shouldn't have been checked inKen Raeburn2-9/+6
2003-02-03Build and link in AES crypto code (but don't define the enctype yet).Ken Raeburn6-171/+352
2003-02-03* aes.c: New file.Ken Raeburn3-2/+206
2003-02-03Make l40 staticSam Hartman2-1/+6
2003-02-03AES implementation by Briad Gladman; tweaked for krb5 treeKen Raeburn31-0/+39436
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-4/+3
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn29-15/+103
2002-12-23Cleanup unusedEzra Peisach9-146/+98
2002-12-23 * t_crc.c: Declare local functions staticEzra Peisach2-5/+9
2002-12-23 * t_cksum.c: Cleanup (potential) variable used before set warningEzra Peisach2-1/+5
2002-12-19Clean up some broken uses of "const" in function interfacesKen Raeburn2-13/+19
2002-12-06 * Makefile.in (clean): Clean up more test executables and objectEzra Peisach3-3/+9
2002-11-27update dependenciesTom Yu1-11/+6
2002-11-14Wrong size for memset()s in combine_keys()Ken Hornstein1-3/+3
2002-11-03Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2-1/+6
2002-10-31* Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2-1/+6
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein3-0/+339
2002-10-10* Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2-1/+63
2002-10-10* string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2-6/+69
2002-10-10* Makefile.in (t_cksum4, t_cksum5): Include com_err library when linkingKen Raeburn2-2/+7
2002-10-10whitespaceKen Raeburn1-3/+9