mbedtls/programs/ssl
toth92g 27f9e7815c Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields
Increasing heap memory size of SSL_Client2 and SSL_Server2, because the original value is not enough to handle some certificates. The AuthorityKeyId and SubjectKeyId are also parsed now increasing the size of some certificates

Signed-off-by: toth92g <toth92g@gmail.com>
2023-04-04 17:48:27 +02:00
..
CMakeLists.txt Rename DEV_MODE to GEN_FILES 2021-10-25 13:16:04 +01:00
dtls_client.c Switch to the new code style 2023-01-11 14:50:10 +01:00
dtls_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
mini_client.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_client1.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_client2.c Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields 2023-04-04 17:48:27 +02:00
ssl_context_info.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_fork_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_mail_client.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00
ssl_pthread_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_server2.c Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields 2023-04-04 17:48:27 +02:00
ssl_test_common_source.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.h SSL: fix test failures 2023-03-21 16:29:31 +01:00