summaryrefslogtreecommitdiffstats
path: root/sessions_manager.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 /sessions_manager.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 'sessions_manager.cpp')
-rw-r--r--sessions_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sessions_manager.cpp b/sessions_manager.cpp
index ee4a35f..ddeca4c 100644
--- a/sessions_manager.cpp
+++ b/sessions_manager.cpp
@@ -64,7 +64,7 @@ std::weak_ptr<Session> Manager::startSession(SessionID remoteConsoleSessID,
}
while (1);
- // Set the Authentication Algorithm to RAKP_HMAC_SHA1
+ // Set the Authentication Algorithm
switch (authAlgo)
{
case cipher::rakp_auth::Algorithms::RAKP_HMAC_SHA1:
OpenPOWER on IntegriCloud