Home
last modified time | relevance | path

Searched refs:tls_config_set_ciphers (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/tls/
HDtls_config.c113 if (tls_config_set_ciphers(config, "secure") != 0) in tls_config_new_internal()
469 tls_config_set_ciphers(struct tls_config *config, const char *ciphers) in tls_config_set_ciphers() function
/dragonfly/crypto/libressl/include/
HDtls.h119 int tls_config_set_ciphers(struct tls_config *_config, const char *_ciphers);
/dragonfly/crypto/libressl/apps/nc/
HDnetcat.c549 if (tls_config_set_ciphers(tls_cfg, tls_ciphers) == -1) in main()
/dragonfly/crypto/libressl/
HDChangeLog1719 tls_config_set_ciphers() et al.
1984 * Tightened error handling for tls_config_set_ciphers().