summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/util_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-181-0/+11
* Use gssalloc memory management where appropriateSam Hartman2011-10-141-2/+2
* Avoid calling gss_release_buffer() from the message-processing codeGreg Hudson2011-05-091-9/+4
* Use internal crypto functions directly from util_crypt.c, avoiding aGreg Hudson2011-05-091-17/+4
* Remove kg_map_toktype(), as the call sites were removed in r21742Greg Hudson2011-04-211-26/+0
* Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu2010-12-071-0/+2
* Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson2010-10-261-85/+81
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-081-1/+1
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-291-5/+6
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-281-123/+19
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-11/+10
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-4/+4
* Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson2009-10-251-98/+48
* Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson2009-10-201-26/+29
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-53/+80
* Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn2009-02-121-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-8/+8
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-261-8/+4
* fix trailing whitespaceTom Yu2009-01-221-1/+1
* whitespaceTom Yu2009-01-221-155/+155
* patch from Luke - minor cleanupKen Raeburn2009-01-171-5/+6
* Patch from Luke Howard to:Sam Hartman2009-01-131-21/+48
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-17/+696
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-151-162/+162
* * util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const.Ken Raeburn2003-12-201-2/+2
* * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach2002-11-151-2/+2
* Get rid of some unused functions and files. HideKen Raeburn2002-07-131-16/+0
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-261-1/+66
* Cleanup usage of memory free routines:Danilo Almeida2001-06-221-2/+2
* * wrap_size_limit.c (krb5_gss_wrap_size_limit): Get rid of unusedEzra Peisach2001-05-141-6/+11
* * util_crypt.c (kg_make_confounder): Change variable random toEzra Peisach2001-04-241-4/+4
* pullup from 1.2 branchKen Raeburn2000-06-271-18/+20
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-011-0/+2
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-56/+105
* util_crypt.c: Include k5-int.h because we need to access the privateRichard Basch1997-02-061-1/+4
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-14/+28
* Windows global stuff:Keith Vetter1995-04-141-5/+5
* Made explicit the signed to unsigned conversions in the gssapi/krb5Keith Vetter1995-03-081-2/+0
* PC'fied gssapi directories. Mostly changing Makefile.in and adding theKeith Vetter1995-02-211-5/+7
* Fixed bugs in introduction of context variables; if the global context isTheodore Tso1995-01-191-4/+9
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-5/+10
* stamp out rcs keywordsMark Eichin1994-08-181-4/+0
* "downgrade" to classic C, tweak headers a bit, stamp out widen/narrowMark Eichin1994-06-101-9/+22
* As submitted by Openvision Technologies:Theodore Tso1993-12-181-0/+97