summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* have AESCBC keyhash_provider do its own key derivationlhoward/aes-ccmLuke Howard2009-12-082-4/+38
* use private numbers for AES-CCMLuke Howard2009-10-191-4/+4
* sync with trunk at 22944Luke Howard2009-10-19108-1136/+1915
* add CCM enctypesLuke Howard2009-10-191-0/+2
* init_state needs to return a deterministic value, it seemsLuke Howard2009-10-192-4/+6
* add CBC checksumtypesLuke Howard2009-10-193-1/+11
* quick port of AES-CCM code to crypto modularity, no OpenSSL support yetLuke Howard2009-10-1911-5/+1764
* Creating a new branch to investigate AES-CCM with the crypto modularity codeLuke Howard2009-10-190-0/+0
* Update prototype files to conform with newer whitespace rulesTom Yu2009-10-193-10/+12
* Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2009-10-182-1/+2
* Remove adb.h as it is not used in the source treeEzra Peisach2009-10-181-134/+0
* Properly handle ivec for chaining opsZhanna Tsitkov2009-10-161-175/+34
* Fix the value of ivec in aes_decrypt_iovZhanna Tsitkov2009-10-161-3/+3
* Enable t_cts testZhanna Tsitkov2009-10-151-4/+4
* Fixed aes to handle the input buffers of the various sizesZhanna Tsitkov2009-10-151-140/+313
* Fix preauth looping in krb5_get_init_credsGreg Hudson2009-10-131-2/+16
* Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson2009-10-131-4/+2
* Fix memory leak and init those magic number fields to prevent compiler warningEzra Peisach2009-10-101-1/+4
* Clean nfold.o on make cleanEzra Peisach2009-10-101-7/+8
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-1060-1589/+1953
* Remove krb5.conf, bigendian.o, and bigendian on make cleanEzra Peisach2009-10-101-1/+1
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-09106-380/+7739
* Get aes-gen to build again (for the default back end, at least)Greg Hudson2009-10-091-1/+1
* In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson2009-10-091-0/+1
* In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P...Zhanna Tsitkov2009-10-081-1/+5
* In krb5_c_verify_checksum, avoid the structure copy of *data since weGreg Hudson2009-10-081-1/+2
* In krb5_calculate_checksum (a compatibility routine), initializeGreg Hudson2009-10-081-0/+1
* In krb5_c_make_checksum, avoid the structure copy of *input since weGreg Hudson2009-10-071-1/+2
* Fix krb5_c_weak_enctype in the case of invalid enctypes; r22839Greg Hudson2009-10-071-1/+1
* Remove an outdated parenthetical comment about master_kdc; we actuallyGreg Hudson2009-10-071-3/+1
* In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson2009-10-061-1/+1
* Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov2009-10-0610-0/+1546
* Slightly more comprehensible message for KRB5_RC_IOKen Raeburn2009-10-061-1/+1
* Fix object file pathZhanna Tsitkov2009-10-061-5/+5
* Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt testZhanna Tsitkov2009-10-041-149/+144
* Update the crypto derived key support code to conform to most of theGreg Hudson2009-10-037-481/+334
* Update the crypto API glue to conform to most of the current codingGreg Hudson2009-10-0339-976/+736
* Add convenience functions zapfree (test for null, zap, free) andGreg Hudson2009-10-031-0/+21
* Crypto modularity proj: Populae openssl/arcfour dirZhanna Tsitkov2009-10-015-0/+788
* Crypto modularity proj: Populate openssl/des dir.Zhanna Tsitkov2009-10-0115-0/+848
* Crypto modulrity proj: Basic AES crypto for openssl implZhanna Tsitkov2009-10-011-0/+505
* CleanupZhanna Tsitkov2009-10-014-143/+116
* Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov2009-09-3033-54/+351
* Fix include path to pick up the correct headersZhanna Tsitkov2009-09-291-1/+1
* Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach2009-09-292-2/+2
* Fix a braino in r22790Greg Hudson2009-09-281-1/+1
* Fix a few problems introduced by r22787Greg Hudson2009-09-282-9/+7
* Add keytab_local.c to the kadmin client SRCS variable, so that weGreg Hudson2009-09-252-1/+20
* Fix a few bugs in kadmin's keytab.c from r22785Greg Hudson2009-09-251-13/+10
* Clean up krb5_get_credentials:Greg Hudson2009-09-253-65/+59