Note de la release actuelle¶
28.0.0-5¶
Upgrade Notes¶
Removed compatibility code for libreswan versions prior to v3.10 (released in 2014). The
initnssfallback whenchecknssis not available has been removed. All supported libreswan versions include thechecknsscommand.
The deprecated and insecure cryptographic algorithms
sha1,md5,des, and3deshave been removed from neutron-vpnaas. These algorithms are considered cryptographically weak and are no longer accepted for IKE policies or IPsec policies. Existing configurations using these algorithms must be updated to use stronger alternatives such assha256,sha384, orsha512for authentication andaes-128,aes-192, oraes-256for encryption.
Security Issues¶
Removed support for weak cryptographic algorithms
sha1,md5,des, and3desin VPN IPsec policies. Users should migrate to stronger algorithms (sha256or above for authentication,aes-128or above for encryption).
Bug Fixes¶
Added compatibility with libreswan v5.3+, where the
_stackmanagercommand has been removed. The driver now falls back to thestartcommand when_stackmanageris not available. See Launchpad bug 2146535.
Autres notes¶
It is still pending the database migration to remove the support of the deprecated algorithms from the current enums:
ikepolicies.auth_algorithm,ipsecpolicies.encryption_algorithm,ipsecpolicies.auth_algorithmandikepolicies.auth_algorithm.