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

  /src/external/bsd/openldap/dist/tests/data/remoteauth/
remoteauth.conf 7 remoteauth_tls starttls=critical
  /src/external/bsd/openldap/dist/tests/data/
lloadd-tls.conf 42 starttls=critical
  /src/external/bsd/openldap/dist/tests/scripts/
test069-delta-multiprovider-starttls 180 starttls=critical
375 starttls=critical
525 starttls=critical
  /src/external/bsd/openldap/sbin/slapd/
Makefile 30 oidm.c starttls.c index.c sets.c referral.c root_dse.c \
  /src/external/bsd/openldap/dist/servers/slapd/
Makefile.in 35 oidm.c starttls.c index.c sets.c referral.c root_dse.c \
53 oidm.o starttls.o index.o sets.o referral.o root_dse.o \
backend.c 1106 int starttls = 0; local
1167 starttls++;
1214 if ( !starttls ) {
1215 /* these checks don't apply to StartTLS */
1313 /* these checks don't apply to Bind, StartTLS, or Unbind */
1367 if ( !starttls && BER_BVISEMPTY( &op->o_dn ) ) {
1378 if ( !starttls && !updateop ) {
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 260 /* The SMTP/LMTP command timeout for EHLO/LHLO, STARTTLS and QUIT.
267 /* the SMTP-in-SSL protocol, rather than the STARTTLS protocol.
325 /* TLS_README, Postfix STARTTLS howto
746 /* starttls - SMTP STARTTLS handshake */
748 static int starttls(STATE *state) function
764 msg_fatal("%s while sending STARTTLS", exception_text(except));
767 command(state, state->pass == 1, "STARTTLS");
771 msg_info("STARTTLS rejected: %d %s", resp->code, resp->str);
777 * server's 220 STARTTLS reply. Should we abort the session instead
    [all...]

Completed in 19 milliseconds