| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of builtin AES uitypes.h | Greg Hudson | 2014-02-26 | 1 | -37/+34 |
* | Add AES-NI support on Linux | Greg Hudson | 2013-05-24 | 1 | -4/+126 |
* | Refactor AES, Camellia builtin enc providers | Greg Hudson | 2013-05-24 | 2 | -302/+309 |
* | Simplify crypto IOV helpers | Greg Hudson | 2013-05-24 | 4 | -144/+60 |
* | Reduce boilerplate in makefiles | Greg Hudson | 2013-05-16 | 1 | -4/+0 |
* | make depend | Greg Hudson | 2013-03-24 | 1 | -15/+13 |
* | make depend | Greg Hudson | 2013-01-10 | 1 | -1/+1 |
* | Separate clpreauth and kdcpreauth interfaces | Greg Hudson | 2012-12-19 | 1 | -8/+8 |
* | Add camellia_key_cleanup | Ben Kaduk | 2012-11-28 | 1 | -1/+9 |
* | De-conditionalize Camellia code | Greg Hudson | 2012-10-09 | 1 | -24/+0 |
* | Untabify some files mistakenly created with tabs | Greg Hudson | 2011-09-04 | 1 | -8/+8 |
* | Remove the weak key checks from the builtin rc4 enc provider. There | Greg Hudson | 2011-03-28 | 1 | -17/+0 |
* | Resolve a few miscellaneous warnings | Greg Hudson | 2011-03-14 | 1 | -1/+1 |
* | Remove two headers accidentally left behind in r24677 | Greg Hudson | 2011-03-14 | 1 | -38/+0 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 3 | -5/+4 |
* | Consolidate almost all lib/crypto/krb headers into a single | Greg Hudson | 2011-03-02 | 7 | -60/+50 |
* | Reference random-to-key handlers through the enctype instead of the | Greg Hudson | 2011-02-27 | 7 | -49/+35 |
* | Make depend | Greg Hudson | 2011-02-25 | 1 | -20/+16 |
* | 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 | 2 | -2/+4 |
* | Implement Camellia-CTS-CMAC instead of Camellia-CCM | Greg Hudson | 2010-11-20 | 4 | -231/+372 |
* | Make depend | Greg Hudson | 2010-09-08 | 1 | -9/+27 |
* | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 4 | -11/+242 |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -17/+18 |
* | Enable caching of key-derived context info such as key schedules from | Ken Raeburn | 2010-01-03 | 1 | -18/+52 |
* | Fix a case where krb5int_aes_decrypt was trying to encrypt a block | Greg Hudson | 2010-01-03 | 1 | -1/+1 |
* | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 4 | -33/+66 |
* | In the built-in des3 provider, remove the unused version of | Greg Hudson | 2009-12-06 | 1 | -29/+3 |
* | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 5 | -372/+90 |
* | Revert r23442. Revert r23436 changes unrelated to comment reformatting | Tom Yu | 2009-12-03 | 1 | -12/+139 |
* | Reformat new block comment per coding style | Greg Hudson | 2009-12-02 | 1 | -152/+26 |
* | Perform the AES-CBC XOR operations 4 bytes at a time, using the helper | Ken Raeburn | 2009-12-02 | 1 | -2/+18 |
* | Speed up the per-block loops of AES, DES3, and DES IOV encryption by | Greg Hudson | 2009-12-02 | 1 | -16/+17 |
* | Clean up the AES enc_provider code a bit. Chiefly, work with unsigned | Greg Hudson | 2009-12-02 | 1 | -80/+64 |
* | In the des enc_provider decrypt_iov function, count header blocks as | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
* | Mark and reindent lib/crypto | Greg Hudson | 2009-11-28 | 5 | -406/+411 |
* | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 2 | -2/+12 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -38/+35 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 5 | -23/+19 |
* | make depend | Tom Yu | 2009-10-25 | 1 | -16/+14 |
* | Changed the crypto make system to add build flexibility. The update cancels t... | Zhanna Tsitkov | 2009-10-23 | 2 | -26/+26 |
* | Implement new APIs to allow improved crypto performance | Greg Hudson | 2009-10-19 | 4 | -40/+48 |
* | Fix the value of ivec in aes_decrypt_iov | Zhanna Tsitkov | 2009-10-16 | 1 | -3/+3 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -17/+18 |
* | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -38/+37 |
* | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 6 | -136/+58 |
* | Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma... | Zhanna Tsitkov | 2009-09-02 | 7 | -0/+1221 |