summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/builtin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make dependGreg Hudson2010-09-088-80/+100
* Don't build the built-in Camellia block cipher code if Camellia-CCMGreg Hudson2010-09-082-0/+10
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-0712-39/+2328
* make dependGreg Hudson2010-06-077-111/+122
* krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblockEzra Peisach2010-01-091-0/+1
* Enable caching of key-derived context info such as key schedules fromKen Raeburn2010-01-031-18/+52
* Fix a case where krb5int_aes_decrypt was trying to encrypt a blockGreg Hudson2010-01-031-1/+1
* Remove $(TOBJS) for make cleanEzra Peisach2009-12-311-1/+1
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-106-33/+119
* Initialize ihash_iov in case fall through to cleanup handler and tryEzra Peisach2009-12-061-1/+1
* Make dependGreg Hudson2009-12-061-26/+32
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-067-161/+113
* In the built-in des3 provider, remove the unused version ofGreg Hudson2009-12-061-29/+3
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-0417-906/+213
* Revert r23442. Revert r23436 changes unrelated to comment reformattingTom Yu2009-12-031-12/+139
* Reformat new block comment per coding styleGreg Hudson2009-12-021-152/+26
* Perform the AES-CBC XOR operations 4 bytes at a time, using the helperKen Raeburn2009-12-021-2/+18