CC: mbedtls: enable NIST curves optimisation.
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Wed, 12 Oct 2016 10:42:15 +0000 (11:42 +0100)
committerZoltan HERPAI <wigyori@uid0.hu>
Mon, 16 Oct 2017 12:40:34 +0000 (14:40 +0200)
commit4cd5e886a0e78c8c0bae04bd07415c62517109b0
tree144a32ee30b3dcd3925d1a3707218158329d722a
parentb130306800d0df657d82bc74fcb13fbd74da213d
CC: mbedtls: enable NIST curves optimisation.
luci using ustream-mbedtls is extremely slow vs ustream-polarssl.
polarssl alias mbedtls v1 is configured to use NIST prime speed
optimisation, so no longer disable the default optimisation for
mbedtls v2.

Compile & run tested: Archer C7v2

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
[Jo-Philipp Wich: refresh patch to use common format]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/libs/mbedtls/patches/200-config.patch [new file with mode: 0644]