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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c65 static char *cipher_list = NULL; /* Ciphers supported (if not default) */ variable
274 free(cipher_list);
275 cipher_list = (char *)list;
1814 if (cipher_list != NULL) {
1815 if (!SSL_CTX_set_cipher_list(ctx, cipher_list)) {

Completed in 50 milliseconds