Hauke Mehrtens
3223f31fd3
mbedtls: Activate secp521r1 curve by default
...
Activate the secp521r1 ecliptic curve by default. This curve is allowed
by the CA/Browser forum, see
https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-v2.0.1-redlined.pdf#page=110
This increases the size of libmbedtls12_2.28.5-1_aarch64_generic.ipk by
about 400 bytes:
Without:
252,696 libmbedtls12_2.28.5-1_aarch64_generic.ipk
With:
253,088 libmbedtls12_2.28.5-2_aarch64_generic.ipk
Fixes : #13774
Acked-by: Koen Vandeputte <koen.vandeputte@citymesh.com >
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
(cherry picked from commit 3c17cdbc36 )
2023-11-07 00:37:20 +01:00
Glenn Strauss
1064252259
libmbedtls: disable older RSA ciphers
...
disable older RSA ciphers
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2022-11-13 21:51:22 +01:00
Glenn Strauss
aeeb12eb83
libmbedtls: enable crypto algorithms for hostap
...
enable additional crypto algorithms for hostap
hostap uses local implementations if not provided by crypto library,
so might as well enable in the crypto library for shared use by others.
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2022-11-13 21:51:22 +01:00
Glenn Strauss
602a76ed65
libmbedtls: build option submenu
...
menuconfig libmbedtls build option submenu
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2022-11-13 21:51:22 +01:00