Searched defs:suite (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_init.c608 * so that an acceptable cipher suite can be negotiated.
754 const char *suite; local
762 suite = mctx->auth.cipher_suite ? mctx->auth.cipher_suite :
767 suite);
769 if (!SSL_CTX_set_cipher_list(ctx, suite)) {

Completed in 977 milliseconds