summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup warningsSam Hartman2008-12-044-19/+19
* Merge R21122 from mskrb-integSam Hartman2008-12-046-60/+60
* Merge r21120 from mskrb-integSam Hartman2008-12-046-39/+210
* make dependSam Hartman2008-12-026-17/+117
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-0232-50/+2560
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-4/+4
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-0415-550/+597
* Apply Apple patch to null out key->contents after freeing on failure,Greg Hudson2008-11-031-0/+2
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-4/+6
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-242-6/+4
* makedependKen Raeburn2008-09-1815-507/+546
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-2722-27/+29
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-131-3/+5
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-126-12/+12
* Update copyright notices to reflect donation of DES implementation byTom Yu2008-08-125-25/+120
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-027-67/+22
* Use GET_HALF_BLOCK to fetch new values instead of open-codingKen Raeburn2008-08-022-16/+10
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* add copyright to lib/crypto/enc_provider/aes.cTom Yu2008-07-091-0/+26
* stop exporting a few symbols internal to aes implementationKen Raeburn2008-07-031-5/+0
* When returning an error, don't also pass back an invalid pointerKen Raeburn2008-06-271-1/+3
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-021-2/+2
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-303-6/+6
* Multiple assignments without sequence points invoke undefinedKen Raeburn2008-04-251-6/+12
* Don't do UTF-8 bits (and include Apple headers) when just rebuilding dependen...Ken Raeburn2008-04-241-2/+2
* Add "-framework CoreFoundation" to crypto library link command in darwin-modeKen Raeburn2008-03-041-1/+1
* krb5int_arcfour_string_to_key does not support utf-8 stringsAlexandra Ellwood2008-02-261-9/+47
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-6/+5
* read_entropy_from_device on partial read will not fill bufferEzra Peisach2007-08-201-4/+6
* make dependKen Raeburn2007-08-1615-482/+529
* Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn2007-05-1010-34/+50
* Rewrite weak key check to use a small custom struct instead of wedgingKen Raeburn2007-05-101-10/+12
* We're requiring that 'inline' work nowadays, so don't conditionalize its useKen Raeburn2007-05-101-7/+1
* Use new comparison inline fnKen Raeburn2007-05-101-3/+2
* Store a little more detail for unknown enctype errorKen Raeburn2007-03-251-1/+5
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-191-3/+3
* sortKen Raeburn2007-01-271-1/+1
* bump minor versions due to API additionsTom Yu2006-12-011-1/+1
* update krb5_c_keylength function, create krb5_c_random_to_key functionKevin Coffman2006-11-174-10/+103
* Add public function to get keylenth associated with an enctypeKevin Coffman2006-11-093-0/+67
* Make clean does not remove lib/crypto/t_prfEzra Peisach2006-11-051-1/+1
* * prng.c (init_error): Unused variable deletedKen Raeburn2006-11-021-1/+0
* Cleanup unused variable warning during make checkEzra Peisach2006-10-151-1/+0
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-138-19/+19
* make dependTom Yu2006-10-0615-199/+236
* Removed unused Metrowerks compiler support.Alexandra Ellwood2006-07-251-4/+0
* autoconf 2.60 compatibilityKen Raeburn2006-06-2815-16/+16
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-2516-41/+30
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-2415-84/+84