Added ability to specify multiple certificate and key pairs.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-03-07 09:51:20 +01:00
parent a0f1867c58
commit 23977b5359
7 changed files with 66 additions and 37 deletions

View File

@@ -59,9 +59,11 @@ struct cfg_st {
unsigned int udp_port;
char *pin_file;
char *srk_pin_file;
char *cert;
char **cert;
unsigned cert_size;
char **key;
unsigned key_size;
char *key;
char *ca;
char *crl;
char *dh_params_file;