Dr S N Henson wrote:

> Jean-Marc Desperrier wrote:
> >
> > I have some code that I could use to verify certificate, and that's not
> > able to do it anymore when compiled with 0.9.6
> >
> > I traced this to the following line (330) in the file by_dir.c
> > -  if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,i);
> > +  if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
>
> Urgh, yes that is a bug.

Maybe you could have something similar to the stable version of linux to
incorporate only very simple bug corrections like this one.

Something like :
0.9.6 => 0.9.6a only bugs corrections => 0.9.6b additional bugs corrections
          => dev 0.9.7 new features + bugs corrections

I'm probably not the first to ask for that :-)

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to