Home | History | Annotate | Download | only in apps

Lines Matching refs:cipher

341 	BIO_printf(bio_err," -serverpref   - Use server's cipher preferences (only SSLv2)\n");
342 BIO_printf(bio_err," -cipher - preferred cipher to use, use the 'openssl ciphers'\n");
579 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
898 else if (strcmp(*argv,"-cipher") == 0)
901 cipher= *(++argv);
1000 if (cipher)
1002 BIO_printf(bio_err, "JPAKE sets cipher to PSK\n");
1005 cipher = "PSK";
1175 if (cipher != NULL)
1176 if(!SSL_CTX_set_cipher_list(ctx,cipher)) {
1177 BIO_printf(bio_err,"error setting cipher list\n");
2047 BIO_printf(bio,"%s, Cipher is %s\n",