Home | History | Annotate | Download | only in apps

Lines Matching full:id_prefix

544 	BIO_printf(bio_err," -id_prefix arg - Generate SSL/TLS session IDs prefixed by 'arg'\n");
1276 else if (strcmp(*argv, "-id_prefix") == 0)
1531 "warning: id_prefix is too long, only one new session will be possible\n");
1534 "warning: id_prefix is too long if you use SSLv2\n");
1537 BIO_printf(bio_err,"error setting 'id_prefix'\n");
1541 BIO_printf(bio_err,"id_prefix '%s' set.\n", session_id_prefix);
1604 "warning: id_prefix is too long, only one new session will be possible\n");
1607 "warning: id_prefix is too long if you use SSLv2\n");
1610 BIO_printf(bio_err,"error setting 'id_prefix'\n");
1614 BIO_printf(bio_err,"id_prefix '%s' set.\n", session_id_prefix);