Reviewed: https://review.openstack.org/357567 Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=41805f1e60af749605ad8db39580ba8b9fce8802 Submitter: Jenkins Branch: master
commit 41805f1e60af749605ad8db39580ba8b9fce8802 Author: nick.zhuyj <[email protected]> Date: Thu Aug 18 20:47:42 2016 -0500 Strongswan: Fix incorrect strongswan auth algorithm sha256 symbol The symbol for auth algorithm sha256 is different in openswan/libreswan and strongswan. For openswan/libreswan it is sha2_256 and for strongswan it should be sha256. This patch override DIALECT_MAP['sha256'] to 'sha256' in strongswan device driver. Closes-Bug: #1614792 Change-Id: I1cfb3e350dfebe266554ead000df1474c87a6e5b ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1614792 Title: Strongswan: symbol for auth algorithm sha256 is not sha2_256 Status in neutron: Fix Released Bug description: The symbol for auth algorithm sha256 is different for openswan/libreswan and strongswan. For openswan/libreswan it should be sha2_256. and fow strongswan, it should be sha256. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1614792/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

