HomeSort by: relevance | last modified time | path
    Searched refs:tls_level (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/lib/tls/
Makefile 19 tls_level.c \
  /src/external/ibm-public/postfix/dist/src/tls/
tls_client.c 990 if (TLS_MUST_MATCH(props->tls_level))
1020 if (TLS_DANE_BASED(props->tls_level))
1033 TLScontext->level = props->tls_level;
1115 switch (props->tls_level) {
tls_proxy_client_print.c 320 SEND_ATTR_INT(TLS_ATTR_TLS_LEVEL, props->tls_level),
tls.h 506 int tls_level; /* Security level */ member in struct:__anon82
tls_proxy_client_scan.c 558 RECV_ATTR_INT(TLS_ATTR_TLS_LEVEL, &props->tls_level),
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy.c 232 static const char *policy_name(int tls_level)
234 const char *name = str_tls_level(tls_level);
smtp_proto.c 1064 tls_level = state->tls->level,
1193 tls_level = state->tls->level,
1262 * See src/tls/tls_level.c and src/tls/tls.h. Levels above "encrypt" require
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 827 tls_level = state->level,
933 tls_level = state->level,

Completed in 19 milliseconds