Home | History | Annotate | Download | only in ssl

Lines Matching refs:new_session

332 static int ssl_crypto_x509_session_dup(SSL_SESSION *new_session,
336 new_session->x509_peer = session->x509_peer;
339 new_session->x509_chain = X509_chain_up_ref(session->x509_chain);
340 if (new_session->x509_chain == NULL) {