Re: [GENERAL] Question about openSSL

2006-06-19 Thread Dave Page
> -Original Message- > From: Tony Caduto [mailto:[EMAIL PROTECTED] > Sent: 19 June 2006 14:27 > To: Dave Page > Cc: pgsql-general@postgresql.org > Subject: Re: [GENERAL] Question about openSSL > > Dave Page wrote: > > > > Err, not quite correc

Re: [GENERAL] Question about openSSL

2006-06-19 Thread Tony Caduto
Dave Page wrote: Err, not quite correct. The app directory is *always* the first choice in either safe or unsafe mode, except if using LoadLibraryEx's alternate search order. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc /base/dynamic-link_library_search_order.asp.

Re: [GENERAL] Question about openSSL

2006-06-19 Thread Magnus Hagander
> Well, then what do I need to get NpGSQL connecting to my > server with SSL? > > Do I just turn SSL on in the database and in my connection > string set SSL to true? Yes. You need to have the Mono.Security.DLL (or similar named - and this is needed on MS .Net as well!), btu that's it. It's inc

Re: [GENERAL] Question about openSSL

2006-06-19 Thread greg
n get one for free. - Original Message - From: Magnus Hagander To: Sent: Mon, 19 Jun 2006 09:48:30 +0200 Subject: RE: [GENERAL] Question about openSSL > You will need to copy the two dlls > (ssleay32.dll,libeay32.dll) to the same directory where you > have your npgsql.net assem

Re: [GENERAL] Question about openSSL

2006-06-19 Thread Magnus Hagander
> You will need to copy the two dlls > (ssleay32.dll,libeay32.dll) to the same directory where you > have your npgsql.net assembly. If we're talking npgsql (http://pgfoundry.org/projects/npgsql), that information is incorrect. Npgsql uses a managed implementation of SSL, so it does *not* use the

Re: [GENERAL] Question about openSSL

2006-06-19 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tony Caduto > Sent: 19 June 2006 03:51 > To: Greg Quinn; pgsql-general@postgresql.org > Subject: Re: [GENERAL] Question about openSSL > > Greg Quinn wrote: > > 1.)

Re: [GENERAL] Question about openSSL

2006-06-18 Thread Tony Caduto
Greg Quinn wrote: 1.) I went to the OpenSSL ste, and tried to download opnSSL, but I only saw Linux files. Is OpenSSL supported ni Windows? 2.) I am using the Npgsql.NET data provider to connect, but it doesn’t support SSL yet, when will it support SSL? Thanks Yes, it works o

Re: [GENERAL] Question about openSSL

2006-06-18 Thread Joshua D. Drake
Greg Quinn wrote: 1.) I went to the OpenSSL ste, and tried to download opnSSL, but I only saw Linux files. Is OpenSSL supported ni Windows? http://www.openssl.org/related/binaries.html 2.) I am using the Npgsql.NET data provider to connect, but it doesn’t support SSL yet, when will

Re: [GENERAL] Question about openSSL

2006-06-17 Thread Magnus Hagander
> 1.) I went to the OpenSSL ste, and tried to download > opnSSL, but I only saw Linux files. Is OpenSSL supported ni Windows? Yes. They do a good job of hiding their binaries thouhg. You can get them from http://www.openssl.org/related/binaries.html. > 2.) I am using the Npgsql.NET data

[GENERAL] Question about openSSL

2006-06-17 Thread Greg Quinn
1.) I went to the OpenSSL ste, and tried to download opnSSL, but I only saw Linux files. Is OpenSSL supported ni Windows? 2.) I am using the Npgsql.NET data provider to connect, but it doesn’t support SSL yet, when will it support SSL?   Thanks