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

/freebsd-13-stable/crypto/openssl/apps/
H A Dx509.c94 {"nocert", OPT_NOCERT, '-', "No certificate output"},
179 int ret = 1, i, num = 0, badsig = 0, clrext = 0, nocert = 0; local
388 nocert = 1;
868 if (noout || nocert) {
H A Ds_server.c811 {"nocert", OPT_NOCERT, '-', "Don't use any certificates (Anon-DH)"},
998 int nocert = 0, ret = 1; local
1243 nocert = 1;
1661 if (nocert == 0) {
1768 if (nocert)

Completed in 106 milliseconds