summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/crypto_tests
Commit message (Expand)AuthorAgeFilesLines
* make dependTom Yu2012-10-151-9/+11
* De-conditionalize Camellia codeGreg Hudson2012-10-099-31/+2
* Make reindentTom Yu2011-10-171-28/+28
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-044-163/+163
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-241-1/+1
* make dependEzra Peisach2011-07-011-1/+13
* Get static linking working again, mostlyGreg Hudson2011-06-281-44/+44
* Revert r24826. Export krb5int_nfold from libk5crypto and link t_nfoldGreg Hudson2011-04-162-8/+4
* Make dependGreg Hudson2011-04-051-13/+1
* Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; justGreg Hudson2011-04-031-1/+3
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-111-6/+171
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0920-93/+84
* Fix up signed/unsigned warnings in this directory. There are still Ezra Peisach2011-03-065-11/+13
* Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. FixGreg Hudson2011-03-051-0/+86
* Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson2011-03-056-6/+137
* Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson2011-03-053-0/+449
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-0212-176/+110
* 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