Home | History | Annotate | Download | only in apps

Lines Matching full:parameters

139  * -dsaparam  - read or generate DSA parameters, convert to DH
140 * -check - check the parameters are ok
249 BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n");
251 BIO_printf(bio_err," -check check the DH parameters\n");
252 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
254 BIO_printf(bio_err," -2 generate parameters using 2 as the generator value\n");
255 BIO_printf(bio_err," -5 generate parameters using 5 as the generator value\n");
281 BIO_printf(bio_err, "generator may not be chosen for DSA parameters\n");
288 /* DH parameters */
310 BIO_printf(bio_err,"Generating DSA parameters, %d bit long prime\n",num);
331 BIO_printf(bio_err,"Generating DH parameters, %d bit long safe prime, generator %d\n",num,g);
379 BIO_printf(bio_err,"unable to load DSA parameters\n");
402 BIO_printf(bio_err,"unable to load DH parameters\n");
458 printf("DH parameters appear to be ok.\n");
523 BIO_printf(bio_err,"unable to write DH parameters\n");