OpenVPN
|
Data Fields | |
const char *const | cert |
const char *const | key |
const char *const | cname |
const char *const | issuer |
const char *const | friendly_name |
uint8_t | hash [HASHSIZE] |
char * | p11_id |
Definition at line 117 of file test_pkcs11.c.
const char* const test_cert::cert |
Definition at line 119 of file test_pkcs11.c.
Referenced by cleanup(), init(), lookup_cert_byhash(), test_pkcs11_ids(), and test_tls_ctx_use_pkcs11().
const char* const test_cert::cname |
Definition at line 121 of file test_pkcs11.c.
const char* const test_cert::friendly_name |
Definition at line 123 of file test_pkcs11.c.
uint8_t test_cert::hash[HASHSIZE] |
Definition at line 124 of file test_pkcs11.c.
Referenced by lookup_cert_byhash(), and test_pkcs11_ids().
const char* const test_cert::issuer |
Definition at line 122 of file test_pkcs11.c.
const char* const test_cert::key |
Definition at line 120 of file test_pkcs11.c.
char* test_cert::p11_id |
Definition at line 125 of file test_pkcs11.c.
Referenced by test_pkcs11_ids().