summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* * aes.c (krb5int_aes_encrypt, krb5int_aes_decrypt): Copy out value for new IVKen Raeburn2004-02-092-0/+10
* * arcfour.c (l40): Now constKen Raeburn2003-12-202-1/+5
* * arcfour.c (arcfour_weakkey1, arcfour_weakkey2, arcfour_weakkeys): Now constKen Raeburn2003-12-202-7/+11
* Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' definedKen Raeburn2003-12-2010-10/+23
* make dependKen Raeburn2003-12-1515-272/+316
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-134-21/+77
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-2241-228/+190
* Don't combine encrypt and decrypt code paths.Ken Raeburn2003-07-222-19/+45
* crypto library has bogus dependence on com_errKen Raeburn2003-07-222-2/+4
* * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were afterKen Raeburn2003-07-223-4/+10
* 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