| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ignore some more generated files | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | ignore some files generated during testing | Ken Raeburn | 2004-02-19 | 2 | -0/+6 |
| * | protoize | Ken Raeburn | 2004-02-19 | 55 | -412/+249 |
| * | ignore aes-gen program | Ken Raeburn | 2004-02-19 | 1 | -0/+1 |
| * | * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variable | Ken Raeburn | 2004-02-17 | 5 | -24/+30 |
| * | * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it local | Ken Raeburn | 2004-02-17 | 2 | -4/+23 |
| * | * t_encrypt.c (compare_results): New function. | Ken Raeburn | 2004-02-13 | 3 | -8/+57 |
| * | * dk_decrypt.c (krb5_dk_decrypt_maybe_trunc_hmac): New argument IVEC_MODE. If | Ken Raeburn | 2004-02-13 | 3 | -11/+48 |
| * | * t_cts.c (test_cts): Process encryption and decryption IVs separately, make | Ken Raeburn | 2004-02-09 | 2 | -3/+33 |
| * | * 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 |