Searched refs:certform (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Ds_cb.c843 int certform; member in struct:ssl_excert_st
961 exc->certform = exc->next->certform;
965 exc->certform = FORMAT_PEM;
1004 exc->cert = load_cert(exc->certfile, exc->certform,
1012 exc->key = load_key(exc->certfile, exc->certform,
1075 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &exc->certform))

Completed in 50 milliseconds