Commit Graph

138 Commits (9dfc6f970cf3e9dd3171861a656eaa74d611a6cf)

Author SHA1 Message Date
Tero Heinonen 45daf83135 unittests fixed 2016-02-10 13:02:03 +02:00
Tero Heinonen cf1de55902 CoAP service refactoring:
- mbedtls timer implementation changed to use event timer.
- Connection handler to return all error cases
2016-02-10 11:22:50 +02:00
Antti Kauppila d7dca8aa8b version v1.1.2 2016-02-09 13:38:04 +02:00
Antti Kauppila 777e0489ca Merge pull request #13 from ARMmbed/ver_update
Updated mbec-client-c version & unit tests
2016-02-09 13:33:31 +02:00
Antti Kauppila 64569574cb Merge pull request #14 from ARMmbed/entropy_fixed
Fix entropy
2016-02-06 13:47:13 +02:00
Antti Kauppila 3bfc457c7f Update coap_security_handler.c 2016-02-06 13:07:51 +02:00
Antti Kauppila c00a0f8956 Updated mbec-client-c version & unit tests 2016-02-06 11:51:31 +02:00
Tero Heinonen fbdfa62dbe version v1.1.1 2016-02-05 11:33:07 +02:00
Tero Heinonen 07e7ce3c30 Merge pull request #12 from ARMmbed/socket_open_check
Check for return status when opening socket
2016-02-05 11:30:18 +02:00
Tero Heinonen c8794b84f9 Check for return status when opening socket
unittests fixed and added test to new lines.
2016-02-04 13:20:46 +02:00
deepakvenugopal 4b17eb530c Merge pull request #11 from ARMmbed/socket_free
added a missing call to socket free
2016-02-03 15:55:29 +02:00
Deepak Venugopal ad31757f5f added a missing call to socket free 2016-02-03 05:01:28 -08:00
Mika Tervonen e84adfd5a7 version v1.1.0 2016-02-01 23:04:46 -08:00
Mika Tervonen ab2d132972 Merge pull request #9 from ARMmbed/secure-close
Remove Nanostack dependency from service api
2016-01-29 00:50:13 -08:00
Mika Tervonen 120293c03b Remove Nanostack dependency from service api 2016-01-29 00:08:36 -08:00
Mika Tervonen 71640e5ec1 Merge pull request #8 from ARMmbed/thread-interop_fix
Coap service security fixes
2016-01-28 03:34:32 -08:00
Mika Tervonen 55fcb85fc7 Coap service security fixes 2016-01-28 03:28:17 -08:00
Antti Kauppila 379442e2c5 version v1.0.3 2016-01-28 13:21:05 +02:00
Antti Kauppila 5b8e965210 Merge pull request #7 from ARMmbed/sec_changes
Sec changes
2016-01-28 13:19:01 +02:00
Antti Kauppila 90c1b3495a Valgrind errors fixed 2016-01-27 09:58:45 +02:00
Antti Kauppila 13621490c0 Fixed unit tests to work with yotta (make does not work) 2016-01-20 15:59:13 +02:00
Antti Kauppila 3034b1a7c7 Some naming refactored correctly 2016-01-20 13:50:13 +02:00
Antti Kauppila 267c1861dd Cleanup 2016-01-20 11:50:24 +02:00
Antti Kauppila a32c3614b4 Combined security stuff from mbed-client 2016-01-20 11:45:25 +02:00
Tero Heinonen 4cb6322fb0 Merge pull request #6 from ARMmbed/random_fix
random fix
2016-01-18 15:25:39 +02:00
Tero Heinonen cbb678f25b random fix
version v1.0.2
2016-01-18 15:24:07 +02:00
Seppo Takalo 52f3738b82 version v1.0.1 2016-01-14 11:01:28 +02:00
Seppo Takalo c330fa884c Update copyright headers. 2016-01-14 11:00:29 +02:00
Tero Heinonen 8008dc432a Merge pull request #5 from ARMmbed/thread_changes
Thread changes
2016-01-14 10:09:28 +02:00
Tero Heinonen f7148c7170 unittests fixed 2016-01-13 08:38:05 +02:00
Tero Heinonen 1620eb4061 Stubs fixed 2016-01-12 16:35:38 +02:00
Tero Heinonen 20fa549678 Unused variables removed. 2016-01-12 11:39:15 +02:00
Tero Heinonen 685e08d7d5 Warnings cleaned. 2016-01-12 09:59:15 +02:00
Tero Heinonen 6c6e672630 MbedTLS config file fixing,
small refactoring.
2016-01-11 13:24:28 +02:00
Tero Heinonen 518fb25bb7 Replaced srand & rand with randlib functions.
Functionality is same, but now it works in different platforms.
2016-01-04 09:53:52 +02:00
Tero Heinonen e154420b8a added missing header 2016-01-04 09:42:48 +02:00
Antti Kauppila edece2228e Stub fixed to reflect mbed-client-c 1.x version 2015-12-23 11:39:05 +02:00
Antti Kauppila 0f5b75ba2e downgraded mbed-client-c to work with nanostack 2015-12-23 11:29:20 +02:00
Antti Kauppila 0a6ec9db93 Fixed yotta based unit tests, cleaned useless stubs 2015-12-23 11:19:38 +02:00
Antti Kauppila e384cf7622 Fixed unit tests 2015-12-23 10:25:46 +02:00
Antti Kauppila 1fb3daf346 Added support for closing a secure connection by giving address and port 2015-12-23 10:07:24 +02:00
Antti Kauppila b279865349 Enabled timing to get strong entropy source 2015-12-23 09:25:55 +02:00
Antti Kauppila 42e3dcb2ab Updated yotta_ignore 2015-12-22 16:53:03 +02:00
Antti Kauppila 177bde087e Fix yotta build by overriding custom cmake flags 2015-12-22 16:46:24 +02:00
Antti Kauppila 488a05bc5f Small fixes 2015-12-22 14:48:27 +02:00
Antti Kauppila 9a043c3b50 enabled unit tests 2015-12-22 10:49:59 +02:00
Antti Kauppila b95d5be080 Merged token handling + updated unit tests 2015-12-21 11:56:04 +02:00
Antti Kauppila eb5aa4ef59 New CoAP service + unit tests 2015-12-21 10:00:43 +02:00
Seppo Takalo 11461a7195 Update .gitignore 2015-11-06 10:45:18 +02:00
Arto Kinnunen 722d9daef9 Merge pull request #4 from ARMmbed/dep_update
Update dependencies and remove compiler warnings
2015-10-28 10:06:24 +02:00