| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt the | Richard Basch | 1995-12-12 | 1 | -1/+8 |
| * | Fixed the description of the algorithm in the comment | Richard Basch | 1995-12-02 | 1 | -2/+1 |
| * | XOR the last byte of weak keys with 0xf0, according to spec | Richard Basch | 1995-12-02 | 2 | -2/+6 |
| * | Corrected algorithm description at beginning. | Richard Basch | 1995-12-01 | 1 | -16/+26 |
| * | Corrected a bug in the wrap-around carry (found bug by comparing test results | Richard Basch | 1995-11-29 | 1 | -24/+16 |
| * | Make sure that each DES key is strong. If not, xor first byte with 0xf0 | Richard Basch | 1995-11-28 | 1 | -2/+8 |
| * | Corrected bit rotation to match documented algorithm | Richard Basch | 1995-11-28 | 1 | -5/+6 |
| * | Removed debugging assert() statement | Richard Basch | 1995-11-28 | 1 | -2/+0 |
| * | f_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const declaration to input | Ezra Peisach | 1995-11-28 | 3 | -2/+7 |
| * | The output block of n-fold should not be a "const" | Richard Basch | 1995-11-28 | 1 | -1/+1 |
| * | Added Triple-DES function prototypes and structures | Richard Basch | 1995-11-28 | 1 | -1/+56 |
| * | Compile in Triple-DES routines | Richard Basch | 1995-11-28 | 1 | -2/+13 |
| * | Triple DES shares the same random key initialization routine | Richard Basch | 1995-11-28 | 1 | -0/+1 |
| * | Triple-DES support routines | Richard Basch | 1995-11-28 | 7 | -0/+637 |
| * | * string2key.c : Remove krb5_enctype from krb5_string_to_key() args. | Chris Provenzano | 1995-11-09 | 3 | -3/+9 |
| * | Make mit_des_finish_key() safe to call even if there is no key that | Theodore Tso | 1995-11-01 | 2 | -2/+10 |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 2 | -1/+5 |
| * | Rename verify.c to t_verify.c to remove conflict with | Keith Vetter | 1995-09-29 | 3 | -3/+8 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 2 | -4/+7 |
| * | Define PROTOTYPE if it is not defined elsewhere | Theodore Tso | 1995-09-23 | 2 | -0/+12 |
| * | Added inclusion of des_int.h | Keith Vetter | 1995-09-13 | 2 | -0/+6 |
| * | Reintegrate the keytype -> enctype changes | Ezra Peisach | 1995-09-12 | 8 | -20/+32 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 8 | -32/+20 |
| * | * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.c | Chris Provenzano | 1995-09-06 | 7 | -19/+23 |
| * | * destest.c, random_key.c, string2key.c, verify.c : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 6 | -12/+21 |
| * | Set and use priv_size in the krb5_encrypt_block | Paul Park | 1995-08-29 | 3 | -1/+8 |
| * | * f_cksum.c: Change code to match prototypes | Ezra Peisach | 1995-08-26 | 12 | -54/+64 |
| * | Describe previous changes | Paul Park | 1995-07-27 | 1 | -0/+9 |
| * | Use des_int.h and fix compiler rumblings | Paul Park | 1995-07-27 | 1 | -2/+3 |
| * | Fix compiler rumblings | Paul Park | 1995-07-27 | 2 | -6/+6 |
| * | Use des_int.h instead of mit-des.h | Paul Park | 1995-07-27 | 3 | -0/+3 |
| * | Inline the old contents of mit-des.h | Paul Park | 1995-07-27 | 1 | -2/+50 |
| * | Add checksum verifier procedure/dispatch | Paul Park | 1995-07-07 | 3 | -0/+67 |
| * | * new_rn_key.c (mit_des_init_random_number_generator): don't call | Tom Yu | 1995-07-06 | 2 | -4/+10 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -4/+5 |
| * | clean-$(what) should be clean-$(WHAT) | Theodore Tso | 1995-06-07 | 1 | -1/+1 |
| * | Made the shared library makefile changes not apply to the PC | Keith Vetter | 1995-06-03 | 1 | -2/+11 |
| * | Add support building shared libraries | Theodore Tso | 1995-05-26 | 3 | -1/+14 |
| * | * key_sched.c (mit_des_key_sched): *always* fill in the schedule, | Mark Eichin | 1995-05-12 | 2 | -2/+8 |
| * | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 2 | -0/+96 |
| * | Windows global stuff: | Keith Vetter | 1995-04-14 | 20 | -62/+71 |
| * | Bring in portability fixes from Cygnus K4 release | John Gilmore | 1995-03-28 | 7 | -58/+93 |
| * | * Makefile.in (LDFLAGS): Remove, conflicts with pre.in. | John Gilmore | 1995-03-17 | 3 | -7/+19 |
| * | Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2) | Keith Vetter | 1995-03-15 | 4 | -46/+51 |
| * | Added the files and changes needed to create a dll out of libcrypto | Keith Vetter | 1995-03-03 | 5 | -14/+22 |
| * | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 2 | -2/+5 |
| * | Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with | Theodore Tso | 1995-03-01 | 2 | -3/+6 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 2 | -1/+5 |
| * | Made the CRYPTO directories work on the PC by adding INTERFACE to all the | Keith Vetter | 1995-02-21 | 20 | -79/+111 |
| * | Add KRB5_INT32 definitions for non-32 int platforms | Theodore Tso | 1995-02-08 | 2 | -0/+12 |