aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson56-994/+938
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-1/+0
2009-11-16Typo fixZhanna Tsitkov1-1/+1
2009-11-16Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma...Zhanna Tsitkov2-2/+2
2009-11-10Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson7-1210/+0
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson3-5/+6
2009-11-01Move the implementations of four deprecated crypto functions toGreg Hudson5-24/+42
2009-10-31make mark-cstyleTom Yu167-917/+862
2009-10-29Corrected Copyrights and some minor reorganization in openssl impl. Zhanna Tsitkov38-2177/+431
2009-10-29Files that were not picked up by svn rev #22995 commit:Zhanna Tsitkov14-0/+844
2009-10-29Restored few symbols in the crypto exports list to satisfy tests.`Zhanna Tsitkov1-0/+12
2009-10-29Rename some lingering krb5_derive_key referencesGreg Hudson3-3/+3
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-1/+1
2009-10-28Restrict libk5crypto.exports list to API and ABI. Also, include functions nee...Zhanna Tsitkov1-150/+60
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov68-297/+309
2009-10-28Remove "verify" on make cleanEzra Peisach1-1/+1
2009-10-27Do not include com_err.h - not used hereEzra Peisach1-2/+0
2009-10-27with an uninitialized entry on error exitEzra Peisach1-0/+1
2009-10-25make dependTom Yu11-77/+72
2009-10-24Resurrect deleted test files. Adjust Makefile.in files to correctlyTom Yu4-0/+729
2009-10-23Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov37-1066/+333
2009-10-20In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don'tGreg Hudson1-0/+2
2009-10-20In krb5_k_make_checksum, check for a null key passed with a keyedGreg Hudson1-1/+1
2009-10-20Clean up memory leaks by releasing key at endEzra Peisach2-0/+4
2009-10-20Include des_int.h for mit_des_fixup_key_parity prototypeEzra Peisach1-0/+1
2009-10-20Fix memory leaks in enc-perf workGreg Hudson3-0/+4
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson68-655/+1281
2009-10-18Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2-1/+2
2009-10-16Properly handle ivec for chaining opsZhanna Tsitkov1-175/+34
2009-10-16Fix the value of ivec in aes_decrypt_iovZhanna Tsitkov1-3/+3
2009-10-15Enable t_cts testZhanna Tsitkov1-4/+4
2009-10-15Fixed aes to handle the input buffers of the various sizesZhanna Tsitkov1-140/+313
2009-10-10Fix memory leak and init those magic number fields to prevent compiler warningEzra Peisach1-1/+4
2009-10-10Clean nfold.o on make cleanEzra Peisach1-7/+8
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu22-360/+436
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson9-2/+1216
2009-10-09Get aes-gen to build again (for the default back end, at least)Greg Hudson1-1/+1
2009-10-08In krb5_c_verify_checksum, avoid the structure copy of *data since weGreg Hudson1-1/+2
2009-10-08In krb5_calculate_checksum (a compatibility routine), initializeGreg Hudson1-0/+1
2009-10-07In krb5_c_make_checksum, avoid the structure copy of *input since weGreg Hudson1-1/+2
2009-10-07Fix krb5_c_weak_enctype in the case of invalid enctypes; r22839Greg Hudson1-1/+1
2009-10-06Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov10-0/+1546
2009-10-06Fix object file pathZhanna Tsitkov1-5/+5
2009-10-04Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt testZhanna Tsitkov1-149/+144
2009-10-03Update the crypto derived key support code to conform to most of theGreg Hudson7-481/+334
2009-10-03Update the crypto API glue to conform to most of the current codingGreg Hudson39-976/+736
2009-10-01Crypto modularity proj: Populae openssl/arcfour dirZhanna Tsitkov5-0/+788
2009-10-01Crypto modularity proj: Populate openssl/des dir.Zhanna Tsitkov15-0/+848
2009-10-01Crypto modulrity proj: Basic AES crypto for openssl implZhanna Tsitkov1-0/+505
2009-10-01CleanupZhanna Tsitkov4-143/+116