OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_OP_ENABLE_MIDDLEBOX_COMPAT
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/test/
clienthellotest.c
98
SSL_CTX_clear_options(ctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
tls13ccstest.c
290
SSL_CTX_clear_options(cctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
296
SSL_CTX_clear_options(sctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
/src/crypto/external/bsd/openssl/dist/test/
clienthellotest.c
121
SSL_CTX_clear_options(ctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
tls13ccstest.c
288
SSL_CTX_clear_options(cctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
294
SSL_CTX_clear_options(sctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
/src/crypto/external/bsd/openssl.old/dist/test/
clienthellotest.c
116
SSL_CTX_clear_options(ctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
tls13ccstest.c
288
SSL_CTX_clear_options(cctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
294
SSL_CTX_clear_options(sctx,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
/src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c
450
#ifndef
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
451
#define
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
0
497
#ifndef
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
498
#define
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
0
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c
399
SSL_FLAG_TBL("MiddleboxCompat",
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
),
878
{
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
, SSL_TFLAG_INV },
ssl_lib.c
4215
ret->options |= SSL_OP_NO_COMPRESSION |
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
;
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_clnt.c
478
else if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
580
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0)
599
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
814
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) == 0) {
1272
&& (s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0) {
1816
&& (s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) == 0)) {
3848
|| (s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0)
3938
|| (sc->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0)
statem_srvr.c
504
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
927
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) == 0
964
|| ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
statem_lib.c
639
|| (s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0)
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c
395
SSL_FLAG_TBL("MiddleboxCompat",
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
),
797
{
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
, SSL_TFLAG_INV},
ssl_lib.c
3403
ret->options |= SSL_OP_NO_COMPRESSION |
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
;
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c
393
SSL_FLAG_TBL("MiddleboxCompat",
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
),
716
{
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
, SSL_TFLAG_INV},
ssl_lib.c
3175
ret->options |= SSL_OP_NO_COMPRESSION |
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
;
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c
444
else if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
537
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0)
555
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
750
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) == 0) {
1199
&& (s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0) {
statem_srvr.c
447
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
845
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) == 0
883
|| ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_tls.c
730
SSL_clear_options(qtls->args.s,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_clnt.c
443
else if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
534
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0)
552
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
747
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) == 0) {
1190
&& (s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0) {
statem_srvr.c
448
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
846
if ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) == 0
882
|| ((s->options &
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
) != 0
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c
1734
#ifdef
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
1737
SSL_clear_options(conn->ssl,
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
);
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
353
# define
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
0x00100000U
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
380
#define
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
SSL_OP_BIT(20)
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
373
# define
SSL_OP_ENABLE_MIDDLEBOX_COMPAT
SSL_OP_BIT(20)
Completed in 79 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026