PolarSSL v1.2.11
certs.h
Go to the documentation of this file.
1 
27 #ifndef POLARSSL_CERTS_H
28 #define POLARSSL_CERTS_H
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 extern const char test_ca_crt[];
35 extern const char test_ca_key[];
36 extern const char test_ca_pwd[];
37 extern const char test_srv_crt[];
38 extern const char test_srv_key[];
39 extern const char test_cli_crt[];
40 extern const char test_cli_key[];
41 extern const char test_dhm_params[];
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif /* certs.h */
const char test_cli_key[]
const char test_ca_pwd[]
const char test_ca_crt[]
const char test_srv_key[]
const char test_ca_key[]
const char test_srv_crt[]
const char test_dhm_params[]
const char test_cli_crt[]