mbedtls/programs/ssl
Mateusz Starzyk 3352a53475 Modify config option for SHA384.
Although SHA512 is currently required to enable SHA384, this
is expected to change in the future. This commit is an
intermediate step towards fully separating SHA384 and SHA512.

check_config is the only module which enforces that SHA512 is
enabled together with SHA384.

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
2021-04-28 14:38:37 +02:00
..
CMakeLists.txt Remove PKCS#11 library wrapper. 2021-04-21 11:05:00 +02:00
dtls_client.c Merge remote-tracking branch 'origin/development' into development_new 2021-04-07 16:31:09 +01:00
dtls_server.c Merge remote-tracking branch 'origin/development' into development_new 2021-04-07 16:31:09 +01:00
mini_client.c Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
ssl_client1.c Remove certs module from mbedtls. 2021-03-16 15:51:25 +01:00
ssl_client2.c Modify config option for SHA384. 2021-04-28 14:38:37 +02:00
ssl_context_info.c Remove internal file references in programs/ 2021-03-11 17:44:43 +00:00
ssl_fork_server.c Remove certs module from mbedtls. 2021-03-16 15:51:25 +01:00
ssl_mail_client.c Remove certs module from mbedtls. 2021-03-16 15:51:25 +01:00
ssl_pthread_server.c Merge remote-tracking branch 'origin/development' into development_new 2021-04-07 16:31:09 +01:00
ssl_server.c Remove certs module from mbedtls. 2021-03-16 15:51:25 +01:00
ssl_server2.c Modify config option for SHA384. 2021-04-28 14:38:37 +02:00
ssl_test_common_source.c Modify config option for SHA384. 2021-04-28 14:38:37 +02:00
ssl_test_lib.c Detect and report mutex usage errors in SSL test programs 2021-02-22 19:24:03 +01:00
ssl_test_lib.h Merge remote-tracking branch 'origin/development' into development_new 2021-04-07 16:31:09 +01:00