Main trunk changes merged into BRANCH_engine. There were no

conflicts, which is a good thing.  Propper tagging of merge point
done.
This commit is contained in:
Richard Levitte
2000-05-30 07:16:56 +00:00
parent 20ca3d49e7
commit 6a1129837a
48 changed files with 365 additions and 3958 deletions

View File

@@ -920,6 +920,7 @@ int ssl2_set_certificate(SSL *s, int type, int len, unsigned char *data)
SSLerr(SSL_F_SSL2_SET_CERTIFICATE,SSL_R_CERTIFICATE_VERIFY_FAILED);
goto err;
}
ERR_clear_error(); /* but we keep s->verify_result */
/* server's cert for this session */
sc=ssl_sess_cert_new();