| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clean up memory leak and potential unused variable in crypto tests | Ezra Peisach | 2010-09-03 | 2 | -0/+5 |
* | Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keys | Greg Hudson | 2010-07-19 | 2 | -4/+6 |
* | In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid a | Greg Hudson | 2010-06-10 | 1 | -0/+1 |
* | make depend | Greg Hudson | 2010-06-07 | 18 | -428/+489 |
* | Add krb5_enctype_to_name() API | Greg Hudson | 2010-06-04 | 3 | -3/+30 |
* | Reformat with shorter lines | Ken Raeburn | 2010-05-16 | 1 | -15/+23 |
* | Delete an old pre-Yarrow item | Ken Raeburn | 2010-05-16 | 1 | -4/+0 |
* | Squash some warnings in the old crypto API glue. Use make_data() | Greg Hudson | 2010-04-26 | 1 | -42/+20 |
* | Fix cipher state chaining in OpenSSL back end | Greg Hudson | 2010-02-18 | 3 | -61/+90 |
* | 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 |
* | krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblock | Ezra Peisach | 2010-01-09 | 1 | -0/+1 |
* | krb5int_dk_string_to_key fails to set enctype | Ezra Peisach | 2010-01-08 | 1 | -0/+1 |
* | Set enctype in crypto_tests to prevent memory leaks | Ezra Peisach | 2010-01-08 | 2 | -17/+13 |
* | yarrow code does not initialize keyblock enctype and uses unitialized value | Ezra Peisach | 2010-01-08 | 2 | -0/+2 |
* | krb5int_derive_key results in cache with uninitialized values | Ezra Peisach | 2010-01-08 | 1 | -0/+4 |
* | Update dependencies | Ken Raeburn | 2010-01-03 | 4 | -54/+24 |
* | Enable caching of key-derived context info such as key schedules from | Ken Raeburn | 2010-01-03 | 2 | -18/+60 |
* | Fix a case where krb5int_aes_decrypt was trying to encrypt a block | Greg Hudson | 2010-01-03 | 1 | -1/+1 |
* | Declare function as static to avoid compiler warning on missing prototypes | Ezra Peisach | 2009-12-31 | 1 | -1/+2 |
* | Remove $(TOBJS) for make clean | Ezra Peisach | 2009-12-31 | 1 | -1/+1 |
* | Initialize hash_iov, in case of premature error exit | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
* | Combine the related code into one file | Zhanna Tsitkov | 2009-12-29 | 5 | -143/+55 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 1 | -0/+8 |
* | Don't use sizeof(pointertype) to get the length of an allocated array | Tom Yu | 2009-12-10 | 1 | -1/+1 |
* | Add comments to make it slightly clearer how | Greg Hudson | 2009-12-10 | 1 | -1/+2 |
* | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 44 | -1278/+858 |
* | Initialize ihash_iov in case fall through to cleanup handler and try | Ezra Peisach | 2009-12-06 | 1 | -1/+1 |
* | Remove the ivec parameters from the keyhash provider functions, as | Greg Hudson | 2009-12-06 | 10 | -29/+23 |
* | Make depend | Greg Hudson | 2009-12-06 | 2 | -52/+64 |
* | Make the libk5crypto hash_provider interface take crypto_iov lists | Greg Hudson | 2009-12-06 | 28 | -474/+291 |
* | In the built-in des3 provider, remove the unused version of | Greg Hudson | 2009-12-06 | 1 | -29/+3 |
* | Remove some code paths in crypto-length which are dead now that the | Greg Hudson | 2009-12-04 | 1 | -11/+2 |
* | Remove CRC32_SHIFT4 code as we are unlikely to ever need it | Greg Hudson | 2009-12-04 | 3 | -47/+0 |
* | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 81 | -4002/+1084 |
* | Revert r23442. Revert r23436 changes unrelated to comment reformatting | Tom Yu | 2009-12-03 | 2 | -12/+141 |
* | Update export list to reflect changes in r23436 | Tom Yu | 2009-12-03 | 1 | -2/+0 |
* | Reformat new block comment per coding style | Greg Hudson | 2009-12-02 | 1 | -152/+26 |
* | Actually record dependencies of crypto tests | Ken Raeburn | 2009-12-02 | 1 | -1/+152 |
* | 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 |