openssl: Support of AES-CFB encryption
This commit is contained in:
@@ -40,6 +40,7 @@ iv_gen_t* iv_gen_create_for_alg(encryption_algorithm_t alg)
|
||||
case ENCR_SERPENT_CBC:
|
||||
case ENCR_TWOFISH_CBC:
|
||||
case ENCR_RC2_CBC:
|
||||
case ENCR_AES_CFB:
|
||||
return iv_gen_rand_create();
|
||||
case ENCR_AES_CTR:
|
||||
case ENCR_AES_CCM_ICV8:
|
||||
|
||||
Reference in New Issue
Block a user