Home
last modified time | relevance | path

Searched refs:SSL_OP_IGNORE_UNEXPECTED_EOF (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls.h415 #ifndef SSL_OP_IGNORE_UNEXPECTED_EOF
416 #define SSL_OP_IGNORE_UNEXPECTED_EOF 0L macro
435 (SSL_OP_CIPHER_SERVER_PREFERENCE | SSL_OP_IGNORE_UNEXPECTED_EOF | \
Dtls_client.c783 off |= SSL_OP_IGNORE_UNEXPECTED_EOF; in tls_client_init()
Dtls_server.c536 off |= SSL_OP_IGNORE_UNEXPECTED_EOF; in tls_server_init()
/netbsd/src/usr.bin/ftp/
Dssl.c644 #ifdef SSL_OP_IGNORE_UNEXPECTED_EOF in fetch_start_ssl()
645 SSL_set_options(ssl, SSL_OP_IGNORE_UNEXPECTED_EOF); in fetch_start_ssl()
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Ds_client.c1725 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_client_main()
Ds_server.c1906 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_server_main()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dsslapitest.c8188 SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in test_incorrect_shutdown()
/netbsd/src/crypto/external/bsd/openssl/dist/
DCHANGES.md1605 * The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced.
/netbsd/src/external/ibm-public/postfix/dist/
DHISTORY26784 on SSL_OP_IGNORE_UNEXPECTED_EOF, to avoid warning messages