Comments for SSL_get_peer_cert_chain inconsistency.

This commit is contained in:
Bodo Möller
2000-03-27 18:07:45 +00:00
parent 6e9aee5724
commit 98e04f9eeb
3 changed files with 7 additions and 0 deletions

View File

@@ -772,6 +772,8 @@ static int ssl3_get_server_certificate(SSL *s)
s->session->sess_cert=sc;
sc->cert_chain=sk;
/* Inconsistency alert: cert_chain does include the peer's
* certificate, which we don't include in s3_srvr.c */
x=sk_X509_value(sk,0);
sk=NULL;