RE: HTTP Server and SSL (Newbie Q)

2001-09-24 Thread Tim Michals
Now the next step is to use SSL. Followed the server code, s_server.c, so how would you go about creating the file without using RSA? (Trying to avoid issues using RC5 and RC4, so I did not compile it in). There's no reason to avoid RSA. In reading the README, there is no patent issues?

More Questions about HTTP Server and SSL (Newbie Q)

2001-09-24 Thread Tim Michals
Now the next step is to use SSL. Followed the server code, s_server.c, so how would you go about creating the file without using RSA? (Trying to avoid issues using RC5 and RC4, so I did not compile it in). There's no reason to avoid RSA. In reading the README, there is no patent

Re: HTTP Server and SSL (Newbie Q)

2001-09-24 Thread Michael H. Warfield
On Mon, Sep 24, 2001 at 06:41:22AM -0700, Tim Michals wrote: Now the next step is to use SSL. Followed the server code, s_server.c, so how would you go about creating the file without using RSA? (Trying to avoid issues using RC5 and RC4, so I did not compile it in). There's no reason