summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Clean up AES-NI codeTom Yu2014-01-102-98/+2
* Avoid text relocations in iaesx86.sTom Yu2014-01-101-2/+8
* Mark AESNI files as not needing executable stacksGreg Hudson2014-01-032-0/+22
* Remove a warning in AES string-to-keyGreg Hudson2013-11-151-7/+4
* Enforce minimum PBKDF2 iteration countTom Yu2013-11-153-65/+233
* Use constant-time comparisons for checksumsGreg Hudson2013-10-036-7/+7
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-115-6/+6
* Fix various warningsGreg Hudson2013-06-075-20/+24
* Fix non-builtin crypto module buildsGreg Hudson2013-05-2911-24/+39
* Add AES-NI support on LinuxGreg Hudson2013-05-242-5/+138
* Adjust AESNI sources for krb5 treeGreg Hudson2013-05-242-2588/+17
* Add Intel AESNI assembly filesGreg Hudson2013-05-242-0/+4280
* Refactor AES, Camellia builtin enc providersGreg Hudson2013-05-242-302/+309
* Simplify crypto IOV helpersGreg Hudson2013-05-2415-768/+375
* Reduce boilerplate in makefilesGreg Hudson2013-05-1633-329/+8
* Fix NSS crypto back end for mutex changesGreg Hudson2013-05-161-5/+2
* Assume mutex locking cannot failGreg Hudson2013-05-141-7/+2
* Rename internal Camellia symbolsGreg Hudson2013-05-131-0/+12
* fix crypto openssl hmac warningGilles Espinasse2013-05-091-1/+1
* 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-2410-345/+292
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-243-11/+2
* Allocate space for NUL byte in test codeDavid Benjamin2013-03-151-1/+1
* Modernize k5bufGreg Hudson2013-02-142-11/+11
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-093-9/+6
* make dependGreg Hudson2013-01-1012-501/+615
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-1914-761/+636
* Style cleanup for internal error handlingGreg Hudson2012-12-191-3/+4
* Build fixes for windowsBen Kaduk2012-12-051-0/+2
* Add camellia_key_cleanupBen Kaduk2012-11-281-1/+9
* make dependTom Yu2012-10-152-19/+12
* De-conditionalize Camellia codeGreg Hudson2012-10-0924-160/+6
* 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-1710-54/+55
* 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-0412-310/+310
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-243-17/+17
* 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