| Commit message (Expand) | Author | Age | Files | Lines |
| * | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 1 | -382/+0 |
| * | Implement DES and 3DES PRF. Patch fromKAMADA Ken'ichi | Sam Hartman | 2009-04-30 | 1 | -1/+5 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -0/+11 |
| * | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 1 | -3/+50 |
| * | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 1 | -0/+15 |
| * | Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' defined | Ken Raeburn | 2003-12-20 | 1 | -0/+3 |
| * | Separate the DES encrypt and decrypt operations into separate functions, | Ken Raeburn | 2003-07-17 | 1 | -0/+40 |
| * | * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate... | Alexandra Ellwood | 2003-03-06 | 1 | -0/+2 |
| * | Delete some unused declarations from old-crypto API | Ken Raeburn | 2003-03-05 | 1 | -8/+0 |
| * | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 1 | -37/+6 |
| * | * des_int.h: use "" includes for k5-int.h | Tom Yu | 2002-06-08 | 1 | -1/+1 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -31/+31 |
| * | * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt, | Ezra Peisach | 2001-05-31 | 1 | -3/+3 |
| * | more cleanup - add const, reduce casting | Ken Raeburn | 2001-04-10 | 1 | -7/+8 |
| * | use const for some inputs (when practical) without changing api | Ken Raeburn | 2001-04-10 | 1 | -7/+9 |
| * | fix pathname in comment | Ken Raeburn | 2001-04-10 | 1 | -1/+1 |
| * | * des_int.h: Don't use PROTOTYPE macro. | Ken Raeburn | 2001-04-10 | 1 | -67/+72 |
| * | * des_int.h: Change prototypes for mit_des_cbc_encrypt(), | Ezra Peisach | 2000-10-17 | 1 | -3/+4 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -2/+27 |
| * | * d3_cbc.c, des.h, des_int.h, f_cbc.c, f_cksum.c, f_ecb.c, | Tom Yu | 1997-10-27 | 1 | -9/+8 |
| * | * des_int.h: Use better logic to find an appropriate type for | Tom Yu | 1997-10-14 | 1 | -1/+20 |
| * | Add missing prototypes; needed to make Win-32 compiler happy | Theodore Tso | 1996-06-13 | 1 | -0/+13 |
| * | * des_int.h: the cs_entry routines in cbc_cksum.c are now static | Richard Basch | 1996-05-15 | 1 | -9/+0 |
| * | Replace des3-md5 with des3-sha | Richard Basch | 1996-05-10 | 1 | -1/+1 |
| * | New DES random number generation. For regular DES, it is nearly equivalent | Richard Basch | 1996-05-07 | 1 | -23/+17 |
| * | Added support for ENCTYPE_DES3_CBC_RAW (gssapi) | Richard Basch | 1996-03-29 | 1 | -1/+2 |
| * | Fix return type for mit_des3_string_to_key() | Theodore Tso | 1996-01-11 | 1 | -1/+1 |
| * | f_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const declaration to input | Ezra Peisach | 1995-11-28 | 1 | -1/+1 |
| * | 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 |
| * | * string2key.c : Remove krb5_enctype from krb5_string_to_key() args. | Chris Provenzano | 1995-11-09 | 1 | -1/+1 |
| * | Define PROTOTYPE if it is not defined elsewhere | Theodore Tso | 1995-09-23 | 1 | -0/+8 |
| * | Reintegrate the keytype -> enctype changes | Ezra Peisach | 1995-09-12 | 1 | -1/+1 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 1 | -1/+1 |
| * | * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.c | Chris Provenzano | 1995-09-06 | 1 | -1/+1 |
| * | * f_cksum.c: Change code to match prototypes | Ezra Peisach | 1995-08-26 | 1 | -3/+9 |
| * | Inline the old contents of mit-des.h | Paul Park | 1995-07-27 | 1 | -2/+50 |
| * | Windows global stuff: | Keith Vetter | 1995-04-14 | 1 | -39/+40 |
| * | * Makefile.in (LDFLAGS): Remove, conflicts with pre.in. | John Gilmore | 1995-03-17 | 1 | -1/+1 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 1 | -1/+1 |
| * | Made the CRYPTO directories work on the PC by adding INTERFACE to all the | Keith Vetter | 1995-02-21 | 1 | -21/+28 |
| * | Remove unused cruft from des_int.h | Theodore Tso | 1995-02-03 | 1 | -73/+0 |
| * | * Removed all narrow types and references to wide.h and narrow.h | Chris Provenzano | 1995-01-25 | 1 | -7/+0 |
| * | Change internal calling signature to pass in the encryption block, so | Theodore Tso | 1994-11-08 | 1 | -3/+3 |
| * | Remove declarations of the cryptosystem specific structures to | Theodore Tso | 1994-10-14 | 1 | -19/+6 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -3/+1 |
| * | Fixed crypto_system table entries; added raw DES cryptosystem | Theodore Tso | 1994-01-13 | 1 | -6/+14 |
| * | Change export warning notice from "is assumed to require an export license" | Theodore Tso | 1993-09-01 | 1 | -2/+2 |
| * | Update copyright notice | John Kohl | 1991-06-06 | 1 | -2/+16 |