From: Tobias Brunner Date: Wed, 20 Jan 2021 16:54:42 +0000 (+0100) Subject: Merge branch 'openssl-ecp' X-Git-Tag: 5.9.2dr2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e367df6db4cb244fa6f769bfd9c0d05a486b1c4;p=thirdparty%2Fstrongswan.git Merge branch 'openssl-ecp' Uses the EVP interface for ECDH with newer OpenSSL versions, which, compared to the previous low-level use of EC_POINT_mul() supports hardware offloading. We used this because of the ecp_x_coordinate_only option, which is now removed as it's been obsolete for a long time and complicated the code. There is still some legacy code for OpenSSL 1.0 and the old BoringSSL version we currently use for the Android app. Closes strongswan/strongswan#186. --- 8e367df6db4cb244fa6f769bfd9c0d05a486b1c4