| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 31 | -1199/+693 |
| * | Remove the ivec parameters from the keyhash provider functions, as | Greg Hudson | 2009-12-06 | 9 | -25/+19 |
| * | Make the libk5crypto hash_provider interface take crypto_iov lists | Greg Hudson | 2009-12-06 | 14 | -227/+115 |
| * | 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 | 2 | -32/+0 |
| * | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 50 | -2160/+646 |
| * | update dependencies | Ken Raeburn | 2009-12-02 | 3 | -17/+31 |
| * | Speed up the per-block loops of AES, DES3, and DES IOV encryption by | Greg Hudson | 2009-12-02 | 2 | -1/+49 |
| * | 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 |
| * | Add an AEAD provider for enctypes which use krb5_old_encrypt and | Greg Hudson | 2009-11-30 | 6 | -17/+245 |
| * | Make the crc32 hash provider correctly chain multiple input buffers, | Greg Hudson | 2009-11-30 | 2 | -2/+3 |
| * | 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 | 2 | -49/+3 |
| * | Avoid using strncpy in the production of the arcfour salt because it | Greg Hudson | 2009-11-29 | 1 | -4/+3 |
| * | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 3 | -2/+94 |
| * | 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 | 89 | -2311/+2390 |
| * | Allow null keys to be referenced (a no-op) for simpler "copying" of | Greg Hudson | 2009-11-27 | 1 | -1/+2 |
| * | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 11 | -17/+898 |
| * | Add krb5_k_prf, the krb5_key version of krb5_c_prf | Greg Hudson | 2009-11-27 | 1 | -4/+14 |
| * | Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved | Tom Yu | 2009-11-26 | 2 | -14/+90 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 18 | -545/+528 |
| * | 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 | 2 | -4/+5 |
| * | 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 | 85 | -348/+321 |
| * | Rename some lingering krb5_derive_key references | Greg Hudson | 2009-10-29 | 2 | -2/+2 |
| * | Replace krb5_ with krb5Int_ prefix for non-API functions | Zhanna Tsitkov | 2009-10-28 | 39 | -175/+185 |
| * | with an uninitialized entry on error exit | Ezra Peisach | 2009-10-27 | 1 | -0/+1 |
| * | make depend | Tom Yu | 2009-10-25 | 2 | -2/+14 |
| * | In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don't | Greg Hudson | 2009-10-20 | 1 | -0/+2 |
| * | In krb5_k_make_checksum, check for a null key passed with a keyed | Greg Hudson | 2009-10-20 | 1 | -1/+1 |
| * | Include des_int.h for mit_des_fixup_key_parity prototype | Ezra Peisach | 2009-10-20 | 1 | -0/+1 |
| * | Fix memory leaks in enc-perf work | Greg Hudson | 2009-10-20 | 1 | -0/+2 |
| * | Implement new APIs to allow improved crypto performance | Greg Hudson | 2009-10-19 | 41 | -302/+622 |
| * | Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.in | Ezra Peisach | 2009-10-18 | 2 | -1/+2 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 9 | -235/+277 |