| Commit message (Expand) | Author | Age | Files | Lines |
* | * aes.c (krb5int_aes_encrypt, krb5int_aes_decrypt): Copy out value for new IV | Ken Raeburn | 2004-02-09 | 2 | -0/+10 |
* | * arcfour.c (l40): Now const | Ken Raeburn | 2003-12-20 | 2 | -1/+5 |
* | * arcfour.c (arcfour_weakkey1, arcfour_weakkey2, arcfour_weakkeys): Now const | Ken Raeburn | 2003-12-20 | 2 | -7/+11 |
* | Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' defined | Ken Raeburn | 2003-12-20 | 10 | -10/+23 |
* | make depend | Ken Raeburn | 2003-12-15 | 15 | -272/+316 |
* | Add platform-dependent 64-bit and inline-function support via new header | Ken Raeburn | 2003-12-13 | 4 | -21/+77 |
* | Change crypto "provider" structures to hold numeric values instead of function | Ken Raeburn | 2003-07-22 | 41 | -228/+190 |
* | Don't combine encrypt and decrypt code paths. | Ken Raeburn | 2003-07-22 | 2 | -19/+45 |
* | crypto library has bogus dependence on com_err | Ken Raeburn | 2003-07-22 | 2 | -2/+4 |
* | * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were after | Ken Raeburn | 2003-07-22 | 3 | -4/+10 |
* | Separate the DES encrypt and decrypt operations into separate functions, | Ken Raeburn | 2003-07-17 | 4 | -254/+361 |
* | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 28 | -14/+56 |
* | With this patch, things seem to work with a Heimdal client and MIT KDC | Ken Raeburn | 2003-06-26 | 2 | -0/+6 |
* | * cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with new | Ken Raeburn | 2003-06-24 | 3 | -0/+24 |
* | If krb5_c_string_to_key is | Sam Hartman | 2003-06-05 | 2 | -0/+19 |
* | make-depend updates | Ken Raeburn | 2003-05-24 | 15 | -221/+221 |
* | When generating etype_info2 for DES style keys, use s2kparams to | Sam Hartman | 2003-05-24 | 2 | -2/+21 |
* | Only allow combine_keys to work on des and 3des enctypes. It is not | Sam Hartman | 2003-05-15 | 2 | -0/+26 |
* | provide shorthand aliases for AES enctypes | Ken Raeburn | 2003-05-13 | 2 | -0/+15 |
* | reduce AES string-to-key iteration count to 4096 | Ken Raeburn | 2003-05-13 | 2 | -3/+39 |
* | Add AES enctypes to t_encrypt | Sam Hartman | 2003-05-13 | 2 | -0/+6 |
* | * IMplement etype_info in KDC. If the request contains any new | Sam Hartman | 2003-05-12 | 2 | -1/+4 |
* | AES code shouldn't define uint32_t etc if the system provides them | Ken Raeburn | 2003-04-29 | 2 | -1/+5 |
* | * dk_encrypt.c (krb5int_aes_dk_encrypt): Set output length properly | Ken Raeburn | 2003-04-18 | 2 | -0/+7 |
* | Finish implementation of CBC+CTS decryption and truncated HMAC for AES. | Ken Raeburn | 2003-04-13 | 9 | -36/+348 |
* | Avoid really, really huge cpu time usage caused by iteration count in | Ken Raeburn | 2003-04-13 | 2 | -0/+11 |
* | * prng.c: use Unix randomness sources on Mac OS X | Alexandra Ellwood | 2003-03-06 | 2 | -4/+7 |
* | * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate... | Alexandra Ellwood | 2003-03-06 | 2 | -0/+7 |
* | * Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst. | Ken Raeburn | 2003-03-05 | 2 | -2/+17 |
* | string_to_key.c (krb5_c_string_to_key_with_params): Declare before use | Ken Raeburn | 2003-03-05 | 2 | -1/+12 |
* | Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, except | Ken Raeburn | 2003-03-05 | 16 | -76/+114 |
* | * aes.c (krb5int_aes_init_state): Implement. | Ken Raeburn | 2003-03-05 | 3 | -3/+14 |
* | Add AES string-to-key function | Ken Raeburn | 2003-03-05 | 4 | -9/+84 |
* | Delete some unused declarations from old-crypto API | Ken Raeburn | 2003-03-05 | 8 | -21/+22 |
* | * pbkdf2.c (F): Now takes krb5_data for password and salt. | Ken Raeburn | 2003-03-03 | 3 | -42/+53 |
* | * Makefile.in (clean): Cleanup testing objects and outputs | Ezra Peisach | 2003-02-28 | 2 | -0/+7 |
* | remove wrong comment | Ken Raeburn | 2003-02-26 | 1 | -1/+0 |
* | * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that if | Ezra Peisach | 2003-02-05 | 2 | -2/+7 |
* | update dependencies | Ken Raeburn | 2003-02-03 | 2 | -8/+17 |
* | *** empty log message *** | Ken Raeburn | 2003-02-03 | 1 | -0/+5 |
* | Remove placeholder file that shouldn't have been checked in | Ken Raeburn | 2003-02-03 | 2 | -9/+6 |
* | Build and link in AES crypto code (but don't define the enctype yet). | Ken Raeburn | 2003-02-03 | 6 | -171/+352 |
* | * aes.c: New file. | Ken Raeburn | 2003-02-03 | 3 | -2/+206 |
* | Make l40 static | Sam Hartman | 2003-02-03 | 2 | -1/+6 |
* | AES implementation by Briad Gladman; tweaked for krb5 tree | Ken Raeburn | 2003-02-03 | 31 | -0/+39436 |
* | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -4/+3 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 29 | -15/+103 |
* | Cleanup unused | Ezra Peisach | 2002-12-23 | 9 | -146/+98 |
* | * t_crc.c: Declare local functions static | Ezra Peisach | 2002-12-23 | 2 | -5/+9 |
* | * t_cksum.c: Cleanup (potential) variable used before set warning | Ezra Peisach | 2002-12-23 | 2 | -1/+5 |