Searched hist:"584 fa8877dca6181c84a9ad687a814ec90fb0c6f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-net-ipmid/test/ |
H A D | cipher.cpp | diff 584fa8877dca6181c84a9ad687a814ec90fb0c6f Thu Sep 06 15:52:05 CDT 2018 Adriana Kobylak <anoo@us.ibm.com> Add support for OpenSSL 1.1.0
With OpenSSL 1.1.0, some of the functions were deprecated, such as EVP_CIPHER_CTX_cleanup. Replace EVP_CIPHER_CTX_cleanup with EVP_CIPHER_CTX_free and replace EVP_CIPHER_CTX_init with EVP_CIPHER_CTX_new as these are the new recommended interfaces.
These exist in OpenSSL 1.0.2 already so this change is backward compatible.
Resolves openbmc/openbmc#3135
Change-Id: I937d19708b10c33d9544f27af47963634c2bd36b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
/openbmc/phosphor-net-ipmid/ |
H A D | crypt_algo.cpp | diff 584fa8877dca6181c84a9ad687a814ec90fb0c6f Thu Sep 06 15:52:05 CDT 2018 Adriana Kobylak <anoo@us.ibm.com> Add support for OpenSSL 1.1.0
With OpenSSL 1.1.0, some of the functions were deprecated, such as EVP_CIPHER_CTX_cleanup. Replace EVP_CIPHER_CTX_cleanup with EVP_CIPHER_CTX_free and replace EVP_CIPHER_CTX_init with EVP_CIPHER_CTX_new as these are the new recommended interfaces.
These exist in OpenSSL 1.0.2 already so this change is backward compatible.
Resolves openbmc/openbmc#3135
Change-Id: I937d19708b10c33d9544f27af47963634c2bd36b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|