Demo using MBED TLS

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

Committer:
markrad
Date:
Thu Jan 05 00:20:03 2017 +0000
Revision:
58:f50b97b08851
Parent:
21:3edb3ba7b75a
Sample using MBED TLS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AzureIoTClient 21:3edb3ba7b75a 1 // Copyright (c) Microsoft. All rights reserved.
AzureIoTClient 21:3edb3ba7b75a 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
AzureIoTClient 21:3edb3ba7b75a 3
AzureIoTClient 21:3edb3ba7b75a 4 #ifndef CERTS_H
AzureIoTClient 21:3edb3ba7b75a 5 #define CERTS_H
AzureIoTClient 21:3edb3ba7b75a 6
AzureIoTClient 21:3edb3ba7b75a 7 #ifdef __cplusplus
AzureIoTClient 21:3edb3ba7b75a 8 extern "C"
AzureIoTClient 21:3edb3ba7b75a 9 {
AzureIoTClient 21:3edb3ba7b75a 10 #endif
AzureIoTClient 21:3edb3ba7b75a 11
AzureIoTClient 21:3edb3ba7b75a 12 extern const char certificates[];
AzureIoTClient 21:3edb3ba7b75a 13
AzureIoTClient 21:3edb3ba7b75a 14 #ifdef __cplusplus
AzureIoTClient 21:3edb3ba7b75a 15 }
AzureIoTClient 21:3edb3ba7b75a 16 #endif
AzureIoTClient 21:3edb3ba7b75a 17
AzureIoTClient 21:3edb3ba7b75a 18 #endif /* CERTS_H */