Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_clear

2795   if (!SSL_clear(client.get()) ||
2796 !SSL_clear(server.get())) {
2797 fprintf(stderr, "SSL_clear failed.\n");
2807 // |SSL_clear| should implicitly offer the previous session to the server.