summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb
Commit message (Expand)AuthorAgeFilesLines
* Remove a warning in AES string-to-keyGreg Hudson2013-11-151-7/+4
* Enforce minimum PBKDF2 iteration countTom Yu2013-11-151-0/+5
* Use constant-time comparisons for checksumsGreg Hudson2013-10-036-7/+7
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-114-5/+5
* Fix various warningsGreg Hudson2013-06-071-1/+1
* Simplify crypto IOV helpersGreg Hudson2013-05-244-236/+138
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-8/+1
* Assume mutex locking cannot failGreg Hudson2013-05-141-7/+2
* Fix link line for t_fortunaGilles Espinasse2013-05-011-1/+1
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-083-9/+16
* Fix zap size in confounder checksum mk_xorkeyGreg Hudson2013-03-291-1/+1
* Clean up cksum handling in CMAC token functionsGreg Hudson2013-03-291-3/+1
* make dependGreg Hudson2013-03-241-194/+163
* Modernize k5bufGreg Hudson2013-02-141-7/+7
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-093-9/+6
* make dependGreg Hudson2013-01-101-380/+483
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-530/+440
* Style cleanup for internal error handlingGreg Hudson2012-12-191-3/+4
* Build fixes for windowsBen Kaduk2012-12-051-0/+2
* De-conditionalize Camellia codeGreg Hudson2012-10-099-48/+3
* Check alloc_data result in krb5int_old_encryptGreg Hudson2012-05-131-0/+2
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-272-23/+3
* Avoid side effects in assert expressionsGreg Hudson2012-03-091-1/+2
* Fix intermediate key length in hmac-md5 checksumGreg Hudson2011-10-281-1/+1
* Make reindentTom Yu2011-10-173-3/+5
* Fix windows fork detectionSam Hartman2011-10-141-6/+10
* Don't need to check for fork on windowsSam Hartman2011-10-051-3/+8
* Improve k5_get_os_entropy for WindowsGreg Hudson2011-10-041-1/+2
* Fix a Fortuna PRNG failure caseGreg Hudson2011-10-031-1/+3
* In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman2011-09-191-0/+1
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-045-128/+128
* make-dependKen Raeburn2011-08-201-13/+110
* WhitespaceGreg Hudson2011-08-092-1/+2
* Compile fix for WIN32 implementation of k5_get_os_entropy: declare HCRYPTPROV...Sam Hartman2011-08-091-1/+1
* Updated OBJS and SRCS in lib/crypto/krb/Makefile.inSam Hartman2011-08-091-2/+17
* Legacy checksum APIs usually failGreg Hudson2011-07-261-9/+35
* Rename "ivec" to "cipher_state" in encrypt/decryptGreg Hudson2011-07-222-8/+8
* C90 doesn't allow commas at the ends of enumeration listsKen Raeburn2011-07-011-1/+2
* Mark up strings for translationGreg Hudson2011-06-101-1/+1
* Updated documentation for krb5_c_ and sensauth API.Zhanna Tsitkov2011-05-191-9/+0
* In t_fortuna.c, use a static buffer in head_tail_test, and use %f forGreg Hudson2011-04-031-2/+3
* Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stackKen Raeburn2011-04-031-1/+1
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-1/+1
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-113-23/+664
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0931-108/+64
* On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach2011-03-061-0/+1
* Make enc provider free_state function return voidGreg Hudson2011-03-052-7/+7
* Remove the init_state and free_state enctype functions and go back toGreg Hudson2011-03-053-49/+2
* Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson2011-03-051-0/+104
* Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson2011-03-0540-1010/+115