aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-08have AESCBC keyhash_provider do its own key derivationlhoward/aes-ccmLuke Howard2-4/+38
2009-10-19use private numbers for AES-CCMLuke Howard1-4/+4
2009-10-19sync with trunk at 22944Luke Howard108-1136/+1915
2009-10-19add CCM enctypesLuke Howard1-0/+2
2009-10-19init_state needs to return a deterministic value, it seemsLuke Howard2-4/+6
2009-10-19add CBC checksumtypesLuke Howard3-1/+11
2009-10-19quick port of AES-CCM code to crypto modularity, no OpenSSL support yetLuke Howard11-5/+1764
2009-10-19Creating a new branch to investigate AES-CCM with the crypto modularity codeLuke Howard0-0/+0
2009-10-19Update prototype files to conform with newer whitespace rulesTom Yu3-10/+12
2009-10-18Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2-1/+2
2009-10-18Remove adb.h as it is not used in the source treeEzra Peisach1-134/+0
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-13Fix preauth looping in krb5_get_init_credsGreg Hudson1-2/+16
2009-10-13Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson1-4/+2
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 Yu60-1589/+1953
2009-10-10Remove krb5.conf, bigendian.o, and bigendian on make cleanEzra Peisach1-1/+1
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson106-380/+7739
2009-10-09Get aes-gen to build again (for the default back end, at least)Greg Hudson1-1/+1
2009-10-09In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson1-0/+1
2009-10-08In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P...Zhanna Tsitkov1-1/+5
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-07Remove an outdated parenthetical comment about master_kdc; we actuallyGreg Hudson1-3/+1
2009-10-06In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson1-1/+1
2009-10-06Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov10-0/+1546
2009-10-06Slightly more comprehensible message for KRB5_RC_IOKen Raeburn1-1/+1
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-03Add convenience functions zapfree (test for null, zap, free) andGreg Hudson1-0/+21
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
2009-09-30Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov33-54/+351
2009-09-29Fix include path to pick up the correct headersZhanna Tsitkov1-1/+1
2009-09-29Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach2-2/+2
2009-09-28Fix a braino in r22790Greg Hudson1-1/+1
2009-09-28Fix a few problems introduced by r22787Greg Hudson2-9/+7
2009-09-25Add keytab_local.c to the kadmin client SRCS variable, so that weGreg Hudson2-1/+20
2009-09-25Fix a few bugs in kadmin's keytab.c from r22785Greg Hudson1-13/+10
2009-09-25Clean up krb5_get_credentials:Greg Hudson3-65/+59