Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher

113  * ECC cipher suite support in OpenSSL originally developed by 
298 static char *cipher=NULL;
360 fprintf(stderr," -cipher arg - The cipher list\n");
371 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
381 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
557 cipher = 0;
713 else if (strcmp(*argv,"-cipher") == 0)
716 cipher= *(++argv);
792 /* ensure that the cipher list are correctly sorted and exit */
833 /* if (cipher == NULL) cipher=getenv("SSL_CIPHER"); */
910 if (cipher != NULL)
912 SSL_CTX_set_cipher_list(c_ctx,cipher);
913 SSL_CTX_set_cipher_list(s_ctx,cipher);
2547 fprintf(stderr, "testing SSLv2 cipher list order: ");
2562 fprintf(stderr, "testing SSLv3 cipher list order: ");
2578 fprintf(stderr, "testing TLSv1 cipher list order: ");