| Commit message (Expand) | Author | Age | Files | Lines |
* | make depend | Tom Yu | 2012-10-15 | 1 | -9/+11 |
* | De-conditionalize Camellia code | Greg Hudson | 2012-10-09 | 9 | -31/+2 |
* | Make reindent | Tom Yu | 2011-10-17 | 1 | -28/+28 |
* | Untabify some files mistakenly created with tabs | Greg Hudson | 2011-09-04 | 4 | -163/+163 |
* | Fix signed/unsigned warnings in tests | Ezra Peisach | 2011-08-24 | 1 | -1/+1 |
* | make depend | Ezra Peisach | 2011-07-01 | 1 | -1/+13 |
* | Get static linking working again, mostly | Greg Hudson | 2011-06-28 | 1 | -44/+44 |
* | Revert r24826. Export krb5int_nfold from libk5crypto and link t_nfold | Greg Hudson | 2011-04-16 | 2 | -8/+4 |
* | Make depend | Greg Hudson | 2011-04-05 | 1 | -13/+1 |
* | Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; just | Greg Hudson | 2011-04-03 | 1 | -1/+3 |
* | Move the des and AFS string-to-key implementations into lib/crypto/krb, | Greg Hudson | 2011-03-11 | 1 | -6/+171 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 20 | -93/+84 |
* | Fix up signed/unsigned warnings in this directory. There are still | Ezra Peisach | 2011-03-06 | 5 | -11/+13 |
* | Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. Fix | Greg Hudson | 2011-03-05 | 1 | -0/+86 |
* | Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as it | Greg Hudson | 2011-03-05 | 6 | -6/+137 |
* | Flatten lib/crypto/krb, as its seven subdirectories only contained a | Greg Hudson | 2011-03-05 | 3 | -0/+449 |
* | Consolidate almost all lib/crypto/krb headers into a single | Greg Hudson | 2011-03-02 | 12 | -176/+110 |
* | Reference random-to-key handlers through the enctype instead of the | Greg Hudson | 2011-02-27 | 1 | -9/+9 |
* | Make depend | Greg Hudson | 2011-02-25 | 1 | -59/+87 |
* | Remove Yarrow PRNG implementation | Greg Hudson | 2011-02-25 | 6 | -465/+1 |
* | Don't use a krb5 context in t_fork, since we don't set up a krb5.conf | Greg Hudson | 2010-12-28 | 1 | -2/+5 |
* | update dependencies | Ken Raeburn | 2010-12-05 | 1 | -3/+14 |
* | SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others) | Greg Hudson | 2010-11-30 | 1 | -7/+2 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 1 | -18/+13 |
* | Implement Camellia-CTS-CMAC instead of Camellia-CCM | Greg Hudson | 2010-11-20 | 10 | -349/+1284 |
* | Better libk5crypto NSS fork safety | Greg Hudson | 2010-10-23 | 2 | -2/+118 |
* | Fix the NSS PRNG build. Fix the build for non-gmake make. Revert a | Greg Hudson | 2010-10-05 | 1 | -7/+4 |
* | Improves prng code modularity. Introduces fortuna-like prng that can be used ... | Zhanna Tsitkov | 2010-10-05 | 1 | -3/+8 |
* | Merge branches/nss to trunk | Greg Hudson | 2010-10-02 | 1 | -2/+6 |
* | Make depend | Greg Hudson | 2010-09-08 | 1 | -38/+79 |
* | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 9 | -8/+1981 |
* | clean up memory leak and potential unused variable in crypto tests | Ezra Peisach | 2010-09-03 | 2 | -0/+5 |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -60/+69 |
* | Add display statements for the encrypted tokens generated by t_encrypt | Greg Hudson | 2010-02-17 | 1 | -0/+24 |
* | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 1 | -0/+10 |
* | Add test program for decryption of overly short buffers | Greg Hudson | 2010-01-12 | 2 | -2/+135 |
* | Set enctype in crypto_tests to prevent memory leaks | Ezra Peisach | 2010-01-08 | 2 | -17/+13 |
* | Declare function as static to avoid compiler warning on missing prototypes | Ezra Peisach | 2009-12-31 | 1 | -1/+2 |
* | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 1 | -41/+38 |
* | Remove the ivec parameters from the keyhash provider functions, as | Greg Hudson | 2009-12-06 | 1 | -4/+4 |
* | Make the libk5crypto hash_provider interface take crypto_iov lists | Greg Hudson | 2009-12-06 | 1 | -9/+11 |
* | Remove CRC32_SHIFT4 code as we are unlikely to ever need it | Greg Hudson | 2009-12-04 | 1 | -15/+0 |
* | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 2 | -20/+20 |
* | Actually record dependencies of crypto tests | Ken Raeburn | 2009-12-02 | 1 | -1/+152 |
* | Remove t_kperf on make clean | Greg Hudson | 2009-12-02 | 1 | -1/+1 |
* | In t_kperf, generate a valid ciphertext when testing decryption | Greg Hudson | 2009-12-02 | 1 | -0/+8 |
* | Make the crc32 hash provider correctly chain multiple input buffers, | Greg Hudson | 2009-11-30 | 1 | -0/+4 |
* | Mark and reindent lib/crypto | Greg Hudson | 2009-11-28 | 15 | -1355/+1368 |
* | Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved | Tom Yu | 2009-11-26 | 2 | -5/+48 |