mbedtls/programs/ssl
Arto Kinnunen 265d162d07 Update AES-128 bit configuration
- Do not include MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH to full config
  as it requires also MBEDTLS_CTR_DRBG_USE_128_BIT_KEY

- Update check_config to check availability of flags:
   MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
   MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
2019-10-24 09:49:23 +03:00
..
CMakeLists.txt Improve cmake inclusion of query_config.c when building apps 2019-02-07 10:32:31 +00:00
dtls_client.c Adapt the example programs 2019-10-04 12:52:42 +03:00
dtls_server.c Adapt the example programs 2019-10-04 12:52:42 +03:00
mini_client.c Adapt the example programs 2019-10-04 12:52:42 +03:00
query_config.c Update AES-128 bit configuration 2019-10-24 09:49:23 +03:00
ssl_client1.c Adapt the example programs 2019-10-04 12:52:42 +03:00
ssl_client2.c Adapt the example programs 2019-10-04 12:52:42 +03:00
ssl_fork_server.c Adapt the example programs 2019-10-04 12:52:42 +03:00
ssl_mail_client.c Adapt the example programs 2019-10-04 12:52:42 +03:00
ssl_pthread_server.c Enforce NULL context for hardcoded RNG 2019-08-12 17:05:03 +01:00
ssl_server.c Adapt the example programs 2019-10-04 12:52:42 +03:00
ssl_server2.c Adapt the example programs 2019-10-04 12:52:42 +03:00