aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/util_crypt.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu1-0/+2
2010-10-26Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson1-85/+81
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu1-1/+1
2009-11-29Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson1-5/+6
2009-11-28Create functional internal interfaces to allow GSSAPI to performGreg Hudson1-123/+19
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-11/+10
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-4/+4
2009-10-25Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson1-98/+48
2009-10-20Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson1-26/+29
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-53/+80
2009-02-12Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-8/+8
2009-01-26Use 16/32-bit big/little-endian store functions in more placesKen Raeburn1-8/+4
2009-01-22fix trailing whitespaceTom Yu1-1/+1
2009-01-22whitespaceTom Yu1-155/+155
2009-01-17patch from Luke - minor cleanupKen Raeburn1-5/+6
2009-01-13Patch from Luke Howard to:Sam Hartman1-21/+48
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-17/+696
2008-10-15Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu1-162/+162
2003-12-20* util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const.Ken Raeburn1-2/+2
2002-11-15 * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach1-2/+2
2002-07-13Get rid of some unused functions and files. HideKen Raeburn1-16/+0
2001-10-26* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman1-1/+66
2001-06-22Cleanup usage of memory free routines:Danilo Almeida1-2/+2
2001-05-14 * wrap_size_limit.c (krb5_gss_wrap_size_limit): Get rid of unusedEzra Peisach1-6/+11
2001-04-24 * util_crypt.c (kg_make_confounder): Change variable random toEzra Peisach1-4/+4
2000-06-27pullup from 1.2 branchKen Raeburn1-18/+20
2000-06-01Check for existance of <memory.h>.Wilfredo Sanchez1-0/+2
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-56/+105
1997-02-06util_crypt.c: Include k5-int.h because we need to access the privateRichard Basch1-1/+4
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-14/+28
1995-04-14Windows global stuff:Keith Vetter1-5/+5
1995-03-08Made explicit the signed to unsigned conversions in the gssapi/krb5Keith Vetter1-2/+0
1995-02-21PC'fied gssapi directories. Mostly changing Makefile.in and adding theKeith Vetter1-5/+7
1995-01-19Fixed bugs in introduction of context variables; if the global context isTheodore Tso1-4/+9
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-5/+10
1994-08-18stamp out rcs keywordsMark Eichin1-4/+0
1994-06-10"downgrade" to classic C, tweak headers a bit, stamp out widen/narrowMark Eichin1-9/+22
1993-12-18As submitted by Openvision Technologies:Theodore Tso1-0/+97