aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/crypto_tests
AgeCommit message (Expand)AuthorFilesLines
2009-12-02In t_kperf, generate a valid ciphertext when testing decryptionGreg Hudson1-0/+8
2009-11-30Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson1-0/+4
2009-11-28Mark and reindent lib/cryptoGreg Hudson15-1355/+1368
2009-11-26Pullup to 1.7-branch is only for the test case, as krb5-1.7 behavedTom Yu2-5/+48
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson1-2/+0
2009-10-31make mark-cstyleTom Yu13-62/+60
2009-10-29Rename some lingering krb5_derive_key referencesGreg Hudson1-1/+1
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-1/+1
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov3-11/+11
2009-10-23Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov9-1443/+7
2009-10-20Clean up memory leaks by releasing key at endEzra Peisach2-0/+4
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson7-55/+239
2009-10-15Enable t_cts testZhanna Tsitkov1-4/+4
2009-10-10Fix memory leak and init those magic number fields to prevent compiler warningEzra Peisach1-1/+4
2009-10-10Clean nfold.o on make cleanEzra Peisach1-7/+8
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu3-425/+1
2009-09-30Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov1-1/+1
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov1-1/+1
2009-08-10Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson1-1/+4
2009-08-03In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson1-3/+3
2009-08-03Be a little more verbose about errors from mit_des_key_sched(), andTom Yu1-1/+2
2009-08-03Fix deplibs for t_crcTom Yu1-1/+1
2009-08-03In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson1-1/+1
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov49-0/+40287