Home | History | Annotate | Download | only in apps

Lines Matching defs:cipher

326 	BIO_printf(bio_err," -serverpref   - Use server's cipher preferences (only SSLv2)\n");
327 BIO_printf(bio_err," -cipher - preferred cipher to use, use the 'openssl ciphers'\n");
401 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
672 else if (strcmp(*argv,"-cipher") == 0)
675 cipher= *(++argv);
758 if (cipher)
760 BIO_printf(bio_err, "JPAKE sets cipher to PSK\n");
763 cipher = "PSK";
900 if (cipher != NULL)
901 if(!SSL_CTX_set_cipher_list(ctx,cipher)) {
902 BIO_printf(bio_err,"error setting cipher list\n");
1738 BIO_printf(bio,"%s, Cipher is %s\n",