Merge pull request #9847 from minosgalanakis/align_mbedtls_config_with_design

Align mbedtls_config.h with design
This commit is contained in:
minosgalanakis 2024-12-18 09:01:52 +00:00 committed by GitHub
commit 926b118aa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 789 additions and 806 deletions

View File

@ -398,7 +398,6 @@ PSA_WANT_\* macros as in current `crypto_config.h`.
//#define MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
#define MBEDTLS_KEY_EXCHANGE_PSK_ENABLED
#define MBEDTLS_KEY_EXCHANGE_RSA_ENABLED
#define MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED
#define MBEDTLS_SSL_ALL_ALERT_MESSAGES
#define MBEDTLS_SSL_ALPN
//#define MBEDTLS_SSL_ASYNC_PRIVATE

File diff suppressed because it is too large Load Diff

View File

@ -27,8 +27,8 @@ if( @ARGV ) {
my $feature_format_file = $data_dir.'/version_features.fmt';
my @sections = ( "System support", "Mbed TLS modules",
"Mbed TLS feature support" );
my @sections = ( "Platform abstraction layer", "General configuration options",
"TLS feature selection", "X.509 feature selection" );
my $line_separator = $/;
undef $/;