summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/crypto_tests
Commit message (Expand)AuthorAgeFilesLines
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-271-9/+9
* Make dependGreg Hudson2011-02-251-59/+87
* Remove Yarrow PRNG implementationGreg Hudson2011-02-256-465/+1
* Don't use a krb5 context in t_fork, since we don't set up a krb5.confGreg Hudson2010-12-281-2/+5
* update dependenciesKen Raeburn2010-12-051-3/+14
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-7/+2
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-251-18/+13
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-2010-349/+1284
* Better libk5crypto NSS fork safetyGreg Hudson2010-10-232-2/+118
* Fix the NSS PRNG build. Fix the build for non-gmake make. Revert aGreg Hudson2010-10-051-7/+4
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-051-3/+8
* Merge branches/nss to trunkGreg Hudson2010-10-021-2/+6
* Make dependGreg Hudson2010-09-081-38/+79
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-079-8/+1981
* clean up memory leak and potential unused variable in crypto testsEzra Peisach2010-09-032-0/+5
* make dependGreg Hudson2010-06-071-60/+69
* Add display statements for the encrypted tokens generated by t_encryptGreg Hudson2010-02-171-0/+24
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-271-0/+10
* Add test program for decryption of overly short buffersGreg Hudson2010-01-122-2/+135
* Set enctype in crypto_tests to prevent memory leaksEzra Peisach2010-01-082-17/+13
* Declare function as static to avoid compiler warning on missing prototypesEzra Peisach2009-12-311-1/+2
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-101-41/+38
* Remove the ivec parameters from the keyhash provider functions, asGreg Hudson2009-12-061-4/+4
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-061-9/+11
* Remove CRC32_SHIFT4 code as we are unlikely to ever need itGreg Hudson2009-12-041-15/+0
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-042-20/+20
* Actually record dependencies of crypto testsKen Raeburn2009-12-021-1/+152
* Remove t_kperf on make cleanGreg Hudson2009-12-021-1/+1
* In t_kperf, generate a valid ciphertext when testing decryptionGreg Hudson2009-12-021-0/+8
* Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson2009-11-301-0/+4
* Mark and reindent lib/cryptoGreg Hudson2009-11-2815-1355/+1368
* Pullup to 1.7-branch is only for the test case, as krb5-1.7 behavedTom Yu2009-11-262-5/+48
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-221-2/+0
* make mark-cstyleTom Yu2009-10-3113-62/+60
* Rename some lingering krb5_derive_key referencesGreg Hudson2009-10-291-1/+1
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-1/+1
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-283-11/+11
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-239-1443/+7
* Clean up memory leaks by releasing key at endEzra Peisach2009-10-202-0/+4
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-197-55/+239
* Enable t_cts testZhanna Tsitkov2009-10-151-4/+4
* Fix memory leak and init those magic number fields to prevent compiler warningEzra Peisach2009-10-101-1/+4
* Clean nfold.o on make cleanEzra Peisach2009-10-101-7/+8
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-103-425/+1
* Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov2009-09-301-1/+1
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-031-1/+1
* Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson2009-08-101-1/+4
* In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson2009-08-031-3/+3
* Be a little more verbose about errors from mit_des_key_sched(), andTom Yu2009-08-031-1/+2