mbedtls/programs
Simon Butcher 714b7c60b1 Change the default IP addresses for DTLS samples
Changes the IP address to bind to for dtls_server.c to be "::" or optionally
"0.0.0.0" if the preprocessor symbol FORCE_IPV4 is defined.

Also changes the destinaton IP address for dtls_client.c to be "::1" or if
FORCE_IPV4 symbol is defined "127.0.0.1".

This change allows on compilation dtls_server.c and dtls_client.c to both be
compiled to use either IPv4 or IPv6 so out of the box they will work together
without problem, and to avoid dtls_server.c binding to IPv6 and dtls_client.c
binding to IPv4.
2018-09-30 16:20:04 +01:00
..
aes Correct comment and remove empty line 2017-07-28 21:43:19 +01:00
hash Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pkey pk_encrypt: Uniformize debugging output 2018-08-23 15:56:55 +01:00
random Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl Change the default IP addresses for DTLS samples 2018-09-30 16:20:04 +01:00
test Fix hmac_drbg failure in benchmark, with threading 2018-07-30 11:01:37 +03:00
util Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
x509 Fix typos in programs/x509/cert_write.c 2018-08-23 15:26:55 +01:00
.gitignore Rm obsolete things (compat-1.2, openssl, etc) 2015-03-09 13:05:06 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Make DLEXT var configurable in programs and tests makefiles 2018-03-27 20:08:03 +01:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00