npgsql - Npgsql2: Fixed SSL authentication by setting an static field

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed SSL authentication by setting an static field
Date: 2007-09-21 02:16:52
Message-ID: 20070921021652.2B5D5217699@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Fixed SSL authentication by setting an static field to true: RSACryptoServiceProvider.UseMachineKeyStore = true. See https://bugzilla.novell.com/show_bug.cgi?id=MONO77559 and http://pgfoundry.org/forum/message.php?msg_id=1002377 for more info about that. Thanks Erwin Thaler for heads up.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnection.cs (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnection.cs.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-21 02:33:47 pgsql: If we're gonna provide an --enable-profiling configure option,
Previous Message Tom Lane 2007-09-21 00:30:49 pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier