| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Clean up some broken uses of "const" in function interfaces | Ken Raeburn | 2002-12-19 | 2 | -13/+19 |
| * | * Makefile.in (clean): Clean up more test executables and object | Ezra Peisach | 2002-12-06 | 3 | -3/+9 |
| * | update dependencies | Tom Yu | 2002-11-27 | 1 | -11/+6 |
| * | Wrong size for memset()s in combine_keys() | Ken Hornstein | 2002-11-14 | 1 | -3/+3 |
| * | Calling convention for krb5int_c_combine_keys does not match prototype | Ken Hornstein | 2002-11-03 | 2 | -1/+6 |
| * | * Makefile.in (check-unix): Don't run t_pkcs5 | Ken Raeburn | 2002-10-31 | 2 | -1/+6 |
| * | Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt | Ken Hornstein | 2002-10-24 | 3 | -0/+339 |
| * | * Makefile.in (EXTRADEPSRCS): New variable. | Ken Raeburn | 2002-10-10 | 2 | -1/+63 |
| * | * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined, | Ken Raeburn | 2002-10-10 | 2 | -6/+69 |
| * | * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linking | Ken Raeburn | 2002-10-10 | 2 | -2/+7 |