sample/ssl-client-mbedtls.c


Log

Author Commit Date CI Message
Dmitry Ilyin 10ed1f1c 2022-10-04T17:57:01 Change code for samples
Azat Khuzhin 6e310e3c 2022-07-09T20:05:35 sample/ssl-client-mbedtls.c: fix for MbedTLS 3 - use build_info.h over version.h - provide own certs P.S. since it is simpler then adding detection of the library version into autotools.
Azat Khuzhin ce20356a 2022-07-09T21:07:36 sample/ssl-client-mbedtls.c: break the loop on EOF
Azat Khuzhin fcf85e48 2022-07-09T21:03:36 sample/ssl-client-mbedtls.c: fix printing response in readcb
okhowang(王沛文) 85c67599 2020-07-24T17:19:14 fix: compat mbedtls < 2.4
okhowang(王沛文) 028385f6 2020-05-28T17:14:46 fix build system and add test and cleanup code