[openssl-dev] [openssl-commits] [openssl] master update ("Add Camellia CTR mode", dda8199922f9d52087d2c41b22a61eb4f9671385)

Andy Polyakov appro at openssl.org
Thu Feb 12 11:00:01 UTC 2015


>> diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c
>> index 174a419..7ae36d7 100644
>> --- a/crypto/evp/c_allc.c
>> +++ b/crypto/evp/c_allc.c
>> @@ -245,5 +245,8 @@ void OpenSSL_add_all_ciphers(void)
>>       EVP_add_cipher(EVP_camellia_256_ofb());
>>       EVP_add_cipher_alias(SN_camellia_256_cbc, "CAMELLIA256");
>>       EVP_add_cipher_alias(SN_camellia_256_cbc, "camellia256");
>> +    EVP_add_cipher(EVP_camellia_128_ctr());
>> +    EVP_add_cipher(EVP_camellia_192_ctr());
>> +    EVP_add_cipher(EVP_camellia_256_ctr());
>>   #endif
>>   }
> 
> We get build warnings and crashes during run in EVP_add_cipher().

Thanks. I'm on it. Out of curiosity, with which config do you get
crashes? I don't mean that this doesn't need fixing, I only want to have
a reference.



More information about the openssl-dev mailing list