summaryrefslogtreecommitdiffstats
path: root/auth_algo.cpp
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2017-11-22 09:28:16 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2017-12-07 12:54:43 -0800
commit9b307be647ff786f05c03fa742b982d99dd341ae (patch)
tree0b19e4d830a1ee6c7e882539c7e5b1549fbdc111 /auth_algo.cpp
parent70fd29cf487ceefd21af58bab988a7ff9ec07efb (diff)
downloadphosphor-net-ipmid-9b307be647ff786f05c03fa742b982d99dd341ae.tar.gz
phosphor-net-ipmid-9b307be647ff786f05c03fa742b982d99dd341ae.zip
Prepare for adding RMCP+ cipher suite 17
In many places, there are baked-in assumptions about algorithms that tie the session initiation to cipher suite 3. This commit teases out those assumptions and prepares for the next patch that actually adds in the new authentication and integrity algorithms to support cipher suite 17. Change-Id: I2ee3672a7c503b89c5ff0aba30cf7a4601e24d04 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'auth_algo.cpp')
-rw-r--r--auth_algo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth_algo.cpp b/auth_algo.cpp
index f062b0f..0bc2555 100644
--- a/auth_algo.cpp
+++ b/auth_algo.cpp
@@ -1,5 +1,6 @@
#include "auth_algo.hpp"
+#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/sha.h>
OpenPOWER on IntegriCloud