PolarSSL v1.2.9
Main Page
Modules
Data Structures
Files
File List
Globals
include
polarssl
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 */
test_cli_key
const char test_cli_key[]
test_ca_pwd
const char test_ca_pwd[]
test_ca_crt
const char test_ca_crt[]
test_srv_key
const char test_srv_key[]
test_ca_key
const char test_ca_key[]
test_srv_crt
const char test_srv_crt[]
test_dhm_params
const char test_dhm_params[]
test_cli_crt
const char test_cli_crt[]
Generated on Fri Oct 4 2013 22:56:28 for PolarSSL v1.2.9 by
1.8.5