RE: OpenSSL How to redistribute as part of our application

2007-10-30 Thread Dave Bound
Is there a way to use Win32 OpenSSL in silent mode? -Original Message- From: Thomas J. Hruska [mailto:[EMAIL PROTECTED] Sent: Monday 29 October 2007 14:22 To: openssl-users@openssl.org Subject: Re: OpenSSL How to redistribute as part of our application Bernhard Froehlich wrote: Dave

Re: OpenSSL How to redistribute as part of our application

2007-10-30 Thread Thomas J. Hruska
Dave Bound wrote: Is there a way to use Win32 OpenSSL in silent mode? The installer is Innosetup-based. Read the docs for Innosetup on several command-line switches that Innosetup has for silent installs. You should make sure you display a compatible license agreement to your users when

RE: OpenSSL How to redistribute as part of our application

2007-10-30 Thread Dave Bound
Not everyone can use the default build of OpenSSL. Can you point me at some docs which will allow me to ascertain whether I fall into the 'not everyone' category? -Original Message- From: Thomas J. Hruska [mailto:[EMAIL PROTECTED] Sent: Tuesday 30 October 2007 10:56 To:

Re: OpenSSL How to redistribute as part of our application

2007-10-30 Thread Thomas J. Hruska
Dave Bound wrote: Not everyone can use the default build of OpenSSL. Can you point me at some docs which will allow me to ascertain whether I fall into the 'not everyone' category? -Original Message- From: Thomas J. Hruska [mailto:[EMAIL PROTECTED] Sent: Tuesday 30 October 2007 10:56

Re: OpenSSL How to redistribute as part of our application

2007-10-30 Thread Chris Clark
On 10/30/07, Dave Bound wrote: Not everyone can use the default build of OpenSSL. Can you point me at some docs which will allow me to ascertain whether I fall into the 'not everyone' category? One thing to consider is if you want to include the patented ciphers in your build, such as RC5,

OpenSSL How to redistribute as part of our application

2007-10-29 Thread Dave Bound
Hi Can anyone tell me how to deploy the necessary OpenSSL files as part of a Win32 application? The app is deployed using a Windows Installer EXE. I'm not particularly familiar with how this works, but it has been suggested that an OpenSSL merge module might be what I'm looking for? Thanks

Re: OpenSSL How to redistribute as part of our application

2007-10-29 Thread Bernhard Froehlich
Dave Bound schrieb: Hi Can anyone tell me how to deploy the necessary OpenSSL files as part of a Win32 application? The app is deployed using a Windows Installer EXE. I’m not particularly familiar with how this works, but it has been suggested that an OpenSSL merge module might be what I’m

Re: OpenSSL How to redistribute as part of our application

2007-10-29 Thread Thomas J. Hruska
Bernhard Froehlich wrote: Dave Bound schrieb: Hi Can anyone tell me how to deploy the necessary OpenSSL files as part of a Win32 application? The app is deployed using a Windows Installer EXE. I’m not particularly familiar with how this works, but it has been suggested that an OpenSSL