fixed a bug introduced in [3973]
This commit is contained in:
@@ -636,6 +636,8 @@ static status_t add_string_algo(private_proposal_t *this, chunk_t alg)
|
|||||||
case 64: /* bits */
|
case 64: /* bits */
|
||||||
add_algorithm(this, ENCRYPTION_ALGORITHM, ENCR_AES_GCM_ICV8, key_size);
|
add_algorithm(this, ENCRYPTION_ALGORITHM, ENCR_AES_GCM_ICV8, key_size);
|
||||||
break;
|
break;
|
||||||
|
case 12: /* octets */
|
||||||
|
case 96: /* bits */
|
||||||
add_algorithm(this, ENCRYPTION_ALGORITHM, ENCR_AES_GCM_ICV12, key_size);
|
add_algorithm(this, ENCRYPTION_ALGORITHM, ENCR_AES_GCM_ICV12, key_size);
|
||||||
break;
|
break;
|
||||||
case 16: /* octets */
|
case 16: /* octets */
|
||||||
|
|||||||
Reference in New Issue
Block a user