Home
last modified time | relevance | path

Searched refs:ssl_cipher_process_rulestr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c944 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, in ssl_cipher_process_rulestr() function
1328 ok = ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST, in STACK_OF()
1336 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, in STACK_OF()
/dragonfly/crypto/libressl/
H A DChangeLog166 - Avoid out-of-bounds read in ssl_cipher_process_rulestr().