Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dsslerr.h149 # define SSL_R_INVALID_CONFIG 283 macro
/freebsd/crypto/openssl/crypto/
H A Dssl_err.c220 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_INVALID_CONFIG), "invalid config"},
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1479 SSL_R_INVALID_CONFIG:283:invalid config
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7442 ERR_raise(ERR_LIB_SSL, SSL_R_INVALID_CONFIG); in SSL_verify_client_post_handshake()