HomeSort by relevance Sort by last modified time
    Searched refs:cert_chain (Results 1 - 6 of 6) sorted by null

  /external/openssl/ssl/
ssl_cert.c 452 if (sc->cert_chain != NULL)
453 sk_X509_pop_free(sc->cert_chain, X509_free);
s3_srvr.c     [all...]
ssl_locl.h 444 STACK_OF(X509) *cert_chain; /* as received from peer (not for SSL2) */ member in struct:sess_cert_st
    [all...]
s3_clnt.c 1040 sc->cert_chain=sk;
1041 /* Inconsistency alert: cert_chain does include the peer's
    [all...]
ssl_lib.c 781 r=s->session->sess_cert->cert_chain;
783 /* If we are a client, cert_chain includes the peer's own
    [all...]
  /external/openssl/apps/
s_server.c 288 static int cert_chain = 0; variable
1043 cert_chain = 1;
    [all...]

Completed in 271 milliseconds