| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | update dependencies | Ken Raeburn | 2009-12-02 | 3 | -17/+31 |
| * | 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 | 5 | -197/+160 |
| * | Remove t_kperf on make clean | Greg Hudson | 2009-12-02 | 1 | -1/+1 |
| * | Clean up the AES enc_provider code a bit. Chiefly, work with unsigned | Greg Hudson | 2009-12-02 | 1 | -80/+64 |
| * | In t_kperf, generate a valid ciphertext when testing decryption | Greg Hudson | 2009-12-02 | 1 | -0/+8 |
| * | Fix an incorrect length in the new krb5int_c_decrypt_aead_compat | Greg Hudson | 2009-12-02 | 1 | -1/+1 |
| * | Fix AES IOV decryption of small messages | Greg Hudson | 2009-12-01 | 1 | -13/+8 |
| * | Make krb5int_c_decrypt_aead_compat more efficient by building the | Greg Hudson | 2009-12-01 | 1 | -23/+41 |
| * | Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOV | Greg Hudson | 2009-12-01 | 1 | -25/+29 |
| * | Remove some stray tabs | Greg Hudson | 2009-11-30 | 1 | -4/+4 |
| * | Use aead_dk instead of aead_old for des-hmac-sha1, since it uses | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
| * | Fix ivec chaining for DES iov encryption | Greg Hudson | 2009-11-30 | 1 | -2/+5 |
| * | Add an AEAD provider for enctypes which use krb5_old_encrypt and | Greg Hudson | 2009-11-30 | 6 | -17/+245 |
| * | In the des enc_provider decrypt_iov function, count header blocks as | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
| * | Make the crc32 hash provider correctly chain multiple input buffers, | Greg Hudson | 2009-11-30 | 5 | -12/+13 |
| * | Stream decryption is handled in krb5_k_decrypt_iov; remove some | Greg Hudson | 2009-11-30 | 2 | -12/+0 |
| * | Remove the non-iov entry point introduced in r23378, since it's easy | Greg Hudson | 2009-11-29 | 3 | -50/+3 |
| * | Avoid using strncpy in the production of the arcfour salt because it | Greg Hudson | 2009-11-29 | 1 | -4/+3 |
| * | Add do-while(0) around multi-statement macros in f_tables.h for more | Greg Hudson | 2009-11-29 | 1 | -44/+48 |
| * | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 4 | -3/+96 |
| * | Clean up the arcfour token encryption and decryption functions by | Greg Hudson | 2009-11-28 | 3 | -404/+272 |
| * | Mark and reindent lib/crypto | Greg Hudson | 2009-11-28 | 172 | -7792/+7930 |
| * | Allow null keys to be referenced (a no-op) for simpler "copying" of | Greg Hudson | 2009-11-27 | 1 | -1/+2 |
| * | Export krb5_k_reference_key since it's part of the public API | Greg Hudson | 2009-11-27 | 1 | -0/+1 |
| * | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 32 | -1067/+163 |
| * | Add krb5_k_prf, the krb5_key version of krb5_c_prf | Greg Hudson | 2009-11-27 | 2 | -4/+15 |
| * | Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved | Tom Yu | 2009-11-26 | 4 | -19/+138 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 56 | -994/+938 |
| * | Clean up some open-parenthesis problems, and reindent | Tom Yu | 2009-11-16 | 1 | -1/+0 |
| * | Typo fix | Zhanna Tsitkov | 2009-11-16 | 1 | -1/+1 |
| * | Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma... | Zhanna Tsitkov | 2009-11-16 | 2 | -2/+2 |
| * | Remove src/lib/crypto/krb/enc_provider, which was accidentally | Greg Hudson | 2009-11-10 | 7 | -1210/+0 |
| * | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 3 | -5/+6 |
| * | Move the implementations of four deprecated crypto functions to | Greg Hudson | 2009-11-01 | 5 | -24/+42 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 167 | -917/+862 |
| * | Corrected Copyrights and some minor reorganization in openssl impl. | Zhanna Tsitkov | 2009-10-29 | 38 | -2177/+431 |
| * | Files that were not picked up by svn rev #22995 commit: | Zhanna Tsitkov | 2009-10-29 | 14 | -0/+844 |
| * | Restored few symbols in the crypto exports list to satisfy tests.` | Zhanna Tsitkov | 2009-10-29 | 1 | -0/+12 |
| * | Rename some lingering krb5_derive_key references | Greg Hudson | 2009-10-29 | 3 | -3/+3 |
| * | Bump the accessor version number since we made changes. | Greg Hudson | 2009-10-28 | 1 | -1/+1 |
| * | Restrict libk5crypto.exports list to API and ABI. Also, include functions nee... | Zhanna Tsitkov | 2009-10-28 | 1 | -150/+60 |
| * | Replace krb5_ with krb5Int_ prefix for non-API functions | Zhanna Tsitkov | 2009-10-28 | 68 | -297/+309 |
| * | Remove "verify" on make clean | Ezra Peisach | 2009-10-28 | 1 | -1/+1 |
| * | Do not include com_err.h - not used here | Ezra Peisach | 2009-10-27 | 1 | -2/+0 |
| * | with an uninitialized entry on error exit | Ezra Peisach | 2009-10-27 | 1 | -0/+1 |
| * | make depend | Tom Yu | 2009-10-25 | 11 | -77/+72 |
| * | Resurrect deleted test files. Adjust Makefile.in files to correctly | Tom Yu | 2009-10-24 | 4 | -0/+729 |
| * | Changed the crypto make system to add build flexibility. The update cancels t... | Zhanna Tsitkov | 2009-10-23 | 37 | -1066/+333 |
| * | In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don't | Greg Hudson | 2009-10-20 | 1 | -0/+2 |