This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
45bc46d42e
zephyr
/
samples
/
net
/
mbedtls_sslclient
/
testcase.ini
8 lines
99 B
INI
Raw
Normal View
History
Unescape
Escape
samples/net : Adding mbedTLS sample client This is a client that uses shared keys to execute a TLS handshake and read info from the server, information on how to run the test is in the README file. Jira: ZEP-327 Jira: ZEP-340 Jira: ZEP-495 Origin: https://tls.mbed.org/download/start/mbedtls-2.3.0-apache.tgz Change-Id: I10f31f3635f346936807b7c8470b3d6ffb3af283 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-07-29 12:31:53 +08:00
[test]
tags
=
net
build_only
=
true
samples/net: mbedTLS TCP client use unified kernel Removing unnecesary flags Change-Id: I2c72678dc8ba38ae0bd85459c2ea97d0de676314 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-11-08 00:51:47 +08:00
samples/net : Adding mbedTLS sample client This is a client that uses shared keys to execute a TLS handshake and read info from the server, information on how to run the test is in the README file. Jira: ZEP-327 Jira: ZEP-340 Jira: ZEP-495 Origin: https://tls.mbed.org/download/start/mbedtls-2.3.0-apache.tgz Change-Id: I10f31f3635f346936807b7c8470b3d6ffb3af283 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-07-29 12:31:53 +08:00
arch_whitelist
=
x86
platform_whitelist
=
galileo
net: Remove legacy Contiki based uIP stack This commit removes the legacy Contiki based uIP stack. The new native IP stack must be used after this commit. The commit also removes following things: - legacy cc2520 driver - legacy ethernet drivers - legacy IP stack samples and changes these things: - disabled tests that only work for legacy IP stack - select new IP stack by default - enable random number generator by default as it is needed by the new IP stack Change-Id: I1229f9960a4c6654e9ccc6dac14a7efb9394e45d Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-11-12 01:49:31 +08:00
skip
=
true