Possibly out of sync/broken openssl code

2020-02-15 Thread nisarg joshi
Hi community, While trying to fix UBSan Undefined behavior reports for md4_dgst.c and rmd_dgst.c files which reported issues for the overflow of signed ints etc, I came across a possible out of sync tree of openssl crypto implementations. The UBSan report required usage of unsigned int(or long) f

Re: Possibly out of sync/broken openssl code

2020-02-16 Thread nisarg joshi
> > christos > > On Feb 15, 2020, at 7:03 PM, nisarg joshi wrote: > > Hi community, > > > While trying to fix UBSan Undefined behavior reports for md4_dgst.c and > rmd_dgst.c files which reported issues for the overflow of signed ints etc, > I came across a poss