FIX for BIND-9.2

Danny Mayer mayer at gis.net
Fri Jan 16 04:17:08 UTC 2009


Lalvani, Hiro wrote:
> Hi ,
> 
> I need small help regarding this issue.
> 
> I have looked at the file " openssldsa_link.c  " under the BIND-9.3 and found below code snapshot where the problem occured.
> 
> 
> status = DSA_do_verify(digest, ISC_SHA1_DIGESTLENGTH, dsasig, dsa);
>         DSA_SIG_free(dsasig);
>         if (status == 0)                                           (status =0,1 & -1)
>                 return (dst__openssl_toresult(DST_R_VERIFYFAILURE));
>         return (ISC_R_SUCCESS);
> 
> 
> Could any one of help me, regarding this fix in BIND 9.2. I am unable to find function same function in BIND 9.2 or could any one just share the corresponding related the code architecture  between BIND9.2 and BIND 9.3.
> 

Why don't you just upgrade to the latest release of BIND? You shouldn't
be trying to make changes to 9.2.x which was obsolete years ago. HP will
thank you for it.

Danny
> 
> thanks
> Hiro Lalwani



More information about the bind-users mailing list