Changeset 4633

Show
Ignore:
Timestamp:
11/12/08 05:02:10 (2 months ago)
Author:
andreas
Message:

fixed AES-CCM/GCM authenticated encryption by eliminating generation of superfluous generation of integrity keying material

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/charon/config/proposal.c

    r4390 r4633  
    213213    bool found = FALSE; 
    214214     
     215    if (key_size) 
     216    { 
     217        *key_size = 0; /* Just in case no algorithm is found */ 
     218    } 
    215219    enumerator = create_enumerator(this, type); 
    216220    if (enumerator->enumerate(enumerator, alg, key_size))