aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Get rid of builtin AES uitypes.hGreg Hudson1-425/+395
2013-11-15Remove a warning in AES string-to-keyGreg Hudson1-7/+4
2013-11-15Enforce minimum PBKDF2 iteration countTom Yu1-0/+5
2013-10-03Use constant-time comparisons for checksumsGreg Hudson6-7/+7
2013-07-11Use k5calloc instead of k5alloc where appropriateGreg Hudson4-5/+5
2013-06-07Fix various warningsGreg Hudson1-1/+1
2013-05-24Simplify crypto IOV helpersGreg Hudson4-236/+138
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-8/+1
2013-05-14Assume mutex locking cannot failGreg Hudson1-7/+2
2013-05-01Fix link line for t_fortunaGilles Espinasse1-1/+1
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson3-9/+16
2013-03-29Fix zap size in confounder checksum mk_xorkeyGreg Hudson1-1/+1
2013-03-29Clean up cksum handling in CMAC token functionsGreg Hudson1-3/+1
2013-03-24make dependGreg Hudson1-194/+163
2013-02-14Modernize k5bufGreg Hudson1-7/+7
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson3-9/+6
2013-01-10make dependGreg Hudson1-380/+483
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-530/+440
2012-12-19Style cleanup for internal error handlingGreg Hudson1-3/+4
2012-12-05Build fixes for windowsBen Kaduk1-0/+2
2012-10-09De-conditionalize Camellia codeGreg Hudson9-48/+3
2012-05-13Check alloc_data result in krb5int_old_encryptGreg Hudson1-0/+2
2012-04-27Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2-23/+3
2012-03-09Avoid side effects in assert expressionsGreg Hudson1-1/+2
2011-10-28Fix intermediate key length in hmac-md5 checksumGreg Hudson1-1/+1
2011-10-17Make reindentTom Yu3-3/+5
2011-10-14Fix windows fork detectionSam Hartman1-6/+10
2011-10-05Don't need to check for fork on windowsSam Hartman1-3/+8
2011-10-04Improve k5_get_os_entropy for WindowsGreg Hudson1-1/+2
2011-10-03Fix a Fortuna PRNG failure caseGreg Hudson1-1/+3
2011-09-19In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman1-0/+1
2011-09-04Untabify some files mistakenly created with tabsGreg Hudson5-128/+128
2011-08-20make-dependKen Raeburn1-13/+110
2011-08-09WhitespaceGreg Hudson2-1/+2
2011-08-09Compile fix for WIN32 implementation of k5_get_os_entropy: declare HCRYPTPROV...Sam Hartman1-1/+1
2011-08-09Updated OBJS and SRCS in lib/crypto/krb/Makefile.inSam Hartman1-2/+17
2011-07-26Legacy checksum APIs usually failGreg Hudson1-9/+35
2011-07-22Rename "ivec" to "cipher_state" in encrypt/decryptGreg Hudson2-8/+8
2011-07-01C90 doesn't allow commas at the ends of enumeration listsKen Raeburn1-1/+2
2011-06-10Mark up strings for translationGreg Hudson1-1/+1
2011-05-19Updated documentation for krb5_c_ and sensauth API.Zhanna Tsitkov1-9/+0
2011-04-03In t_fortuna.c, use a static buffer in head_tail_test, and use %f forGreg Hudson1-2/+3
2011-04-03Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stackKen Raeburn1-1/+1
2011-03-14Resolve a few miscellaneous warningsGreg Hudson1-1/+1
2011-03-11Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson3-23/+664
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson31-108/+64
2011-03-06On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach1-0/+1
2011-03-05Make enc provider free_state function return voidGreg Hudson2-7/+7
2011-03-05Remove the init_state and free_state enctype functions and go back toGreg Hudson3-49/+2
2011-03-05Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson1-0/+104