Go to the source code of this file.
Variables | |
char | test_ca_crt [] |
char | test_ca_key [] |
char | test_ca_pwd [] |
char | test_srv_crt [] |
char | test_srv_key [] |
char | test_cli_crt [] |
char | test_cli_key [] |
char | xyssl_ca_crt [] |
Definition in file certs.h.
char test_ca_crt[] |
Definition at line 25 of file certs.c.
Referenced by main(), ssl_test(), and x509_self_test().
char test_ca_key[] |
Definition at line 49 of file certs.c.
Referenced by x509_self_test().
char test_ca_pwd[] |
Definition at line 81 of file certs.c.
Referenced by x509_self_test().
char test_cli_crt[] |
Definition at line 134 of file certs.c.
Referenced by main(), and x509_self_test().
char test_cli_key[] |
char test_srv_crt[] |
Definition at line 83 of file certs.c.
Referenced by main(), and ssl_test().
char test_srv_key[] |
Definition at line 105 of file certs.c.
Referenced by main(), and ssl_test().
char xyssl_ca_crt[] |