May I suggest that such comments includes the string "FIXME:", so it
might be easier to grep for?

bodo>   Index: s3_srvr.c
bodo>   ===================================================================
bodo>   RCS file: /e/openssl/cvs/openssl/ssl/s3_srvr.c,v
bodo>   retrieving revision 1.45
bodo>   retrieving revision 1.46
bodo>   diff -u -r1.45 -r1.46
bodo>   --- s3_srvr.c   2000/02/25 00:23:48     1.45
bodo>   +++ s3_srvr.c   2000/03/27 18:07:45     1.46
bodo>   @@ -1698,6 +1698,8 @@
bodo>           if (s->session->sess_cert->cert_chain != NULL)
bodo>                   sk_X509_pop_free(s->session->sess_cert->cert_chain, X509_free);
bodo>           s->session->sess_cert->cert_chain=sk;
bodo>   +       /* Inconsistency alert: cert_chain does *not* include the
bodo>   +        * peer's own certificate, while we do include it in s3_clnt.c */
bodo>    
bodo>           sk=NULL;
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to