summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Separate the DES encrypt and decrypt operations into separate functions,Ken Raeburn2003-07-174-254/+361
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-1728-14/+56
* With this patch, things seem to work with a Heimdal client and MIT KDCKen Raeburn2003-06-262-0/+6
* * cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with newKen Raeburn2003-06-243-0/+24
* If krb5_c_string_to_key isSam Hartman2003-06-052-0/+19
* make-depend updatesKen Raeburn2003-05-2415-221/+221
* When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2003-05-242-2/+21
* Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2003-05-152-0/+26
* provide shorthand aliases for AES enctypesKen Raeburn2003-05-132-0/+15
* reduce AES string-to-key iteration count to 4096Ken Raeburn2003-05-132-3/+39
* Add AES enctypes to t_encryptSam Hartman2003-05-132-0/+6
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-122-1/+4
* AES code shouldn't define uint32_t etc if the system provides themKen Raeburn2003-04-292-1/+5
* * dk_encrypt.c (krb5int_aes_dk_encrypt): Set output length properlyKen Raeburn2003-04-182-0/+7
* Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn2003-04-139-36/+348
* Avoid really, really huge cpu time usage caused by iteration count inKen Raeburn2003-04-132-0/+11
* * prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2003-03-062-4/+7
* * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2003-03-062-0/+7
* * Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2003-03-052-2/+17
* string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2003-03-052-1/+12
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-0516-76/+114
* * aes.c (krb5int_aes_init_state): Implement.Ken Raeburn2003-03-053-3/+14
* Add AES string-to-key functionKen Raeburn2003-03-054-9/+84
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-058-21/+22
* * pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn2003-03-033-42/+53
* * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2003-02-282-0/+7
* remove wrong commentKen Raeburn2003-02-261-1/+0
* * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that ifEzra Peisach2003-02-052-2/+7
* update dependenciesKen Raeburn2003-02-032-8/+17
* *** empty log message ***Ken Raeburn2003-02-031-0/+5
* Remove placeholder file that shouldn't have been checked inKen Raeburn2003-02-032-9/+6
* 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