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

/freebsd-13-stable/contrib/bearssl/tools/
H A Dclient.c484 " -nostaticecdh prohibit full-static ECDH (client certificate)\n");
535 int nostaticecdh; local
560 nostaticecdh = 0;
676 } else if (eqstr(arg, "-nostaticecdh")) {
677 nostaticecdh = 1;
1046 if (nostaticecdh || sk->key_type != BR_KEYTYPE_EC) {
H A Dtwrch.c75 " -nostaticecdh prohibit full-static ECDH (client only)\n");
255 int nostaticecdh; local
290 nostaticecdh = 0;
418 } else if (eqstr(arg, "-nostaticecdh")) {
419 nostaticecdh = 1;
833 if (nostaticecdh) {

Completed in 48 milliseconds