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

/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssltest.c344 " -dhe1024dsa - use 1024 bit key (with 160-bit subprime) for DHE\n");
537 int dhe512 = 0, dhe1024dsa = 0; local
624 } else if (strcmp(*argv, "-dhe1024dsa") == 0) {
626 dhe1024dsa = 1;
629 "ignoring -dhe1024dsa, since I'm compiled without DH\n");
905 if (dhe1024dsa) {

Completed in 49 milliseconds