Re: BN_dup bug?
{ // <--- changed bn_check_top(a); r=BN_new(); if (r == NULL) return(NULL); r = ((BIGNUM *)BN_copy(r,a)); // <--- changed } // <--- changed return r;
Re: RSA patent
> The idea behind patents is kind of contract: > > - The government grants a legal protection to the registrant, > for a given time period, > > - In return, the registrant releases it's technology to public > domain at the end of this time period. If memory serves, the technology actually nee