summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/builtin
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
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-111-1/+1
* Fix various warningsGreg Hudson2013-06-071-13/+18
* 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-246-283/+127
* Reduce boilerplate in makefilesGreg Hudson2013-05-1610-57/+7
* Rename internal Camellia symbolsGreg Hudson2013-05-131-0/+12
* make dependGreg Hudson2013-03-248-88/+76
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-9/+0
* make dependGreg Hudson2013-01-1010-10/+10
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-198-43/+43
* Add camellia_key_cleanupBen Kaduk2012-11-281-1/+9
* make dependTom Yu2012-10-151-10/+1
* De-conditionalize Camellia codeGreg Hudson2012-10-094-37/+1
* Make reindentTom Yu2011-10-171-11/+11
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-041-8/+8
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-242-16/+16
* Fixed typo in des OBJS: des_keys.c. -> des_keysSam Hartman2011-08-091-1/+1
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-242-4/+2
* Make dependGreg Hudson2011-04-051-3/+1
* destest.c no longer needs crypto_int.hGreg Hudson2011-04-031-1/+0
* Remove the weak key checks from the builtin rc4 enc provider. ThereGreg Hudson2011-03-281-17/+0
* Update dependenciesEzra Peisach2011-03-191-39/+22
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-1/+1
* Remove two headers accidentally left behind in r24677Greg Hudson2011-03-142-71/+0
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-117-982/+52
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0933-463/+430
* Update dependenciesEzra Peisach2011-03-061-1/+3
* On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach2011-03-061-1/+1
* Include crypto_int.h for mit_des_fixup_key_parity prototypeEzra Peisach2011-03-051-6/+7
* Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson2011-03-056-139/+0
* Fix SHA-256 on big-endian platformsGreg Hudson2011-03-031-0/+4
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-0227-193/+213
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-277-49/+35
* Namespace-protect SHA-256 symbols. Build SHA-256 code independently ofGreg Hudson2011-02-253-67/+43
* Make dependGreg Hudson2011-02-259-114/+106
* Remove Yarrow PRNG implementationGreg Hudson2011-02-251-29/+0
* update dependenciesKen Raeburn2010-12-052-3/+14
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2810-107/+10
* Fix Windows buildGreg Hudson2010-11-2511-53/+59
* Suppress building camellia-gen in "make check" for now (it has a buildGreg Hudson2010-11-211-1/+2
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-206-236/+378
* Include k5-int.h for function declarationsKen Raeburn2010-10-231-0/+2
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-056-3/+517
* Merge branches/nss to trunkGreg Hudson2010-10-022-2/+45