Re: How can I compile OpenSSL so that I can include it in my product

2008-06-24 Thread Victor Duchovni
On Tue, Jun 24, 2008 at 01:21:09PM -0700, Kyle Hamilton wrote: > The patent on the RSA algorithm expired several years ago, in 2003. > http://en.wikipedia.org/wiki/RSA#History -- Viktor. __ OpenSSL Project

Re: How can I compile OpenSSL so that I can include it in my product

2008-06-24 Thread Kyle Hamilton
The patent on the RSA algorithm expired several years ago, in 2003. -Kyle H On Tue, Jun 24, 2008 at 6:44 AM, sathish subramanian <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to bundle libssl library with our product. I see that RSA has > strict patent restrictions, which makes libssl difficu

How can I compile OpenSSL so that I can include it in my product

2008-06-24 Thread sathish subramanian
Hi, I would like to bundle libssl library with our product. I see that RSA has strict patent restrictions, which makes libssl difficult to bundle. How can i rebuild libssl to include only DSA and not RSA? If I get around doing that, can i then build libssl with my product? thanks sathish