Re: BN_dup bug?

1999-07-30 Thread Mark Borgerding
{ // <--- 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

1999-07-28 Thread Mark Borgerding
> 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